Kodi Community Forum
'Accurate' Movie count in library view? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: 'Accurate' Movie count in library view? (/showthread.php?tid=130995)

Pages: 1 2


'Accurate' Movie count in library view? - thechinmaster - 2012-05-08

Not sure if this is skin-specific so....

As a twist on a question I have asked before, is it possible to overwrite the movie count information shown at the top of my movie library shown on top left of image below...
Image
...with the count that is made if I view my movie library in file view?
Image
I know that the count indicates the total number of items that are contained in the view that you are currently looking that, but surely it could be possible to 'import' the count from one view to the other?

Any skilled coders out there fancy a go or could point me in the right direction? Or is it impossible?


RE: 'Accurate' Movie count in library view? - kricker - 2012-05-08

This is skin specific. If you can tell me what skin this is, I'll move it to the proper thread.


RE: 'Accurate' Movie count in library view? - sho - 2012-05-08

In general the movie sets only count as one movie, try to disable them in settings and then compare.


RE: 'Accurate' Movie count in library view? - kricker - 2012-05-08

Would it not be related to the number the skin is using for the display? I've not looked at the skin files, but could it be that one could show the total library count instead of the total view count?


RE: 'Accurate' Movie count in library view? - Martijn - 2012-05-08

(2012-05-08, 18:27)kricker Wrote: Would it not be related to the number the skin is using for the display? I've not looked at the skin files, but could it be that one could show the total library count instead of the total view count?

Possible but why would you want that?

That would also mean that if you had a smartplaylists it would also show the total amount of movies instead of only the ones in that smartplaylist.




RE: 'Accurate' Movie count in library view? - kricker - 2012-05-08

(2012-05-08, 18:52)Martijn Wrote:
(2012-05-08, 18:27)kricker Wrote: Would it not be related to the number the skin is using for the display? I've not looked at the skin files, but could it be that one could show the total library count instead of the total view count?

Possible but why would you want that?

That would also mean that if you had a smartplaylists it would also show the total amount of movies instead of only the ones in that smartplaylist.
That makes sense. I guess the issue here really is as sho mentioned, it treats sets as 1 item.




Re: 'Accurate' Movie count in library view? - Martijn - 2012-05-08

It show the number of items in the list. Not the underlaying 'menus' (which are in this case movie sets).

So the question rises would you want the current visible items or all of them? Think this would require some code change or a new skin ListItem



RE: 'Accurate' Movie count in library view? - kricker - 2012-05-08

I have no clue how the code works, but I would think a new skin ListItem. Then the skin could show both numbers. The number in your list and the total number of items in the library. Maybe that can be done already. I have no clue.


Re: 'Accurate' Movie count in library view? - Martijn - 2012-05-08

Total number in library is possible but not usefull in smartplaylist

Feature request trac ticket would be an option for it


RE: 'Accurate' Movie count in library view? - kricker - 2012-05-08

Agreed.


RE: 'Accurate' Movie count in library view? - Hitcher - 2012-05-08

PHP Code:
$INFO[Window(Home).Property(Movies.Count)] 



Re: RE: 'Accurate' Movie count in library view? - Martijn - 2012-05-08

(2012-05-08, 20:34)Hitcher Wrote:
PHP Code:
$INFO[Window(Home).Property(Movies.Count)] 

Does that work in smartplaylist that include moviesets?


RE: 'Accurate' Movie count in library view? - Hitcher - 2012-05-08

It's just the total number of movies in your library.


Re: RE: 'Accurate' Movie count in library view? - Martijn - 2012-05-08

(2012-05-08, 20:43)Hitcher Wrote: It's just the total number of movies in your library.

Well that's what i thought so not what was needed Wink


RE: 'Accurate' Movie count in library view? - Hitcher - 2012-05-08

But the thread title says otherwise -

'Accurate' Movie count in library view?