Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cue Sheet multitrack via network error
#1
Sad 
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.
Reply
#2
Thanks, fixed for next release.
Reply
#3
Fixed in 4.5.4.

T H A N X ! ! !
Reply
#4
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!
Reply
#5
Sad 
The error has reappeared.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)