Extract weekdays and month names from timestamp

Absolutely, see attached zip file. Includes sample mp3 and flac files in a directory, the Export template, and the Export output XML. Note: things like the formatting of the %title% will be changed for the final release, and strings like 'YOUR TITLE HERE' would be edited by the user.

It should also be noted that the files to be Exported should be sorted by a column in Mp3Tag by the 'ReleaseTime' tag, with newest dates last.

:astonished: What a piece of work! You've practically coded a micro application.

The code works perfectly and solves the problem, and although the Export script itself is completely unreadable when all the line feeds are removed I still think I know a way of documenting what each function does when I come to making the help file on this Export script.

Mp3Tag has the quirk of still leaving empty lines when an item in the loop is excluded, but that isn't an issue, as RSS readers don't care about blank spaces between elements.

I tried merging all the $loop code into a single line (using the $char(x) for various carriage returns and spaces) yet the empty lines still appear, however I'm not concerned, it doesn't affect anything.

From what I can tell the Export script is now ready for use. The only thing left is the required GUID tag, which a user would still have to manually tag each file with. A couple of days ago I submitted a feature request for a $guid() function, which hopefully will be considered for the next development build of Mp3Tag.

Thanks for all your efforts once again, I wouldn't have known how to accomplish such code with my limited knowledge.

Podcast_Export_script_examples_and_file_samples.zip (57.4 KB)