[Feature Request] Unwatched Count Next To Show Name - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115) +---- Thread: [Feature Request] Unwatched Count Next To Show Name (/showthread.php?tid=97352) |
[Feature Request] Unwatched Count Next To Show Name - clambert - 2011-03-21 It would be nice if you could see at a glance how many unwatched shows you had for each specific series at a glance. Yes, I know you can select each one and it will show you. But being able to see it in the show list is even better IMHO. So it would be something like this: Show Name (Unwatched Count) Fringe (2) Is there a way I can do this manually by editing a xml or something? That's fine too. I guess not everyone may like something like this. It's just kind of a pain in the ass to say do I have this show to watch and then have to go select it to find out. Is this possible or is it something restricted by XBMC? Love the skin. It's my favorite. - ronie - 2011-03-21 which view do you want to change? for fanart view, in View-Fanart.xml change the first two entries of Code: <label>$INFO[ListItem.Label]</label> Code: <label>$INFO[ListItem.Label]$INFO[ListItem.Property(UnWatchedEpisodes), (,)]</label> - clambert - 2011-03-21 Sweet! I'll give it a shot tonight. Thanks for the help Ronie. - clambert - 2011-03-21 ronie Wrote:which view do you want to change? You are THE MAN! This is exactly what I was looking for. Thanks for the help. - jpf55 - 2011-04-03 Absolutely fantastic, thanks ronie Is it possible to apply something like this in the fanart view of the Video section? The reason I ask is because I have several folders that I do not scrape and I never know what's left to watch. If it's not possible because of they are not part of the library, is it possible to show a file count? - ronie - 2011-04-03 un/watched count is indeed not available in filemode. as for filecount, i suppose you could use the same code i mentioned here: http://forum.xbmc.org/showthread.php?tid=96795 but this time add it to MyVideos.xml - jpf55 - 2011-04-03 ronie Wrote:un/watched count is indeed not available in filemode. Again, you are a prince and probably too good to us. Thanks - clambert - 2011-08-01 ronie, I'd like to adapt this a bit if at all possible. Is there any way to hide shows from the list with an unwatched count of 0? This would dramatically shorten my list of shows and only display the shows that I am not caught up on. Is anything like this possible? Thanks in advance. - humferier - 2011-08-01 left menu change "all shows" to "not seen" - clambert - 2011-08-01 humferier Wrote:left menu change "all shows" to "not seen" Seriously?!?!? How could I not have known about that until now. Thanks, I'll set it up when I return home later today. RE: [Feature Request] Unwatched Count Next To Show Name - clambert - 2014-04-06 (2011-03-21, 11:41)ronie Wrote: which view do you want to change? Does anyone know how to fix a count when it's wrong? I manually deleted some shows on my home server and then did a clean up. It says there are 22 unwatched shows when there are really only 7 now. I've had this problem before and always fixed it by recreating the database. There has got to be a value somewhere that I can change. Anyone know how to do it? RE: [Feature Request] Unwatched Count Next To Show Name - jpf55 - 2014-04-06 I would use the W key and Mark as Watched, there are only 15 to mark, no big deal. Otherwise, get info Refresh ONLY the shows that are incorrect. RE: [Feature Request] Unwatched Count Next To Show Name - clambert - 2014-04-06 (2014-04-06, 23:26)jpf55 Wrote: I would use the W key and Mark as Watched, there are only 15 to mark, no big deal. The shows are gone, I deleted them. They were watched on Netflix instead of XBMC. There must be something in the database still that wasn't purged with the cleanup. RE: [Feature Request] Unwatched Count Next To Show Name - jpf55 - 2014-04-12 (2014-04-06, 23:30)clambert Wrote:(2014-04-06, 23:26)jpf55 Wrote: I would use the W key and Mark as Watched, there are only 15 to mark, no big deal. I sympathise, I too have rebuilt the database way too often BUT, have you tried the quick method: Export the library as a single file, rename the original database folder as a backup and Import the saved library, XBMC will create a new database from the import. It has been my experience that it can clear up mysterious issues. Good luck RE: [Feature Request] Unwatched Count Next To Show Name - clambert - 2014-04-12 Import / Export is a great idea. I hadn't tried that. Next time that's what I'll do. Thanks for the help! |