hi everyone. i've recently switched from MediaTagger to mp3Tag due to the lack of IDv2.4 support. I've chosen mp3Tag, because exporting features are absolutely necessery for me. However i have some problems with migrating MediaTagger scripts to mp3Tag.
I've been using two kind of scripts with MediaTagger:
a text one and a html one. (You can download the scripts and the results from here)
Porting the txt scripts should be easy, but:
i'm always getting a second emtpy line
how can i align text ?
with the html script i've much greater problems. i would be very happy if someone more experienced in script writing could port it, or point me to a similar script, if it already exists
edit: how can i get rid of "eng||" at the beginning of the %unsyncedlyrics% field when exporting?
hope i'm not bothering too much and thank you all in advance
edit: scripts added as attachment, cause the url seems to be down
now anyone can help with the html script ? i've tried to create one (attachment), but i'm always getting messed up output (but at least it's not syntax error anymore)
@ molnart:
I fixed your html script a bit. ONE BIG PROBLEM IS THAT YOU FORGOT TO MASK THE %!
And I also fixed the thing with the lyrics but I recommend to you that you want to have the same script with a different program read the export help first.
I don't want to blame you but Mp3tag uses a syntax that is quite different from other programs and so converting isn't that easy.
When you want to I can convert it so that it works nearly as good as the script for mediatagger but therefor I need some time, as I have some other important things to do at the moment.
Why don't you try out some of them that are going around?? Many persons on this board make some really good scripts (so do I) an.
Thanks, that was truly the BIG problem. I've edited the file in frontpage and i was not aware of the %'s.
I was playing a bit with the script you fixed, and i have to tell it's really close to my dream script now. I've tried to add some functions to calculate the average bitrate of the exported files, but somehow i've failed
And one question: is there a reason why the tables by the lyrics are not being exported? I have no idea why they are not there... (but this is purely cosmetical, the script is now way better than the original from MediaTagger)
I think it's because of the %s. Best run Notepad and search for % in the complete file. When there is one % then look if it's for exporting the data. When not, simply write it as %%.
And I fell a bit ashame 'cause I didn't see the %s (perhaps because I didn't download the sample and so I didn't saw the table).
You always need $puts and $get when you're using variables.
Maybe you can shorten it by replacing the cnt1 stuff with just %_counter%, try it yourself.
Thank you guys, you're great. I've finalised the script for now and i don't want to play with it for a time... only if someone would tell me that it is possible to detect the available jpg files in the directory and automatically create links to them
(now if you tell me that it IS possible i will fall off the chair immediately )
Finally i have a script that requires (almost) no editing after the export, thank you to all once again !