XBMC Connected - select * from movieview
#1
Question 
After playing a video in certain library views it doesn't return focus to the item that was played. Instead it resets the wraplist and goes back to 0.

I think I've isolated the problem in the log. It seems to be skipping these steps.

UG: CVideoDatabase::GetMoviesByWhere query: select * from movieview
09:13:18 T:4532 M:396038144 DEBUG: Time for actual SQL query = 2
09:13:18 T:4532 M:396038144 DEBUG: Time to retrieve movies from dataset = 12


If I delete <include name="TVShows"> and below in ViewsLibrary.xml it works correctly.

What would cause it to skip the query above?
I'm stumped Oo
Reply
#2
Sounds like it doesn't know which view it should be using or something. It doesn't have to re-query the db to redisplay the list - only if the underlying list has changed (eg watched status has changed).
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

Logout Mark Read Team Forum Stats Members Help
XBMC Connected - select * from movieview0