06-10-2007, 11:52 AM
I was reading through the threads on creating JRMC playlists, and the consenus was that J River does not export XML format playlists. It turns out that this is not true. At least in the later versions of V11 and V12, the .mpl option on playlist exports is actually a XML format identical to the media library. This makes creating playlists trivial:
1. Make a playlist in j river
2. Export it to a file in the .mpl format
3. Open the file in Word and replace the "Album" tag with your playlist name
I use the following find and replace macros to automate the process
- Find: "Album"*\</Field\>
- Replace: "Album">YourPlayListName</Field>
4. Tack the file on the end of your overall repository file and reload your database.
Using J river to make the playlist is much quicker than copying and pasting individual entries in the XML file.
Step 3 and 4 take about a minute, but if someone could write a quick program, it would be almost seamless.
Two caveats:
1. If the album art is left as folder.jpg, the coverart will be the first item in the XML list.
2. The order the items play is defined by the original track numbers, so you might also want to change those if you want.
nishan
1. Make a playlist in j river
2. Export it to a file in the .mpl format
3. Open the file in Word and replace the "Album" tag with your playlist name
I use the following find and replace macros to automate the process
- Find: "Album"*\</Field\>
- Replace: "Album">YourPlayListName</Field>
4. Tack the file on the end of your overall repository file and reload your database.
Using J river to make the playlist is much quicker than copying and pasting individual entries in the XML file.
Step 3 and 4 take about a minute, but if someone could write a quick program, it would be almost seamless.
Two caveats:
1. If the album art is left as folder.jpg, the coverart will be the first item in the XML list.
2. The order the items play is defined by the original track numbers, so you might also want to change those if you want.
nishan