Thanks for an excellent piece of software.
My question is, can I use mp3tag to update .m3u files with a file's new location?
I want to put all tracks in folders organised by album name, using the mp3tag tag>filename action:
e.g.
C:\Folder\Artist-Title.mp3 is renamed to C:\Folder\Artist\Album\Artist-Title.mp3
However this means that all of the .m3us which currently exist will be invalid because the mp3s no longer exist:
e.g.
#EXTINF:0,Artist-Title.mp3
Artist-Title.mp3
I think it should be changed to
#EXTINF:0,Artist-Title.mp3
Album\Artist\Artist-Title.mp3
Is there a way to go through .m3u files and update them based on the tag contents?
Thank you.
I hope that this has not been raised before, I searched but could not find anything.