Difference between revisions of "Foobar2000:Components/Playlist Dropdown (foo uie playlists dropdown)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(Link)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{stub}}
+
{{fb2k}}
 +
[[Category:Foobar2000 3rd-Party Components|Playlist Dropdown (foo uie playlists dropdown)]]
 +
[[Image:foo_uie_playlists_dropdown.png|thumb|right|frame|Screenshot of foo_uie_playlists_dropdown]]
 +
'''foo_uie_playlists_dropdown''' displays the playlist in a dropdown menu for a Columns UI or Panels UI layout.
  
=Description=
+
= Requirements =
 +
* [http://www.foobar2000.org/ foobar2000 0.9.4]
 +
* [http://music.morbo.org/components.php Columns UI]
  
Displays the playlist in a dropdown menu.
+
= Features =
 +
Some features include
 +
* Different icons for normal / locked / active / playing playlists (you can turn off the icons).
 +
* Custom sorting (doesn't affect playlists, but the way they are displayed).
 +
* Configurable playlist titles on list.
 +
* Configurable font.
 +
* Configurable font and background colors.
 +
* Simple context-menu.
  
=Link=
+
The list can display various information about playlists (through formatting strings):
 +
 
 +
* %title% Name of the playlist.
 +
* %lock% Present if the playlist is locked (returns name of the lock, for example Autoplaylist or Read-only).
 +
* %size% Number of items (songs) the playlist contains.
 +
* %length% Playlist's length (duration), formatted as [HH:]MM:SS.
 +
* %filesize% Total filesize of the playlist (in bytes -> use e.g. $div(%filesize%,1048576) to retrieve size in MB).
 +
* %isplaying% Present if the playlist is currently being played (to be used as a switch for $if()).
 +
* %isactive% Present if the playlist is active (to be used as a switch for $if()).
 +
* %index% Index of the playlist.
 +
* %total% Total number of playlists.
 +
* %id% Original index of the playlist (when the list is sorted).
 +
 
 +
= External links =
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=44703 Discussion thread]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=44703 Discussion thread]
 
* [http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=44703&view=findpost&p=470193 Newest Version (Vista compatible)]
 
* [http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=44703&view=findpost&p=470193 Newest Version (Vista compatible)]
* [http://www.gigasize.com/get.php/-1100941021/foouieplaylistsdropdown.zip Mirror of the latest version]
+
* [http://xx0r.be/uploads/foo_uie_playlists_dropdown.rar Mirror of the latest version]

Revision as of 11:41, 13 April 2010

Foobar2000_Logo.png
Screenshot of foo_uie_playlists_dropdown

foo_uie_playlists_dropdown displays the playlist in a dropdown menu for a Columns UI or Panels UI layout.

Requirements

Features

Some features include

  • Different icons for normal / locked / active / playing playlists (you can turn off the icons).
  • Custom sorting (doesn't affect playlists, but the way they are displayed).
  • Configurable playlist titles on list.
  • Configurable font.
  • Configurable font and background colors.
  • Simple context-menu.

The list can display various information about playlists (through formatting strings):

  •  %title% Name of the playlist.
  •  %lock% Present if the playlist is locked (returns name of the lock, for example Autoplaylist or Read-only).
  •  %size% Number of items (songs) the playlist contains.
  •  %length% Playlist's length (duration), formatted as [HH:]MM:SS.
  •  %filesize% Total filesize of the playlist (in bytes -> use e.g. $div(%filesize%,1048576) to retrieve size in MB).
  •  %isplaying% Present if the playlist is currently being played (to be used as a switch for $if()).
  •  %isactive% Present if the playlist is active (to be used as a switch for $if()).
  •  %index% Index of the playlist.
  •  %total% Total number of playlists.
  •  %id% Original index of the playlist (when the list is sorted).

External links