Kodi Community Forum
[RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') (/showthread.php?tid=113702)



RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Hitcher - 2012-08-30

You don't run it from XBMC, a skin uses the data so it's skin specific.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Varanen - 2012-08-30

Ok, do you have any idea on how to use in Aeon MQ 3? I can't find any option for it anywhere under the 'Skin options' under 'Settings' or anywhere else.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-08-30

(2012-08-30, 08:53)Varanen Wrote: Ok, do you have any idea on how to use in Aeon MQ 3? I can't find any option for it anywhere under the 'Skin options' under 'Settings' or anywhere else.

Ask the skinner of MQ3.

This thread is only for skinners or script bugs.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Livin - 2012-09-08

This script fails constantly... upon XBMC start, while navigating any menu, even watching a video!

here's a debug log snippet of one of the occurrences... http://www.xbmclogs.com/show.php?id=8081

I'm using Alpha 5, but it was happening with at least 10 different builds I tried before that.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - furii - 2012-09-08

(2012-09-08, 02:36)Livin Wrote: This script fails constantly... upon XBMC start, while navigating any menu, even watching a video!

here's a debug log snippet of one of the occurrences... http://www.xbmclogs.com/show.php?id=8081

I'm using Alpha 5, but it was happening with at least 10 different builds I tried before that.

don't post snipped logs.

if you haven't already, update to the latest version: https://github.com/XBMC-Addons/script.watchlist/downloads


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-09-08

clearly he can't read


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Livin - 2012-09-08

(2012-09-08, 06:38)furii Wrote:
(2012-09-08, 02:36)Livin Wrote: This script fails constantly... upon XBMC start, while navigating any menu, even watching a video!

here's a debug log snippet of one of the occurrences... http://www.xbmclogs.com/show.php?id=8081

I'm using Alpha 5, but it was happening with at least 10 different builds I tried before that.

don't post snipped logs.

if you haven't already, update to the latest version: https://github.com/XBMC-Addons/script.watchlist/downloads

Using the code snippet I figured out what the problem a few minutes after I posted this... The version of RandomItems being auto-installed (I think from NOX) was not frodo compatible, thus throwing the error that the frodo version fixed.

btw... it might help avoid unnecessary posts if the first post in this thread was updated with the link to the frodo version.



RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - butchabay - 2012-09-08

Why that? Frodo and their scripts are far away from an official release and still in development.
No one said Nox is Frodo compatible!




RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - akuiraz - 2012-09-17

Would it be possible to setup a exclude list for tv show episodes in the watchlist? for example I have some old tv shows that I occasionally watch (ie- Dick Van Dyke, I Love Lucy, Etc.... ) but do not want them to clutter up my watchlist. I keep them marked as unwatched until I watch them, so I can't just mark them all as watched to get the show out of the watchlist. It would be nice to have the option to exclude shows such as these.... or maybe an option to show only new show episodes that are being watched... shows that are currently airing, for example.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - T800 - 2012-09-19

(2012-09-17, 20:21)akuiraz Wrote: Would it be possible to setup a exclude list for tv show episodes in the watchlist? for example I have some old tv shows that I occasionally watch (ie- Dick Van Dyke, I Love Lucy, Etc.... ) but do not want them to clutter up my watchlist. I keep them marked as unwatched until I watch them, so I can't just mark them all as watched to get the show out of the watchlist. It would be nice to have the option to exclude shows such as these.... or maybe an option to show only new show episodes that are being watched... shows that are currently airing, for example.


I like this idea. If I put an episode of The Simpsons or Seinfeld on, the watchlist is a right mess. It wouldn't be too bad if it only showed one entry per show. If I watch Seinfeld S02E11 and the others are unwatched they completely fill the watchlist.

Even though I sound like I'm moaning the watchlist is by far my favourite addon for XBMC. I use it all the time.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Hitcher - 2012-09-19

It does only show one entry per show.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - `Black - 2012-09-19

Plus I don't remember exactly how it's handled but I think if a show is watched completely it will never show up in watchlist again, even if you start rewatching it. So you can exclude a show by setting all episodes to watched.


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-09-19

(2012-09-19, 17:51)`Black Wrote: Plus I don't remember exactly how it's handled but I think if a show is watched completely it will never show up in watchlist again, even if you start rewatching it. So you can exclude a show by setting all episodes to watched.

Correct


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - akuiraz - 2012-10-02

(2012-09-19, 17:51)`Black Wrote: Plus I don't remember exactly how it's handled but I think if a show is watched completely it will never show up in watchlist again, even if you start rewatching it. So you can exclude a show by setting all episodes to watched.

As I mentioned, I know about marking all episodes to watched to exclude the show... It would just be nice to not have to do this as I like to leave some older shows as unwatched even though I've watched them in the past. This just helps me remember which I've seen lately. A simple show exclusion filter would be very useful if you want to keep your watchlist clean, possibly use the watchlist for keeping track of shows your currently watching (shows that are airing now.)


RE: [RELEASE] Watchlist script (was 'Adding Plex's 'On Deck' feature to XBMC') - Martijn - 2012-10-02

(2012-10-02, 10:46)akuiraz Wrote:
(2012-09-19, 17:51)`Black Wrote: Plus I don't remember exactly how it's handled but I think if a show is watched completely it will never show up in watchlist again, even if you start rewatching it. So you can exclude a show by setting all episodes to watched.

As I mentioned, I know about marking all episodes to watched to exclude the show... It would just be nice to not have to do this as I like to leave some older shows as unwatched even though I've watched them in the past. This just helps me remember which I've seen lately. A simple show exclusion filter would be very useful if you want to keep your watchlist clean, possibly use the watchlist for keeping track of shows your currently watching (shows that are airing now.)

Sorry but have no interest in coding this.
I have some other things in mind that may have some sort of same effect but not gonna add tons of options