A component for foobar2000 audio player.
This component displays playlists in a dropdown list. Titles of the playlists are configurable and various informations about playlist are available (through formatting string).
The component supports Drag&Drop, easy playlists reordering and sorting, context menu, custom icons and styles, and much more!
Solution/Project files are for MSVC9 ("Visual Studio 2008").
Visual Studio 2008 Express users need to download and install Windows Driver Kit
(for ATL) and WTL, and add ATL/WTL include
directories to Visual Studio
Directories.
You need to make a few changes to Columns UI SDK 6.3.1 in order to successfully compile the plugin against SDK 2010-10-02.
- Replace all
infinite
occurrences withpfc_infinite
. - In file
window.h
, replace the definition: window_factory() : service_factory_base(window::class_guid) with:
window_factory() : service_factory_base(window::class_guid, service_factory_traits::factory_list())