atomicbion.blogg.se

Music renamer
Music renamer










I want all of 2Pac’s albums to be under one folder called 2Pac so I fudge the metadata for this album by putting “Makaveli” under the Artist column and “2Pac” for Albumartist (I do the same for all of Diddy’s names - Puff Daddy, P Diddy, for example). 2Pac released an album early in his career as Makaveli. I’ll explain the finer decisions through examples. The reasons for my decisions all come down to my organizational decision to organize my collection primarily by artist. Some comments on my folder renaming: They are mostly the same with the main difference that I use opposite values of Albumartist and Artist for non-compilation and compilation. Hey all! Just chiming in cause I find this aspect of Jaikoz to be one of the most useful and interesting and this thread to have a ton of useful potential: Would be great to see some other examples of how people are using this new feature! It ends up giving me something like this as an output:ġ0,000 Maniacs\(2004) Campfire Songs The Popular, Obscure & Unknown Recordings (US) (disc 1)\01 - Planned Obsolescence.mp3 I keep my file names a bit more simple on both: (trackno.length>0 ? trackno + ' - ' :'') + title

music renamer

Folder rename: (albumartist.length>0 ? albumartist + folderseparator :(artist.length>0 ? artist + folderseparator : '')) + (year.length>0 ? '(' + year + ') ' : '') + album + (mbreleasecountry.length>0 ? ' (' + mbreleasecountry + ') ' : '')+ (disctotal > 1 ? ' (disc ' + discno + ')' : '')Īnd for various artists: (albumartist.length>0 ? albumartist + folderseparator : 'Various Artists' + folderseparator) + (year.length>0 ? '(' + year + ') ' : '') + album + (mbreleasecountry.length>0 ? ' (' + mbreleasecountry + ') ' : '')+ (disctotal > 1 ? ' (disc ' + discno + ')' : '')

music renamer

Thought it would be nice to make a topic to see how people use the new renaming files and folders options as well as to post theirs to help those that might be having a hard time with the code.












Music renamer