Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
anandslab committed Nov 13, 2019
1 parent eec33a9 commit 7ecec46
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions picard/filenaming_script.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $noop( *** DO NOT EDIT THE AREA BELOW | EDITABLE AREA WILL BE AT THE VERY BOTTOM
$set(Artist1,$replace($rreplace(%albumartist%,[_:*?"<>|],-),?,)/)
$set(Artist2,$replace($rreplace(%albumartistsort%,[_:*?"<>|],-),?,)/)
$set(Album1,$replace($rreplace([$left(%date%,4)] %album%,[_:*?"<>|], -),?,)$if(%date%,$if(%album%, ))/)
$set(Album1,$if(%date%,$if(%album%, )[$left(%date%,4)]) $replace($rreplace(%album%,[_:*?"<>|], -),?,) - $upper(%_extension%)/)
$set(Album2,$replace($rreplace(%album%,[_:*?"<>|], -),?,)/)
$set(MultiDisc1,$if($gt(%totaldiscs%,1),Disc $num(%discnumber%,1)/)
$set(MultiDisc2,)
Expand All @@ -23,7 +24,7 @@ $noop( *** Only change the numerical value to either 1 or 2, anything else will
%MainFolder3% $noop( OPTION 1 -= A=- | OPTION 2 -= W =- | OPTION 3 = No single character folder will be created. )
%Artist1% $noop( OPTION 1 = Amy WineHouse| OPTION 2 = Winehouse, Amy )
%Album1% $noop( OPTION 1 = [2007] Back to Black | OPTION 2 = Back to Black )
%MultiDisc1% $noop( OPTION 1 = If album has more than 1 Disc, then add Disc folders | OPTION 2 = Do not sort by Disc, put all files into a single folder. )
%PreTitle1% $noop( OPTION 1 = Show Artist and Album in the track title | OPTION 2 = Do not display Artist or Album)
%Track1% $noop( OPTION 1 = Track Number: 01 | OPTION 2: Track Number: 1-01-> This is best if MultiDisc is set to 2, because you will have 2 track numbers as 01 - *track names*, etc. )
%MultiDisc2% $noop( OPTION 1 = If album has more than 1 Disc, then add Disc folders | OPTION 2 = Do not sort by Disc, put all files into a single folder. )
%PreTitle2% $noop( OPTION 1 = Show Artist and Album in the track title | OPTION 2 = Do not display Artist or Album)
%Track2% $noop( OPTION 1 = Track Number: 01 | OPTION 2: Track Number: 1-01-> This is best if MultiDisc is set to 2, because you will have 2 track numbers as 01 - *track names*, etc. )
%Title% $noop( NO OPTION - Just display the name of the track. )

0 comments on commit 7ecec46

Please sign in to comment.