Skip to content

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).

kalorz/foo_uie_playlists_dropdown

Repository files navigation

foo_uie_playlists_dropdown

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!

Screenshot

foo_uie_playlists_dropdown

Development Environment

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.

Columns UI SDK 6.3.1 + SDK 2010-10-02

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.

  1. Replace all infinite occurrences with pfc_infinite.
  2. 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())

About

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).

Resources

Stars

Watchers

Forks

Packages

No packages published