Difference between revisions of "Multidisc Albums"

From JRiverWiki
Jump to: navigation, search
m
m
Line 24: Line 24:
 
|}
 
|}
  
[[category:Smartlist:Examples:Audio]]
 
 
This smartlist allows me to find all the Discs that don't have Disc # set appropriately.
 
This smartlist allows me to find all the Discs that don't have Disc # set appropriately.
 
NOTE: I don't set Disc # for single disc Albums.
 
NOTE: I don't set Disc # for single disc Albums.
Line 36: Line 35:
 
|  || 1 || ''Album name'' || ''Artist Name'' ||  ''Disc 2 Track 1 Name''
 
|  || 1 || ''Album name'' || ''Artist Name'' ||  ''Disc 2 Track 1 Name''
 
|}
 
|}
 +
 +
 +
 +
----
 +
 +
 +
 +
Alternatively, for those who append <tt>(disc #)</tt> to their albums, the following can be used to find all such entries that don't have the field <tt>[disc #]</tt> set:
 +
 +
<tt>[Media Type]=[Audio] [Album]="/(disc " [Disc #]=[] ~sort=[Album]</tt>
 +
 +
 +
 +
[[category:Smartlist:Examples:Audio]]

Revision as of 09:27, 13 January 2009

[media type]=[audio] -[Genre]=[Audiobook] ~dup=[Artist],[Album],[Disc #],[Track #] ~sort=[artist],[name] ~a

I number my multi-disc albums as follows:

Disc Track Album Artist Name
1 1 Album name Artist Name Disc 1 Track 1 Name
1 2 Album name Artist Name Disc 1 Track 2 Name
 :  :  :
1 n Album name Artist Name Disc 1 Track n Name
2 1 Album name Artist Name Disc 2 Track 1 Name
2 2 Album name Artist Name Disc 2 Track 2 Name
 :  :  :
2 m Album name Artist Name Disc 2 Track m Name
 :  :  :

This smartlist allows me to find all the Discs that don't have Disc # set appropriately. NOTE: I don't set Disc # for single disc Albums.

It would include an Album if it found the following tracks:

Disc Track Album Artist Name
1 Album name Artist Name Disc 1 Track 1 Name
1 Album name Artist Name Disc 2 Track 1 Name




Alternatively, for those who append (disc #) to their albums, the following can be used to find all such entries that don't have the field [disc #] set:

[Media Type]=[Audio] [Album]="/(disc " [Disc #]=[] ~sort=[Album]