Normal
Hi since some time I'm having trouble (again) in retaining the watched status for moving pictures, is there anything that I could check at my end?My setup is as follows:main pc is set up to sync from main pc to main serverhtpc is set up to sync from main server to htpc (using triggers, watched="no")If I watch a movie on htpc, after a while (after syncing with server) the watched status is reset again.checking the log I see this:[CODE]22/09/2017 11:42:53 - [INFO ] MPSync: process plugin version 1.0.0.17 initialisation with DEBUG.22/09/2017 11:42:53 - [INFO ] MPSync: DB - C:\ProgramData\Team MediaPortal\MediaPortal\database <-- \\dionysus\LocalShare\MediaPortal\databases22/09/2017 11:42:53 - [INFO ] MPSync: DB synchronization method - Propagate both additions and deletions22/09/2017 11:42:53 - [INFO ] MPSync: DBs selected - movingpictures.db3|22/09/2017 11:42:53 - [INFO ] MPSync: watched/resume not selected22/09/2017 11:42:53 - [INFO ] MPSync: Objects selected - ALL...22/09/2017 11:43:44 - [INFO ] MPSync: [db_worker] synchronization of table user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3 started.22/09/2017 11:43:44 - [INFO ] MPSync: [Synchronize_DB] synchronization of table user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3 in progress...22/09/2017 11:43:44 - [DEBUG] MPSync: [DeleteRecords] deleting extra entries on target for table user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db322/09/2017 11:43:45 - [DEBUG] MPSync: [Process_DB_folder] waiting for background threads to finish... 1 threads remaining processing {movingpictures.db3}.22/09/2017 11:43:47 - [DEBUG] MPSync: [DeleteRecords] DELETE FROM target.user_movie_settings WHERE id IN (SELECT id FROM (SELECT * FROM target.user_movie_settings EXCEPT SELECT * FROM user_movie_settings))22/09/2017 11:43:47 - [DEBUG] MPSync: [DeleteRecords] 3 records deleted from user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3[/CODE[so somehow it does synchronize the user_movie_settings despite the watched="no"[/CODE]
Hi since some time I'm having trouble (again) in retaining the watched status for moving pictures, is there anything that I could check at my end?
My setup is as follows:
main pc is set up to sync from main pc to main server
htpc is set up to sync from main server to htpc (using triggers, watched="no")
If I watch a movie on htpc, after a while (after syncing with server) the watched status is reset again.
checking the log I see this:
[CODE]
22/09/2017 11:42:53 - [INFO ] MPSync: process plugin version 1.0.0.17 initialisation with DEBUG.
22/09/2017 11:42:53 - [INFO ] MPSync: DB - C:\ProgramData\Team MediaPortal\MediaPortal\database <-- \\dionysus\LocalShare\MediaPortal\databases
22/09/2017 11:42:53 - [INFO ] MPSync: DB synchronization method - Propagate both additions and deletions
22/09/2017 11:42:53 - [INFO ] MPSync: DBs selected - movingpictures.db3|
22/09/2017 11:42:53 - [INFO ] MPSync: watched/resume not selected
22/09/2017 11:42:53 - [INFO ] MPSync: Objects selected - ALL
...
22/09/2017 11:43:44 - [INFO ] MPSync: [db_worker] synchronization of table user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3 started.
22/09/2017 11:43:44 - [INFO ] MPSync: [Synchronize_DB] synchronization of table user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3 in progress...
22/09/2017 11:43:44 - [DEBUG] MPSync: [DeleteRecords] deleting extra entries on target for table user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3
22/09/2017 11:43:45 - [DEBUG] MPSync: [Process_DB_folder] waiting for background threads to finish... 1 threads remaining processing {movingpictures.db3}.
22/09/2017 11:43:47 - [DEBUG] MPSync: [DeleteRecords] DELETE FROM target.user_movie_settings WHERE id IN (SELECT id FROM (SELECT * FROM target.user_movie_settings EXCEPT SELECT * FROM user_movie_settings))
22/09/2017 11:43:47 - [DEBUG] MPSync: [DeleteRecords] 3 records deleted from user_movie_settings in database C:\ProgramData\Team MediaPortal\MediaPortal\database\movingpictures.db3
[/CODE[
so somehow it does synchronize the user_movie_settings despite the watched="no"[/CODE]