Quote:
|
Originally Posted by darrengood
OrthoB posted a python file on the first page of this thread to convert a *.m3u file to a *.pla file for the MTP version of the T10. If you have the UMS version then the script still works great but you have to change the line:
fo.write (struct.pack('>i508s ',n,"iriver MTP PLA" ))
to
fo.write (struct.pack('>i508s ',n,"iriver UMS PLA" ))
... just in case someone was curious but hadn't figured it out yet.
dg
|
Thanks! I wrote the script and didn't realize that! I was wondering why my playlist wasn't working after I converted my T10 to UMS last week; It had been a while since I wrote that and I didn't recall the signature line. I was on the verge of posting to ask for a sample UMS playlist.
Thanks again!
