Configurable syntax for playlists copied to device

Any ideas about how to improve MediaMonkey for Windows 4? Let us know!

Moderator: Gurus

Rob Weinstein
Posts: 3
Joined: Thu Jan 24, 2008 9:10 pm
Location: Arizona

Configurable syntax for playlists copied to device

Post by Rob Weinstein »

MediaMonkey syncs to my Motorola RIZR Z3 perfectly except for the playlist syntax. The MediaMonkey-generated m3u file looks like this:

Code: Select all

mobile\audio\Ray Charles\The Very Best of Ray Charles\Drown in My Own Tears.mp3
mobile\audio\Ray Charles\The Very Best of Ray Charles\Georgia on My Mind.mp3
The RIZR Z3 wants the m3u file to look like this:

Code: Select all

b/mobile/audio/Ray Charles/The Very Best of Ray Charles/Drown in My Own Tears.mp3
b/mobile/audio/Ray Charles/The Very Best of Ray Charles/Georgia on My Mind.mp3
So if MediaMonkey would provide the following two options for device playlist generation, then it would be perfect:
  • 1. Prepend path entries with a string. (default = null)
    2. Path separator. (default = "\")


For the RIZR Z3, I would set these new options as follows:
  • 1. Prepend path entries with "b/"
    2. Path separator = "/"
Thanks for looking,

-Rob