BlackBerry Forums Support Community

BlackBerry Forums Support Community (http://www.blackberryforums.com/index.php)
-   General 8300 Series Discussion - Curve (http://www.blackberryforums.com/forumdisplay.php?f=93)
-   -   Playlist location, format and conversion (http://www.blackberryforums.com/showthread.php?t=244271)

urbanpiette 01-28-2011 10:39 PM

Playlist location, format and conversion
 
The Blackberry curve uses playlists of type m3u. After you plug in your Blackberry, you can store them under (Blackberry drive name)\Blackberry\music. After unplugging it (or a battery pull) the Curve should scan and find the new playlists.

Windows Media Player uses playlists of type wpl. Windows Media Player stores them in the same directory that you'd store ripped CDs. On my Windows 7 machine, it's stored under \(username)\My Music\playlists.

The m3u format is simply a list of the file locations. (see m3u example, below)

The wpl format uses XML to store the data. (see example below)

Since the file formats differ greatly, they are not compatible. You would need to re-create the playlist after transferring it.

Does anyone know of an wpl to m3u conversion utility?

=-======================================
Example of m3u data:
file:///SDCard/BlackBerry/music/Royksopp%20-%20Junior%20%5Bmp3-192-2009%5D/01%20-%20Happy%20Up%20Here.mp3
file:///SDCard/BlackBerry/music/Royksopp%20-%20Junior%20%5Bmp3-192-2009%5D/03%20-%20Vision%20One.mp3

=-======================================
Example of wpl XML:
<?wpl version="1.0"?>
<smil>
<head>
<meta name="Generator" content="Microsoft Windows Media Player -- 12.0.7600.16667"/>
<meta name="ItemCount" content="9"/>
<meta name="IsFavorite"/>
<meta name="ContentPartnerListID"/>
<meta name="ContentPartnerNameType"/>
<meta name="ContentPartnerName"/>
<meta name="Subtitle"/>
<author/>
<title>Mix Tape</title>
</head>
<body>
<seq>
<media src="..\..\Fancy Footwork\08 Momma&apos;s Boy.mp3" cid="{48AB214D-60A6-406D-94B1-86FAD8938176}" tid="{CAC9A8D0-92C6-4EB6-846F-FBC8E091752E}"/>
.
.
.


All times are GMT -5. The time now is 02:13 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.