Reply to thread

I'm back with first tests.

 

I think that it's better to give you the configuration before :

 

- 1 TV server computer (see my system spec for more information)

- 1 MP Client computer - Master for the Sync (running Win7)

- 1 MP Client computer - Slave for the Sync (running WinXP)

- 1 NAS with MP database, MP thumbs and media (videos,series,music,photos,...) This NAS is the "server place" for MPSync. IP : 192.168.1.120

 

Local paths to Database and Thumbs folders on each client are the same to avoid any problem with Win7 and WinXP different paths.

 

What I've done :

- Changing MediaportalDirs.xml file to point the new local paths on each client

- Installing last MPSyncVersion on each client

- All databases and thumbs has been regenerated on Master client (Win7)

- The complete database and thumbs folders has been manually copied on NAS and on Slave client (WinXP)

- I first start MP on Master client to make a synchronization and everything seems ok.

- Then I try to configure the Slave cient and I get a problem! ;-)

 

On Slave client, when I give the server path, the plugin doesn't display databases to synchronize.

[ATTACH]128398[/ATTACH] [ATTACH]128399[/ATTACH]

But as you can see on this capture, databases are on right place :

[ATTACH]128400[/ATTACH]

And when I start manual synchronization on the plugin, the plugin stays blocked with this screen :

[ATTACH]128401[/ATTACH]

Here is the complete log in debug mode :

 

[code]16/05/2013 06:58:09 - [INFO] MPSync: process plugin version 1.0.0.5 initialisation with DEBUG.

16/05/2013 06:58:09 - [DEBUG] MPSync: Creating/altering work table mpsync in database C:\MPDatas\Database\movingpictures.db3

16/05/2013 06:58:09 - [DEBUG] MPSync: Creating/altering work table mpsync in database \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Database\movingpictures.db3

16/05/2013 06:58:10 - [DEBUG] MPSync: Dropping triggers in database movingpictures.db3

16/05/2013 06:58:10 - [DEBUG] MPSync: Creating triggers in database movingpictures.db3

16/05/2013 06:58:10 - [DEBUG] MPSync: Creating/altering work table mpsync in database C:\MPDatas\Database\MusicDatabaseV12.db3

16/05/2013 06:58:11 - [DEBUG] MPSync: Creating/altering work table mpsync in database \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Database\MusicDatabaseV12.db3

16/05/2013 06:58:11 - [DEBUG] MPSync: Dropping triggers in database MusicDatabaseV12.db3

16/05/2013 06:58:11 - [DEBUG] MPSync: Creating triggers in database MusicDatabaseV12.db3

16/05/2013 06:58:11 - [DEBUG] MPSync: Creating/altering work table mpsync in database C:\MPDatas\Database\TVSeriesDatabase4.db3

16/05/2013 06:58:11 - [DEBUG] MPSync: Creating/altering work table mpsync in database \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Database\TVSeriesDatabase4.db3

16/05/2013 06:58:12 - [DEBUG] MPSync: Dropping triggers in database TVSeriesDatabase4.db3

16/05/2013 06:58:12 - [DEBUG] MPSync: Creating triggers in database TVSeriesDatabase4.db3

16/05/2013 06:58:12 - [DEBUG] MPSync: Creating/altering work table mpsync in database C:\MPDatas\Database\VideoDatabaseV5.db3

16/05/2013 06:58:12 - [DEBUG] MPSync: Creating/altering work table mpsync in database \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Database\VideoDatabaseV5.db3

16/05/2013 06:58:13 - [DEBUG] MPSync: Dropping triggers in database VideoDatabaseV5.db3

16/05/2013 06:58:13 - [DEBUG] MPSync: Creating triggers in database VideoDatabaseV5.db3

16/05/2013 06:58:13 - [INFO] MPSync: DB - C:\MPDatas\Database\ <-- \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Database\

16/05/2013 06:58:13 - [INFO] MPSync: DB synchronization method - Propagate both additions and deletions

16/05/2013 06:58:13 - [INFO] MPSync: DBs selected - ALL

16/05/2013 06:58:13 - [INFO] MPSync: watched/resume selected for ALL

16/05/2013 06:58:13 - [INFO] MPSync: Objects selected - ALL

16/05/2013 06:58:13 - [INFO] MPSync: THUMBS - C:\MPDatas\Thumbs\ <-- \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Thumbs\

16/05/2013 06:58:13 - [INFO] MPSync: THUMBS synchronization method - Propagate both additions and deletions

16/05/2013 06:58:13 - [INFO] MPSync: THUMBS selected - ALL

16/05/2013 06:58:14 - [DEBUG] MPSync: synchronizing from \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Database\ to C:\MPDatas\Database\

16/05/2013 06:58:14 - [DEBUG] MPSync: Scanning folder \\192.168.1.120\sharing\MPSharingDBThumbs\MPDatas\Thumbs\ for thumbs

[/CODE]

 

To make sure that Master client to NAS sychronisation is working, I made some changes on Master client (watched status in TVSeries database), wait 5minutes and then manually copied databases from NAS to Slave client, and watched status on Slave client are corresponding to Master client, so now I just need that sync between NAS and Slave become automatic ;-)


Top Bottom