Kodi Community Forum
v17 'Votes' as a numeric field - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Video Support (https://forum.kodi.tv/forumdisplay.php?fid=264)
+--- Thread: v17 'Votes' as a numeric field (/showthread.php?tid=320994)



'Votes' as a numeric field - Longtime Collector - 2017-09-03

I wanted to set up a button to list movies by rating, but only for those movies having more than 100 votes. The votes field appears to be alphabetic rather than numeric so I did not get the option to select a 'greater than' value.

Any thoughts on how to get what I'm looking for?

L C


RE: 'Votes' as a numeric field - Longtime Collector - 2017-09-04

Manually creating a node worked, as per:
http://kodi.wiki/view/Video_nodes

My original issue came up because I was using Library Node Editor which didn't give me the option to select a "greater than" comparison.

Interestingly when I view my manually created node using Editor it shows up as Votes Contain 100.

L C


RE: 'Votes' as a numeric field - scott967 - 2017-09-04

rating is FLOAT and votes is INTEGER. I have no problem creating a smart playlist rule for votes "greater than". How are you attempting to do this?

scott s.
.


RE: 'Votes' as a numeric field - scott967 - 2017-09-06

I never had love for Library Node Editor myself, but that's me. Not saying anything wrong with it.

scott s.