Strange behavior with file rename

E

Elserjo

Guest
Hello everyone! I have been using my simple script for file rename:

Code:
$set(bits,%_bits_per_sample%)

$set(fileType,%_extension%)

$if($gt(%bits%,16),

%date% - %album%[$upper(%fileType%) - WEB - %bits%bit]/

$if($gt(%totaldiscs%,1),$num(%discnumber%,1)-$num(%tracknumber%,2) %title%, $num(%tracknumber%,2) %title%),

%date% - %album%/

$if($gt(%totaldiscs%,1),$num(%discnumber%,1)-$num(%tracknumber%,2) %title%, $num(%tracknumber%,2) %title%))

After some time of using it, i have noticed strange thing with musicbrainz behavoir. For example, i have “Maeror Tri” artist with “Yearning for the Secret(s) of Nature” album. I want to rename my files from this album according musicbrainz db, but if file title begins like 01 “first track title”, then file will not be renamed. But if i wiil change file name just 01. “first track title”, or just add some changes to file name, then title will just like in musicbrainz db.

If i change script to simple %tracknumber% %title behavoir exactly same.


1

2


I mean about this, picard don’t want to rename word registry.

1 post - 1 participant

Read full topic

Continue reading...
 
Top