INTERACT FORUM

More => Old Versions => JRiver Media Center 18 for Windows => Topic started by: wdilbert on November 30, 2012, 05:40:06 am

Title: Embedded cue sheets (flac, ape, wavpack...)
Post by: wdilbert on November 30, 2012, 05:40:06 am
Any chance for embedded cue sheets feature? It would be nice.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Matt on November 30, 2012, 08:00:55 am
Welcome.

I'd like to add support for this.

The architecture is a little tricky because we've gone past the playlist/CUE level when we're reading file tags.  But this is our problem, not yours.

Would you be willing to provide a sample?
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: wdilbert on November 30, 2012, 09:29:33 am
Glad to know that it is being studied. It's a feature I've been waiting for a long time in MC.

I can provide a sample. What is the best method to link here a big FLAC file?
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Matt on November 30, 2012, 09:32:29 am
Dropbox, Google Drive, or similar?

You could email a link to matt at jriver dot com.

Thanks for your help.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: wdilbert on November 30, 2012, 10:50:48 am
Matt, you have an e-mail.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Matt on November 30, 2012, 02:48:46 pm
Thanks for the sample.

It might be a while, but like I said, we'd like to add support for these files.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: wdilbert on December 01, 2012, 01:09:59 am
Thanks, Matt. I'll wait for the news.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: midnightmyron on December 21, 2012, 12:23:27 pm
It would be an awesome feature to add. I'm sure it would please many music lowers and bring new customers to JRiver. Thanks for considering it.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Johnson on January 09, 2013, 03:34:17 pm
Matt, do you need wavepack iso.wv example?
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Matt on January 10, 2013, 04:18:52 pm
In a coming build:
NEW: Added basic support for FLAC files with embedded CUE files.

Testing appreciated.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Matt on January 10, 2013, 04:39:23 pm
Matt, do you need wavepack iso.wv example?

Yes, please.  I only had a FLAC file to test with.

I'm matt at jriver dot com.
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: JustinChase on January 10, 2013, 04:41:38 pm
In a coming build:
NEW: Added basic support for FLAC files with embedded CUE files.

Testing appreciated.
How does one embed the cue file into the flac file?  i'd prefer to not have to manage them separately, if easy to do :)
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: Johnson on January 10, 2013, 05:12:01 pm
Yes, please.  I only had a FLAC file to test with.

I'm matt at jriver dot com.
I'm just send you personal message with link.
But strange that I don`t see any message in Outbox. You are recived one?
Title: Re: Embedded cue sheets (flac, ape, wavpack...)
Post by: midnightmyron on March 20, 2013, 10:16:19 pm
How does one embed the cue file into the flac file?  i'd prefer to not have to manage them separately, if easy to do :)



One could use tag.exe which comes with flac. Assuming you already have your flac and cue files:

tag -f "CUESHEET=FileName.cue" "FileName.flac"

Myron