Dave Blake
Dave Blake
Deprecating Kodi on Win7 seems premature to me given the number of old laptops out there used as media centres. Do we have new functionality that Win7 cannot support? Any...
Since CDateTime is so fundamental and has broad impact this does seem risky for the timescales we want to push for the release of v19. So please continue to pursue...
> We need the DB schema upgrade from @DaveTBlake to resolve the music library issue now. I don't see this needs a DB bump, just that we need to be...
Bumping it to v20 as v19 entering Beta phase with focus on testing and bug fixes, and this improvement needs more extensive work e.g. db migration and encoding of prexisting...
I hate to say it, but on seeing the actual data I am unhappy with changing to have encoded path and filename data stored in the databases. e.g `Stermann%20%26%20Grissemann%20-%20Wollt%20Ihr%20das%20totale%20Sieb%3F%21%2FStermann%20%26%20Grissemann%20-%20Wollt%20Ihr%20das%20totale%20Sieb%3F%21.mkv%0A` Not...
My thoughts on an alternative approach would be simply changing `CVideoDatabase::SplitPath` and `CMusicDatabase::SplitPath` . Rather than them calling `URIUtils::Split` for every strFileNameAndPath string then handling URL options if `IsURL()`, to...
As a fix mived to Beta1 milestone. However changes are requested @repojohnray, are you able to do this or should this be deferred to v20
> I ran across this when implementing paginated results for a Web interface that uses the Kodi API So does this change impact the results returned by the JSON API?...
> It does affect which items are returned So strictly JSON API consumers need a way to know that API is now returning the correct data for requests with limits...
Example JSON results for filtered and sorted request for dataset with 15 records but `"limits": { "start" : 16, "end": 600 }` Before this PR ``` { "id": 1, "jsonrpc":...