eXtream Software Development Forum
Cue Sheet multitrack via network error - Printable Version

+- eXtream Software Development Forum (https://www.extreamsd.com/forum)
+-- Forum: Apps (https://www.extreamsd.com/forum/forum-4.html)
+--- Forum: USB Audio Player PRO (https://www.extreamsd.com/forum/forum-22.html)
+---- Forum: Bug reports (https://www.extreamsd.com/forum/forum-14.html)
+---- Thread: Cue Sheet multitrack via network error (/thread-816.html)



Cue Sheet multitrack via network error - hb1ac - 11-19-2018

Cue Sheet multitrack via network don't work due to an error.

Example.

CD.CUE:

FILE "TRACK1.FLAC" WAVE
  TRACK 01 AUDIO
    TITLE "TRACK 1"
    PERFORMER "ARTIST 1"
    INDEX 01 00:00:00
FILE "TRACK2.FLAC" WAVE
  TRACK 02 AUDIO
    TITLE "TRACK 2"
    PERFORMER "ARTIST 2"
    INDEX 01 00:00:00
FILE "TRACK3.FLAC" WAVE
  TRACK 01 AUDIO
    TITLE "TRACK 3"
    PERFORMER "ARTIST 3"
    INDEX 01 00:00:00


We make two playlists:

First: We load the cue sheet from Folder

Playlist 1:

<?xml version="1.0" encoding="ISO-8859-1"?>
<PlayQueue>
<Queue>
<... Title="TRACK 1" Artist="ARTIST 1" ... TrackNr="1" FileName="/mnt/external_sd1/track1.flac" ... />
<... Title="TRACK 2" Artist="ARTIST 2" ... TrackNr="2" FileName="/mnt/external_sd1/track2.flac" ... />
<... Title="TRACK 3" Artist="ARTIST 3" ... TrackNr="3" FileName="/mnt/external_sd1/track3.flac" ... />
<Queue>
<PlayQueue>

Second: We load the cue sheet from Network

Playlist 2:

<?xml version="1.0" encoding="ISO-8859-1"?>
<PlayQueue>
<Queue>
<... Title="TRACK 1" Artist="ARTIST 1" ... TrackNr="1" FileName="smb://192.168.201.254/music/track1.flac" ... />
<... Title="TRACK 2" Artist="ARTIST 2" ... TrackNr="2" FileName="smb://192.168.201.254/music/track1.flac" ... />
<... Title="TRACK 3" Artist="ARTIST 3" ... TrackNr="3" FileName="smb://192.168.201.254/music/track1.flac" ... />
<Queue>
<PlayQueue>

Here you can see the error: the playlist always points to the first track instead of the second and the third track.

I hope they correct it soon because I have all my collection with multitrack cue sheet on a NAS.

Thanks in advance.
A greeting.


RE: Cue Sheet multitrack via network error - dwrae - 11-19-2018

Thanks, fixed for next release.


RE: Cue Sheet multitrack via network error - hb1ac - 11-22-2018

Fixed in 4.5.4.

T H A N X ! ! !


RE: Cue Sheet multitrack via network error - hb1ac - 01-11-2019

Hi!
I detected a little bug.

The time of the last file is incorrect (above). The reproduction fails when exceeding the correct time.

This bug does not occur if the files are in local.

Best regards!


RE: Cue Sheet multitrack via network error - hb1ac - 03-26-2019

The error has reappeared.