2016-04-03, 17:20
For anyone who might have the same problem:
I finally figured out, what my problem was: it was my MSQL-Database – or that TagOverview didn’t fit to the database schema that I’m actually running.
First of all, because I once gave version 16 (Jarvis) a try bevor switching Kodi back to v15 (Isengard), there by now existed a myvideos99 instance on MYSQL – and TagOverview doesn’t detect the correct dateabase instance but only takes the last one. So after deleting the currently unused myvideos 99-instance with HeidiSQL, TagOverview could open the correct one (_93).
But my myvideos 93-schema seems to be different to the schema TagOverview wants to see. I had problems with the views:
TagOverview was looking for episodeview and movieview etc. whereas they are actually named episode_view and movie_view (with an underline). Also, the fieldnames where different (idtag vs tag_id etc.)
I really don’t know, whereas my 93-schema is correct. Well at least KODI (Isengard) is working on it. So I altered the scipts of TagOverview and replaced the wrong view and fieldnames by the correct ones. And now it’s working again!!!
I even can call the script with the simple keyboard.xml without any need to use the json-call.
So thank you all folks. Because you kept saying, that it works for you, I diged into the logs and finally found the cause (on my system).
I finally figured out, what my problem was: it was my MSQL-Database – or that TagOverview didn’t fit to the database schema that I’m actually running.
First of all, because I once gave version 16 (Jarvis) a try bevor switching Kodi back to v15 (Isengard), there by now existed a myvideos99 instance on MYSQL – and TagOverview doesn’t detect the correct dateabase instance but only takes the last one. So after deleting the currently unused myvideos 99-instance with HeidiSQL, TagOverview could open the correct one (_93).
But my myvideos 93-schema seems to be different to the schema TagOverview wants to see. I had problems with the views:
TagOverview was looking for episodeview and movieview etc. whereas they are actually named episode_view and movie_view (with an underline). Also, the fieldnames where different (idtag vs tag_id etc.)
I really don’t know, whereas my 93-schema is correct. Well at least KODI (Isengard) is working on it. So I altered the scipts of TagOverview and replaced the wrong view and fieldnames by the correct ones. And now it’s working again!!!
I even can call the script with the simple keyboard.xml without any need to use the json-call.
So thank you all folks. Because you kept saying, that it works for you, I diged into the logs and finally found the cause (on my system).