Home |
ProfessionalFamily & Friends |
|
Code: MiscellaneousVBScript for Media MonkeyThis script is a derivative (original script) for me to be able to export playlists in .PLA format to an iRiver S10 from Media Monkey. Drop the script in the Media Monkey/Scripts directory and add something like: [ExportPLAs] FileName=ExportPLAs.vbs ProcName=ExportPLAs Order=45 DisplayName=Export all Playlists to PLA... Description=Exports all Playlists to .pla Language=VBScript ScriptType=0 to Media Monkey/Scripts/Scripts.ini file Known limitations:
Links:
PLA File FormatInformation from the Mistic River Forum Thread summarized is: A series of 512 (0x200) bytes blocks. Everything is big-endian byte order.
The other 512 (N) blocks have the format
Uses PC style names, with "\" as a directory limiter. |