No bookmarks being made if song is chosen on remote
#1
Hey there.. was wondering if it would be possible to fix this little problem that i have.. when watching a movie, no bookmark is being made when a song is selected from one of the remote apps.. have a 1 year old son and he likes to remote control xbmc like his dad..Wink
Could the fix be a stop then play command instead of a play ?
Reply
#2
There should be no difference whatsoever between these two actions.

Can you get a Debug Log of the action?
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
#3
http://pastebin.com/Qtrx36e9
Reply
#4
Nice, you've found a bug that would have been quite tricky to spot otherwise I think. Will ponder how to best fix.

For those playing along at home, the bug is that we pause jobs, specifically the background streamdetails/thumb jobs, during playback so as to make sure that they don't slow things down. The problem is that if a paused job is on the top of the low-priority queue, then we don't skip over it to try any other jobs, thus the update jobs are queued up until the end.

You should find that things are correctly updated eventually (it was probably after you tried to play the video again, which ofc would promptly override your previous behaviour).

Cheers,
Jonathan
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
#5
Fix in progress here:

https://github.com/jmarshallnz/xbmc/tree/job_jam

Cheers,
Jonathan
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
#6
Thanks Smile
Reply

Logout Mark Read Team Forum Stats Members Help
No bookmarks being made if song is chosen on remote0