MrEnergizer
Dec 19 2006, 17:35
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
Dec 19 2006, 21:05
I think that's not possible, unless your artists singles has the %album% tag empty.
q-stankovic
Dec 20 2006, 07:20
@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 MISSINGAnd this in the format line:
%artist%|%album|%tracknumber%-%title%
Simple, isn't it?
MrEnergizer
Dec 22 2006, 05:39
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
Dec 22 2006, 06:10
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?
I forgot the "%" sign at the %album% Tag
So try this:
%artist%|%album%|%tracknumber%-%title%
MrEnergizer
Dec 23 2006, 13:21
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
Dec 24 2006, 08:34
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.
MrEnergizer
Dec 24 2006, 20:32
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.