HI
When i try to correct file names from metadata it leaves mp3 file names with numbers something like this : (10)(10)(10)(10)(10)(7) or (10)(10)(10)(10)(10)(10)(10)(4)
Need help Please
Thank you
HI
When i try to correct file names from metadata it leaves mp3 file names with numbers something like this : (10)(10)(10)(10)(10)(7) or (10)(10)(10)(10)(10)(10)(10)(4)
Need help Please
Thank you
Can you post me the mask you are using please
Hi Paul,
The mask im using is
(albumartist.length>0 ? albumartist +’-’ :(artist.length>0 ? artist + ‘-’ : ’ ')) + title
Example: U2-twilight
Thanks