MilhouseVH
MilhouseVH
Actually I'm not even sure if this driver is going to be usable even though it builds with #61 - there's a bunch of undefined symbol WARNINGs at the end...
Unfortunately the first commit breaks the build with 3.10.y/3.14.y, so I've added a hack (second commit) to add the extra header only with 4.0.0+. I know this is not the...
OK the above is complete crap as my testing was incomplete - now trying to come up with a solution that allows this driver to build for 3.10.y (arm), 3.14.y...
I've dropped the second commit as not required.
Have you renamed the master user in Kodi (default is: `Master user`)? If so then you need to tell the script what you've called it by adding `@profile.master=""`. If that...
Not without changes in Kodi. You see, the `OnRemove` notification is sent by Kodi and this notification only contains the item `id` of the item being removed, and not the...
> well I changed the code in 2.1.7 to test if my changes did something, that would be overriden by 2.1.8 update anyway or no? It should have been overwritten,...
Thinking about this a bit more, and looking at what the current code does, it's actually more than just retrieving `title` - in the case of an episode the second...
I'm pretty sure there was a time when the `OnRemove` notification fired before the database delete, leaving a small window of opportunity for the item `title` to _sometimes_ be grabbed...
Not even close.