Export playlist to CUE file

Get answers about using MediaMonkey 4 for Windows.

Moderator: Gurus

mparrott
Posts: 6
Joined: Thu Aug 23, 2018 4:48 pm

Export playlist to CUE file

Post by mparrott »

Hello MM! Love your product and use it exclusively for media management.

I've run into a problem I hope you can fix for me. My DAP only accepts CUE files for playlist support. It's a COWON Plenue R.

I've confirmed that the player will use CUE files like a playlist. https://youtu.be/lCd-pfni1b4

Is there a way to export an existing playlist from MMW to a CUE file?
Peke
Posts: 17493
Joined: Tue Jun 10, 2003 7:21 pm
Location: Earth
Contact:

Re: Export playlist to CUE file

Post by Peke »

Ok,
Can you please copy one or two playlists from player that works I remember that there was a good CUE script for MMW, but also It should be possible to make Small script to export selected tracks in CUE.

Use </> to post larger one.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying
Image
Image
Image
How to attach PICTURE/SCREENSHOTS to forum posts
mparrott
Posts: 6
Joined: Thu Aug 23, 2018 4:48 pm

Re: Export playlist to CUE file

Post by mparrott »

WOW! Fast response!

The test CUE that worked is here:

Code: Select all

REM created with m3u2cue
TITLE "Test"
PERFORMER "Various"
FILE "Music/MP3/George Strait/#7/1-07-MP3-It Ain't Cool To Be Crazy About You-02-51.mp3" MP3
  TRACK 01 AUDIO
    TITLE "It Ain't Cool To Be Crazy About You"
    PERFORMER "George Strait"
    INDEX 01 00:00:00
FILE "Music/MP3/George Strait/#7/1-02-MP3-Nobody In His Right Mind Would've Left Her-02-52.mp3" MP3
  TRACK 02 AUDIO
    TITLE "Nobody In His Right Mind Would've Left Her"
    PERFORMER "George Strait"
    INDEX 01 00:00:00
FILE "Music/MP3/Metallica/And Justice for All/1-02-MP3-...And Justice for All-09-45.mp3" MP3
  TRACK 03 AUDIO
    TITLE "...And Justice for All"
    PERFORMER "Metallica"
    INDEX 01 00:00:00
FILE "Music/MP3/Metallica/And Justice for All/1-04-MP3-One-07-27.mp3" MP3
  TRACK 04 AUDIO
    TITLE "One"
    PERFORMER "Metallica"
    INDEX 01 00:00:00
FILE "Music/FLAC/Phil Collins/But Seriously/1-07-FLAC-Another Day In Paradise-05-22.flac" WAVE
  TRACK 05 AUDIO
    TITLE "Another Day In Paradise"
    PERFORMER "Phil Collins"
    INDEX 01 00:00:00
FILE "Music/FLAC/Phil Collins/But Seriously/1-03-FLAC-Do You Remember!-04-36.flac" WAVE
  TRACK 06 AUDIO
    TITLE "Do You Remember!"
    PERFORMER "Phil Collins"
    INDEX 01 00:00:00
FILE "Music/FLAC/Phil Collins/But Seriously/1-06-FLAC-I Wish It Would Rain Down-05-27.flac" WAVE
  TRACK 07 AUDIO
    TITLE "I Wish It Would Rain Down"
    PERFORMER "Phil Collins"
    INDEX 01 00:00:00
FILE "Music/FLAC/Phil Collins/But Seriously/1-04-FLAC-Something Happened On The Way To Heaven-04-51.flac" WAVE
  TRACK 08 AUDIO
    TITLE "Something Happened On The Way To Heaven"
    PERFORMER "Phil Collins"
    INDEX 01 00:00:00
A couple of things that may be worth noting...
- I had to manually enter the artist and title, which won't work on a long playlist that changes frequently.
- Even though the FILE shows a directory, I had to put the files in the root directory for the CUE to work.

If you saw the video, it will make sense...
mparrott
Posts: 6
Joined: Thu Aug 23, 2018 4:48 pm

Re: Export playlist to CUE file

Post by mparrott »

Code: Select all

REM created with m3u2cue
TITLE "Album title"
PERFORMER "Album performer"
FILE "1-07-MP3-It Ain't Cool To Be Crazy About You-02-51.mp3" MP3
  TRACK 01 AUDIO
    TITLE "Album title 01"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-02-MP3-Nobody In His Right Mind Would've Left Her-02-52.mp3" MP3
  TRACK 02 AUDIO
    TITLE "Album title 02"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-02-MP3-...And Justice for All-09-45.mp3" MP3
  TRACK 03 AUDIO
    TITLE "Album title 03"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-04-MP3-One-07-27.mp3" MP3
  TRACK 04 AUDIO
    TITLE "Album title 04"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-07-FLAC-Another Day In Paradise-05-22.flac" WAVE
  TRACK 05 AUDIO
    TITLE "Album title 05"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-03-FLAC-Do You Remember!-04-36.flac" WAVE
  TRACK 06 AUDIO
    TITLE "Album title 06"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-06-FLAC-I Wish It Would Rain Down-05-27.flac" WAVE
  TRACK 07 AUDIO
    TITLE "Album title 07"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
FILE "1-04-FLAC-Something Happened On The Way To Heaven-04-51.flac" WAVE
  TRACK 08 AUDIO
    TITLE "Album title 08"
    PERFORMER "Album performer"
    INDEX 01 00:00:00
This worked too. Again, I had to put the files in the root directory for any cue to work. It would be nice if I could leave my file structure intact. I just don't understand how CUE files work well enough...
mparrott
Posts: 6
Joined: Thu Aug 23, 2018 4:48 pm

Re: Export playlist to CUE file

Post by mparrott »

Thanks for the help. Ultimately, my goal is to find a way to create a CUE file that doesn't require major edits, and that will allow me to keep a file structure on my Plenue R that mirrors what I have on my PC.
mparrott
Posts: 6
Joined: Thu Aug 23, 2018 4:48 pm

Re: Export playlist to CUE file

Post by mparrott »

Peke (Pavle), is there anything else I can provide, or do, to help get this expedited?
Skydog
Posts: 1
Joined: Thu Jan 03, 2019 12:43 pm

Re: Export playlist to CUE file

Post by Skydog »

As a longtime Gold user, Cowon user, I too am looking for an answer to the question of exporting a playlist to a CUE file (Cowon Plenue R). Is there any more information on this?

Thank you.
Post Reply