View Single Post
  #85 (permalink)  
Old May 16th, 2006, 08:08 AM
orthoB orthoB is offline
Newbie Floating Down The Mistic River
 
Join Date: Dec 2005
Location: Arizona
Posts: 47
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!
Reply With Quote