INTERACT FORUM

More => Old Versions => JRiver Media Center 30 for Windows => Topic started by: Day Radebaugh on March 22, 2023, 09:40:55 pm

Title: Export & Import Playlists
Post by: Day Radebaugh on March 22, 2023, 09:40:55 pm
Trying to export a playlist from MC on a Macbook to MC on Windows.  I export it as an mpl, but when I import on Windows it is empty.  Can you tell me what I'm doing wrong please?

Thanks
Title: Re: Export & Import Playlists
Post by: JimH on March 22, 2023, 10:22:35 pm
Did you select files?
Title: Re: Export & Import Playlists
Post by: Day Radebaugh on March 23, 2023, 08:10:01 am
No, I didn't.

Thanks!
Title: Re: Export & Import Playlists
Post by: Day Radebaugh on March 23, 2023, 10:18:10 am
First I select the playlist, then double-click Export Playlist.  There is no option there to select individual files.  In any case, the file that is exported is 220+KB, so it contains something. 

However, when I import this playlist into the Windows session and try to play it, it says there is nothing to play.  What am I missing?

Thanks
Title: Re: Export & Import Playlists
Post by: marko on March 23, 2023, 12:10:59 pm
File paths. I Think...

When you use the "mpl" option, it exports the MC library data for each file, a bit like so.... (you can open the file in any text editor to see for yourself)
Code: [Select]
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<MPL Version="2.0" Title="3 random albums not heard in past 120 days" PathSeparator="\">
<Item>
<Field Name="Filename">D:\Music\flac\Bruce Hornsby &amp; The Range\Scenes From The Southside\01 - Look Out Any Window.flac</Field>
<Field Name="Artist">Bruce Hornsby &amp; The Range</Field>
<Field Name="Album">Scenes From The Southside</Field>
<Field Name="Name">Look Out Any Window</Field>
<Field Name="File Type">flac</Field>
<Field Name="Genre">Rock</Field>
<Field Name="Bitrate">882</Field>
<Field Name="Image File">INTERNAL</Field>
<Field Name="Media Type">Audio</Field>
<Field Name="Last Played">1661094500</Field>
<Field Name="Rating">4</Field>
<Field Name="File Size">36256076</Field>
<Field Name="Duration">327.626666699999987</Field>
<Field Name="Number Plays">6</Field>
<Field Name="Track #">1</Field>
<Field Name="Date Created">1446620988</Field>
<Field Name="Date Modified">1647887380</Field>
<Field Name="Date Imported">1446613407</Field>
<Field Name="BPM">107</Field>
<Field Name="Notes">Set</Field>
<Field Name="Lyrics">There's a man working in a field <snip>

When you import an mpl list into MC, it will update/replace/add existing library entries with the data contained in the mpl, and import any files referenced in that mpl, that are not already in the library. If all went well, you should then be able to find the playlist in the MC tree under "Imported Playlists".

My guess is that on export, the files are referenced as found on your Macbook, which are file paths Windows does not interpret, hence, no files found.

I don't know enough about playlists to advise further. Maybe try one of the M3U options. I do not know what the "forward slashes in paths" option is for, but it might be related?
Title: Re: Export & Import Playlists
Post by: Day Radebaugh on March 23, 2023, 05:11:27 pm
I'm afraid this is just beyond me.  I had assumed that the file paths would need to be changed, but when I import it, there is nothing to edit.  This should be simpler than it is.