Hello guys
I would like to configure My Musicbrainz Picard like showing this picture above.
This is my script i made but sth is missing
Help please…
$if2(%albumartist%,%artist%) - \(%date%\) %album%/
$if2(%discnumber%,1).$num(%tracknumber%,2) - $if2(%albumartist%,%artist%) - %title%
From a quick look the script looks good. What exactly exactly is it that is not working?
i want to have in files names one artist who belongs to specific song (I have had rename this songs manually for you guys to picture my needs
). This scripit does not doing that. Script making filenames like that: “Hans Zimmer & James Newton Howard - 1.05 - Always a Catch.flac”
Also core direcotory is not changeing…
I want in filenames specific artist.
Not sth like that:
In that case just use %artist%
in the filename, not $if2(%albumartist%,%artist%)
.
albumartist is the artist credit for the release, artist individually per track.
1 Like
Now i have this:
%artist% - (%date%) %album%/ $if2(%discnumber%,1).$num(%tracknumber%,2) - %artist% - %title%
But at moving Picard is making directories per specific artists not the whole album…
Yes, for the folder you should continue to use the album artist.
1 Like
I’m dumb. xD THX MAN. Everything is on the tracks.
Final script:
%albumartist% - (%date%) - %album%/ $if2(%discnumber%,1).$num(%tracknumber%,2) - %artist% - %title%
1 Like