2018-11-16, 21:37
Perhaps you missed the the warning on it that it should only be used by "team members only"?
select e.c00 episode_title, t.c00 show_title, e.c12 snr, e.c13 enr FROM episode e, tvshow t, files f WHERE e.idFile=f.idFile and e.idShow=t.idShow ORDER BY dateAdded DESC LIMIT 15
(2018-11-18, 12:28)annomatik Wrote: Is it possible to install the nightly in parallel to my existing Kodi installation, without breaking my main installation? Like a portable version?Yes, see https://kodi.wiki/view/Windows_FAQ#Portable_mode
(2018-02-28, 21:01)HeresJohnny Wrote: UPDATE 2019-01-20
Changing the recommended value for optimizer_search_depth to "0". That means, the actual value is automatically determined by MariaDB. This will probalby lead to a value around 7 for Kodi, which is safer than 1. 1 is the fastest option but may lead to premature ending of queries because of lack of search depth, thus having to run the query multiple times.