Solved Make "Votes" a integer (even if only in the Smart Playlist editor)
#31
(2016-08-30, 20:36)pgjensen Wrote:
(2016-08-30, 20:12)phate89 Wrote: Ok I used a too simply playlist.. I'll pr a fix asap

Thanks! I don't know if there's a technical reason they chose '5' as the default in MySql for DECIMAL(M: significant digits) is 10.

the problem is that there's no need for casting.. kodi code use cast because the old fields in videodatabase are all strings and it was used only for year, rating or ep number so 5 was enough. New fields are integer so don't need cast all fields
This pr shoult fix it:
https://github.com/xbmc/xbmc/pull/10369
Reply

Logout Mark Read Team Forum Stats Members Help
Make "Votes" a integer (even if only in the Smart Playlist editor)0