Help - Search - Members - Calendar
Full Version: Playlist Tree script
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
MrEnergizer
I'v been trying for 2 hours and I know one of you scripters can do it in 2 minutes...so here goes.
I have all my MP3s in one directory. I want a script for playlist tree and possibly album List Panel that only shows Albums...so it would look like

+Artist
++Album
+++Tracknumber and Title

it must only show full albume and disregard the artists singles.
I have <VARIOUS> tags and <total Tracks> on my albums.
I know it must be simple but its eluding me....
Thanks for any help
Mr E
CepiPerez
I think that's not possible, unless your artists singles has the %album% tag empty.
q-stankovic
@MrEnergizer

Just use the criteria filter to create a subset of your database. Choose a tag wich is different in both parts.

For example:

If your single tracks doesn't contain tracknumbers so put this in the criteria line:

NO tracknumber MISSING

And this in the format line:

%artist%|%album|%tracknumber%-%title%


Simple, isn't it? wink.gif
MrEnergizer
Thx for replies
@ CP my artists singles HAVE got the %album% tag empty

@q-stankovic I have put this code into playlist tree and I just get Artist name and underneath is
?Tracknumber?title

So it isn,t as simple as I first thought maybe.
MR E

The closest I can get (in case anyone else has the same problem) is
The following format code

$if($and(%artist%,%title%),$if(%album%,%album artist%,● singles))
|$if($and(%artist%,%title%),
$if(%album%,%tracknumber%. %album% - %title%,%title%))

and 'No Tracknumber MISSING' in Criteria
This just has full albums showing, problem still is that under the artist name the tracknumber Album title and track are all on the same line whereas I want Artist as main heading, Album/s as sub heading and Tracks listed below as tracknumber - title
eg
+AL GREEN
++I'M STILL IN LOVE WITH YOU
-01 I'M STILL IN LOVE WITH YOU
-02 I'M GLAD YOU'RE MINE
ETC.ETC.ETC
Can anyone help . PLEASE!
q-stankovic
QUOTE(MrEnergizer @ Dec 22 2006, 12:39) *



@q-stankovic I have put this code into playlist tree and I just get Artist name and underneath is
?Tracknumber?title

So it isn,t as simple as I first thought maybe.
MR E




You did copy&paste with the small code? wink.gif

I forgot the "%" sign at the %album% Tag

So try this:
%artist%|%album%|%tracknumber%-%title%
MrEnergizer
Thx q-stankovic
still doesn't display how i want it. plus it shows singles as well, whereas I only want Artists Albums to show.
Thx anyway.
Mr E
q-stankovic
QUOTE(q-stankovic @ Dec 20 2006, 14:20) *



Just use the criteria filter to create a subset of your database. Choose a tag wich is different in both parts.



dry.gif
MrEnergizer
Thanks q-s
Just for the use of anyone else...I finally cracked it with this script in The 'Format' Box

$if($and(%artist%,%title%),$if(%album%,%album artist%,● singles))
|%album%|%tracknumber%-%title%
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.