problem with 1-track cuesheet
#1
it seems xbmc has problems adding cuesheets to the library containing only 1 track:

Code:
REM GENRE "Classic Rock"
REM DATE 1990
REM DISCID 0200F401
REM COMMENT "ExactAudioCopy v0.99pb4"
PERFORMER "Asia"
TITLE "Days Like These (Promo Single)"
FILE "Asia - Days Like These (Promo Single).wav" WAVE
  TRACK 01 AUDIO
    TITLE "Days Like These"
    PERFORMER "Asia"
    INDEX 01 00:00:00

library lists the CD under the artist "Asia" but shows album as "Unbekannt" (unknown) instead of "Asia - Days Like These (Promo Single)" and artist "Verschiedene Interpreten" (various artists) instead of "Asia". when i click on the album it shows the album name "Asia - Days Like These (Promo Single)" as track name instead of "01. Asia - Days Like These".

Image
Image
Image

2-track cuesheets don't have that problem

Code:
REM GENRE "Classic Rock"
REM DATE 1992
REM DISCID 0E020702
REM COMMENT "ExactAudioCopy v0.99pb4"
PERFORMER "Asia"
TITLE "Heaven On Earth (Promo Single)"
FILE "Asia - Heaven On Earth (Promo Single).wav" WAVE
  TRACK 01 AUDIO
    TITLE "Heaven On Earth (Radio Edit)"
    PERFORMER "Asia"
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Heaven On Earth"
    PERFORMER "Asia"
    INDEX 00 03:43:64
    INDEX 01 03:46:33

both cuesheets were created by EAC and i can't see any errors in them.
i have a lot of promo CDs in my collection with most of them containing only 1 track. is there a way to have the library scan them correct ?
Reply
#2
A debug log might be helpful to allow everyone to see what XBMC is doing under the hood.

See this post for info:
Sticky: HOW-TO post a problem in a useful manner

If you think it's a bug, then your input is welcome:
HOW-TO Submit a Proper Bug Report
Reply
#3
Post a ticket on trac including the actual .cue sheet.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#4
i'll post it tomorrow - thank you
Reply

Logout Mark Read Team Forum Stats Members Help
problem with 1-track cuesheet0