Foobar2000:Components 0.9/Autoplaylist Manager (foo autoplaylist): Difference between revisions
No edit summary |
Mix de Rax (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
Presents a Media Library query in a dynamically-generated playlist (under development). | Presents a Media Library query in a dynamically-generated playlist (under development). | ||
== Example usage == | |||
'''Note''' code goes to Query: field | |||
All songs in database | |||
1 | |||
Never Played Songs (using [[Foobar2000:Components_0.9/Play_Count_(official)_(foo_playcount)]]) | |||
%play_count% LESS 1 | |||
Missing Replaygain Album | |||
NOT "[%__replaygain_album_gain%]" IS ?* | |||
=Link= | =Link= | ||
* [http://www.foobar2000.com/components/index.html Official Website] | * [http://www.foobar2000.com/components/index.html Official Website] | ||
* [http://eolindel.free.fr/foobar0.9/autoplaylist.php Autoplaylist] From BB's Manual |
Revision as of 02:05, 21 June 2007
This article is a stub. You can help the Hydrogenaudio Knowledgebase by expanding it.
Description
Presents a Media Library query in a dynamically-generated playlist (under development).
Example usage
Note code goes to Query: field
All songs in database
1
Never Played Songs (using Foobar2000:Components_0.9/Play_Count_(official)_(foo_playcount))
%play_count% LESS 1
Missing Replaygain Album
NOT "[%__replaygain_album_gain%]" IS ?*
Link
- Official Website
- Autoplaylist From BB's Manual