I use the "NFO Text" tab to make an html file for each
album that I tag. I always have a playlist (*.m3u) and
an image (*.jpg) in the folder containing the files.
Mp3bookhelper always scans the folder for m3u and jpg
files and inserts links to those files in my html file
that it creates. Here is the code from my nfo file
template:
m3u: <A HREF="<IFE><<FlagFile><*.m3u>>
jpg: <IMG SRC="<FlagFile><*.jpg>">
This works everytime as long as there isn't a "&" or a
"'" in the name of the folder containing the files.
There may be other characters that cause this to happen
also, I'm only sure of these two characters. When the
folder does contain one of these characters,
mp3bookhelper creates a link to a m3u file with the
folder name as the name of the m3u file instead of the
actual m3u file.
For example, if the folder name is "Bad Plus' - Give"
and the m3u file is "Bad_Plus-Give.m3u" then the NFO
file will contain a link to "Bad Plus' - Give.m3u"
instead of "Bad_Plus-Give.m3u". But if you remove the
"'" from the folder name (changing it to "Bad Plus -
Give") then it will do it correctly (the link will be
to "Bad_Plus-Give.m3u"). It behaves exactly the same
way for jpg files.
This isn't a big deal at all, and I'll still be totally
satisfied with this program even if this never gets
addressed, but I wanted to report it anyway in case no
one else had noticed this. Thank you so much for
creating such a great tool for tagging mp3s!