[SOLVED] cue files

Raspberry Pi related support

[SOLVED] cue files

Postby tushma » 13 Sep 2014, 11:14

I have raspberry pi connected to my integrated amp, controling from laptop HP PC via Volumino local, with 16/44 flac files stored on popcorn hour C-200 HDD as SMB NAS. Some files are only album cue files, and I cant get them splited into tracks in Volumino GUI. On popcorn hour music player and Raspbmc music library while pressing cue file, it splits into full album tracks. On Runeaudio is the same issue as on Volumino. Does someone have same problem as I? Thnx in advance!
tushma
 
Posts: 9
Joined: 13 Sep 2014, 11:12

Re: cue files

Postby ACX » 13 Sep 2014, 13:30

Hi tushma,
.cue files are supported by MPD since 0.17 version. You can manually test it following these instructions:
https://wiki.archlinux.org/index.php/Mu ... #Cue_Files
But we choose to not display them in the UI, filtering the MPD response during the parsing.
We could change this behaviour in the future, introducing an option to display them.

In the meanwhile, let me suggest you a workaround for your problem. If you are a PC user, there's a wonderful and free tool called Medieval CUE Splitter which allows you to split the single FLAC file into multiple tracks based on the info contained in the CUE file, and everything is full automated. I use it as I prefer to have a separate file for each track instead of a single file for the whole album.
User avatar
ACX
RuneAudio co-founder
 
Posts: 1692
Joined: 29 Nov 2013, 02:25
Location: Udine, Italy

Re: cue files

Postby mishgun » 05 Nov 2014, 17:26

I understand correctly, that in the future plan to support cue files? If yes, what about when you can wait? Large collection of music and cut large ape and flac files do not particularly want to.
mishgun
 
Posts: 20
Joined: 31 Oct 2014, 08:37

Re: cue files

Postby matt » 05 Nov 2014, 22:28

Medieval cue splitter doesn't seem like a very "audiophile" solution.
From thier webpage - " Known bug: MPC engine can cause a bit of jitter at the beginning/end of tracks
Limitations: MD5 checksum is not calculated for generated FLAC files. "
User avatar
matt
 
Posts: 99
Joined: 09 Sep 2014, 21:57
Location: Bay of Plenty, New Zealand

Re: cue files

Postby mishgun » 06 Nov 2014, 08:31

Once the MPD support cue, why runeaudio not see these files? It would be very convenient.
mishgun
 
Posts: 20
Joined: 31 Oct 2014, 08:37

Re: cue files

Postby ACX » 09 Nov 2014, 02:47

CUE files are now supported in the RuneUI - they are showed and they can be added to playlist.

Commit: https://github.com/RuneAudio/RuneUI/com ... e42548ed1a
[ UPDATE INSTRUCTIONS ]

Please test it and leave a feedback.
User avatar
ACX
RuneAudio co-founder
 
Posts: 1692
Joined: 29 Nov 2013, 02:25
Location: Udine, Italy

Re: [SOLVED] cue files

Postby matt » 09 Nov 2014, 03:06

Just tired this. I have lost access to one of my folders in the library I now just get the spinning circle, but access to the other folder seems fine. I have remounted all sources and rescanned the folder neither of these things worked. I will try rebuilding the datatbase.
I cant comment re cue file implemetation as my cue files are in the folder I can no longer access.
User avatar
matt
 
Posts: 99
Joined: 09 Sep 2014, 21:57
Location: Bay of Plenty, New Zealand

Re: [SOLVED] cue files

Postby ACX » 09 Nov 2014, 03:13

matt wrote:I have lost access to one of my folders in the library I now just get the spinning circle

Please check if there are any Javascript errors in the console of your browser. The spinning layer could also mean that something went wrong with the client-side parsing, so I need to know the exact error messages to debug it.
User avatar
ACX
RuneAudio co-founder
 
Posts: 1692
Joined: 29 Nov 2013, 02:25
Location: Udine, Italy

Re: [SOLVED] cue files

Postby matt » 09 Nov 2014, 03:55

ACX wrote:
matt wrote:I have lost access to one of my folders in the library I now just get the spinning circle

Please check if there are any Javascript errors in the console of your browser. The spinning layer could also mean that something went wrong with the client-side parsing, so I need to know the exact error messages to debug it.


I have rebuilt the mpd database and that has not fixed the problem.

Here are the errors -
Timestamp: 9/11/2014 3:50:57 p.m.
Error: Error installing app from: http://192.168.1.111: MULTIPLE_APPS_PER_ORIGIN_FORBIDDEN
Source File: resource://gre/modules/Webapps.jsm
Line: 1894

Timestamp: 9/11/2014 3:51:10 p.m.
Error: The connection to ws://192.168.1.111/ws/playback?_=141550 ... =&eventid= was interrupted while the page was loading.
Source File: http://192.168.1.111/js/vendor/pushstre ... 5717429.js
Line: 1

Timestamp: 9/11/2014 3:51:10 p.m.
Error: The connection to ws://192.168.1.111/ws/library?_=1415501 ... =&eventid= was interrupted while the page was loading.
Source File: http://192.168.1.111/js/vendor/pushstre ... 5717429.js
Line: 1

Timestamp: 9/11/2014 3:51:10 p.m.
Error: The connection to ws://192.168.1.111/ws/notify?_=14155014 ... =&eventid= was interrupted while the page was loading.
Source File: http://192.168.1.111/js/vendor/pushstre ... 5717429.js
Line: 1

Timestamp: 9/11/2014 3:51:10 p.m.
Error: TypeError: inputArr.directory is undefined
Source File: http://192.168.1.111/js/runeui.1415497708.js
Line: 890
User avatar
matt
 
Posts: 99
Joined: 09 Sep 2014, 21:57
Location: Bay of Plenty, New Zealand

Re: [SOLVED] cue files

Postby ACX » 09 Nov 2014, 04:06

matt wrote:Timestamp: 9/11/2014 3:51:10 p.m.
Error: TypeError: inputArr.directory is undefined
Source File: http://192.168.1.111/js/runeui.1415497708.js
Line: 890

Ok, this is the only relevant error (you can ignore the other ones as they do not evidence any real issue).
As I suspected, this is a client-side parsing issue that breaks the execution of the Javascript.

Now I wish to know why this happens, as that part of code is untouched since the 0.3-alpha release and we had no reports about that until now. Can you paste the output of a ls command inside that directory? (if it's too long please paste it via Pastebin)
User avatar
ACX
RuneAudio co-founder
 
Posts: 1692
Joined: 29 Nov 2013, 02:25
Location: Udine, Italy

support RuneAudio Donate with PayPal

Next

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 6 guests