 .

1.  
2.      AIMP\Plugins
3.   >> ,      (   AIMP)
4. 

   DLNA    AIMP,      DLNA    .

:
Microsoft Visual C++ 2015 Redistributable (x86) https://www.microsoft.com/en-us/download/details.aspx?id=53840

Installation

Extract the archive's content into AIMP Plugins folder.
Open plugin manager and enable "DLNA Client" plugin.
Go to the new "DLNA" music library to browse servers.

This is a simple DLNA client plugin for AIMP that creates a music library which allows you to browse DLNA enabled devices on your network.

Requirements:
Microsoft Visual C++ 2015 Redistributable (x86) https://www.microsoft.com/en-us/download/details.aspx?id=53840

Known Issues:
Tree view flashes twice on manual refresh (F5)

Suggestions, comments and bug reports are welcome here http://www.aimp.ru/forum/index.php?topic=55370.0

Changelog:
v2.5.0.1 - 2022/02/23
Fix incorrect length of unicode strings
v2.5.0.0 - 2021/10/30
Fix album art not working on version 5 and later
Fix DeviceUuid field being visible in UI
Disable bookmarks to speed up startup times
Update Platinum UPnP SDK
Add estonian, spanish, korean, russian localisation
v2.4.0.0 - 2019/01/24
Add support for album art. (Works only with AIMP v4.60 or later)
v2.3.2.1 - 2018/11/01
Correct control lengths in options dialog.
v2.3.2.0 - 2018/11/01
Cleanup options dialog.
Fix thread leak.
v2.3.1.0 - 2018/09/29
Cleanup options dialog.
v2.3.0.2 - 2018/09/25
Fix plugin exception.
v2.3.0.0 - 2018/09/25
Add config options.
Rediscover servers on manual library refresh.
Change date field to year only.
v2.2.2.0 - 2018/09/19
Add delay before tree refresh every time a server is found.
v2.2.1.0 - 2018/09/19
Fix memory leak.
v2.2.0.0 - 2018/09/15
Add support for filtering ("quick search").
Expose duration field.
Cleaup field list for each view.
Allow grouping customization.
Fire upnp discovery once instead of running it in a background task.
Refresh tree only if any servers are found.
Fix exception when browsing empty container.
Performance improvements.
v2.1.1.0 - 2018/09/02
Fix remaining memory leaks.
v2.1.0.0 - 2018/09/01
Add auto refresh after the first server has been found.
v2.0.1.0 - 2018/08/31
Fix some memory leaks.
Fix song list displaying garbage characters.
v2.0.0.0 - 2018/08/30
Complete rewrite in c++ using Platinum UPnP SDK.
v1.0.5.97 - 2017/01/28
Code cleanup and performance improvements.
Refresh library when new device is found.
Removed logging from cache code which could cause longer load times.
Fail nicely instead of asserting when DLNA service can't be found for current selection.
Cache album art images.
v1.0.4.45 - 2017/01/24
Download and display album art if available.
Enabled group and album art views.
Cache code cleanup.
v1.0.3.15 - 2017/01/16
Fixed bug that caused empty cache to be created when browsing DLNA tree in certain order and prevented new items to be fetched from DLNA device.
v1.0.2.8 - 2017/01/16
Fixed a bug that was causing an empty row to show up in song list in each folder.
v1.0.1.4 - 2017/01/03
Fixed permission exception thrown by FileLogger which caused plugin to not load.
Logs now include full unhandled exceptions.
v1.0.0.0 - 2017/01/02
Initial release.