SchapplM / xbmc-addon-service-watchedlist

Addon for Kodi Media Center to organize "watched"-status of media.
http://kodi.wiki/view/Add-on:WatchedList
GNU General Public License v3.0
32 stars 13 forks source link

Follow User... setting does not work. #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Mark an episode as watched in xbmc 
2. Check mysql database episode_watched table for the show
3. See that the episode is not listed in episode_watched table for the show

What is the expected output? What do you see instead?
 The database is only being updated during "periodic" or manual full updates. Actually I'm not even sure periodic updates are updating the db either, can only confirm that manual updates work, and that the first update after starting xbmc works. 

What version of the product are you using? On what operating system?
Whatever version you get from this link: 
http://xbmc-addon-service-watchedlist.googlecode.com/archive/master.zip since 
SuperRepo isn't working

Running on 2 setups:
XBMCbuntu 12
Kodi v13 on Raspberry Pi (Raspbmc)
-Behavior is exactly the same on both.

Please provide any additional information below.

Configuration Settings (Maybe I'm confused about how the setting works?)

Start with XBMC- ON
Startup Delay - 5 
autostart mode - periodic
update interval -12
follow user - ON

Original issue reported on code.google.com by jowilhn...@gmail.com on 25 Jan 2015 at 2:52

GoogleCodeExporter commented 9 years ago
Follow user does work, if autostart mode is set to "none", perhaps this is 
intended behavior and just isn't clear in documentation? No way to have it 
follow user changes, but do a full update periodically... so to keep systems A 
and B synced, can follow on A, with B set to periodic will keep B updated with 
any newly watched on A, but anything watched on B will update the database on 
periodic full, but won't get marked watched on A as it never runs full updates. 

Original comment by jowilhn...@gmail.com on 27 Jan 2015 at 1:29

SchapplM commented 8 years ago

Probably fixed