-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't skip songs with crossfade enabled #12
Comments
Hi, I tried to reproduce your problem, and succeeded when I enabled crossfade between songs. So for now... just disable crossfade and let me now if that helps. Not really a solution for the problem but maybe a cure for the symptoms. That will do for now. /David |
Thanks a lot David, that works around the problem. I can finally enjoy spotify from xbmc. Thank you again for the quick answer and the nice plugin :) |
Glad it was the problem, I'm keeping this ticket active until I fix the crossfade support! |
By the way, could you tell me the best way to do attach gdb to xbmc? I'm asking because xbmc is chain loaded through a couple layers... |
Hi,
I've just compiled and installed the current HEAD on my Gentoo HTPC.
Everything works reasonably well but skipping tracks. With a playlist on queue, trying change to the next or the previous song fails saying there is no next file, then exiting. Left alone, without pressing any key, it switches songs just fine. With debugging enabled, it seems it actually tries to play each other file but fails to do so:
ERROR: CAudioDecoder: Unable to Init Codec while loading file spotify:track:6ofJs2WdtE2qzyYyqNYuj4.spotify
ERROR: Playlist Player: skipping unplayable item: 2, path [spotify:track:6ofJs2WdtE2qzyYyqNYuj4.spotify]
The entire log is here: http://pastebin.com/ZkpuVbbJ
Standard playlists, music or video, work well.
The text was updated successfully, but these errors were encountered: