Aaron Lambert
unread,Jan 13, 2012, 12:44:08 PM1/13/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Notpod Dev
My wife's car has a USB interface where she plugs in a drive filled
with MP3s. She keeps all her songs in iTunes. The car needs to have
each playlist stored in a separate folder. So I searched the web for a
tool that would sync iTunes playlists to separate folders but could
not find anything that would do that correctly.
I did find Notpod, however, which had a clean interface, had source
available, and was C#, so I decided to tinker to see if I could get
what I wanted.
I have made modifications to Notpod so that it supports selecting
multiple playlists (I replaced the dropdown with a checkedlistbox). I
also added a Sync type of Playlist which copies the contents of one
playlist to a folder of the same name (replacing invalid chars with
"_").
I am not sure what the devs have in mind for v2 of Notpod, but if you
are interested in seeing my changes so these features can be included
I am happy to email them to someone or post them somewhere.
Thanks,
Aaron