Cue sheet file support

Request a new feature to add to Muso, or vote +1/-1 for anyone else's suggestion. Even just a few votes will get it looked into (just one possibly not).
mauri_va
Posts: 10
Joined: Fri Mar 18, 2016 11:24 am

Cue sheet file support

Post by mauri_va »

Hi!
I've installed Muso yesterday and I'm trying to use it with my LMS database.
I've already imported the db in Muso, but I find that there is no cue file support (but LMS it does!).
Googling in the web I found a discussion on the official LMS board with few posts about this here (from post #188).
As answered, I don't want to split the flac file to obtains all the tracks in the album.
It's possibile in the near future to see the cue shett support in Muso?
The user marcoc1712 in post #194 wrote a possible solution (perhaps only for LMS, but is enough for me).
Without this feature I think that I must uninstall Muso because I've got many albums with one large flac file and related cue sheet file.
Many thanks for attention.
musoware
Site Admin
Posts: 1849
Joined: Fri Sep 14, 2012 6:50 am

Re: Cue sheet file support

Post by musoware »

I still haven't found the time to look at this yet, but I will soon!
mauri_va
Posts: 10
Joined: Fri Mar 18, 2016 11:24 am

Re: Cue sheet file support

Post by mauri_va »

musoware wrote:I still haven't found the time to look at this yet, but I will soon!
Many thanks for this: I hope you can add this feature!
musoware
Site Admin
Posts: 1849
Joined: Fri Sep 14, 2012 6:50 am

Re: Cue sheet file support

Post by musoware »

I can only do so if it's possible through the CLI - unfortunately I don't see any mention of it in the CLI docs, so that's open to question.
marcoc1712
Posts: 22
Joined: Sun Aug 02, 2015 10:52 am
Location: Albinea, Reggio Emilia, Italy
Contact:

Re: Cue sheet file support

Post by marcoc1712 »

HI.

we had some PM some time ago about that.

Every SBS component correctly handle tracks inside a cue sheets, since they are 'splitted' during scan and pointed by a separate URI to a portion of the file itself. You just have to use that URI (you can query the db or rebuild the URI using the File URI and the start/end time).

this is a working example of that kind of URI (URLencoded):

file%3A%2F%2F%2Fmedia%2Fmusica1%2FClassica%2Faavv% 2FThe%2520Early%2520Music%2520Consort%2520Of%2520L ondon%2520%26%2520David%2520Munrow%2520-%2520Music%2520Of%2520The%2520Gothic%2520Era%2FCD1 %2FMusic%2520of%2520the%2520Gothic%2520Era%2520(1) .wav%233848-3946.66666666667

Ask if you need help about this.
musoware
Site Admin
Posts: 1849
Joined: Fri Sep 14, 2012 6:50 am

Re: Cue sheet file support

Post by musoware »

I'm trying that now actually. I've got it reading those paths from an LMS import but the CLI command to add a single track of that format to a playlist isn't working, eg.

playlist play %2Fstorage%2Fmusic%2Fflac%2F2015_10%2FFabrizio%20Paterlini%20-%20Discography%2F%282010%29%20-%20Fragments%20Found%2F01%20Fabrizio%20Paterlini%20-%20Fragments%20Found.flac%23258.306666666667-505.066666666667

I've asked Michael Herger in the LMS forums, he'll probably know if this should work through the CLI - though I'm not sure I'll get an answer soon.
musoware
Site Admin
Posts: 1849
Joined: Fri Sep 14, 2012 6:50 am

Re: Cue sheet file support

Post by musoware »

Marco, if you try to add your path in a CLI telnet session, does it work? i.e.

playlist play file%3A%2F%2F%2Fmedia%2Fmusica1%2FClassica%2Faavv%2FThe%2520Early%2520Music%2520Consort%2520Of%2520London%2520%26%2520David%2520Munrow%2520-%2520Music%2520Of%2520The%2520Gothic%2520Era%2FCD1%2FMusic%2520of%2520the%2520Gothic%2520Era%2520(1) .wav%233848-3946.66666666667
marcoc1712
Posts: 22
Joined: Sun Aug 02, 2015 10:52 am
Location: Albinea, Reggio Emilia, Italy
Contact:

Re: Cue sheet file support

Post by marcoc1712 »

Hi, I've never used CLI directly, but inside a JAVA Wrapper.

I've just tried from TELNET and the command:

playlist path ? answers as espected.

I'm going to try other commands too and I'll report here.
marcoc1712
Posts: 22
Joined: Sun Aug 02, 2015 10:52 am
Location: Albinea, Reggio Emilia, Italy
Contact:

Re: Cue sheet file support

Post by marcoc1712 »

04:20:00:12:23:45 playlist play file:///F:/Classica/Biber,%20Heinrich%20Ignaz%20Franz%20von/Requiem,%20Trumpet%20music,%20Battalia,%20Sonatas%20-%20New%20London%20Consort,%20Philip%20Pickett%20(1991-94)/cd1/cd.wav#1779.46666666667-1863.62666666667

where 04:20:00:12:23:45 is the mac address of the player (player ID) works for me.

I think you missed the player
marcoc1712
Posts: 22
Joined: Sun Aug 02, 2015 10:52 am
Location: Albinea, Reggio Emilia, Italy
Contact:

Re: Cue sheet file support

Post by marcoc1712 »

I've noticied you tried the command with already encoded URL (as I was suggesting to you, my fault), I've just copied it form database instead and works, maybe also without player, don't know. Could easily be a matter of wrong encoding/decoding (what a nightmare!).
Post Reply