following up on this… ST is still deciding that files are out of sync, then transfers them, creates a sync-conflict file for each because the files already exist since i pre-seeded, I then delete the conflict file, and then the sync is fine.
Both sides are set to ignore permissions.
So, given the below examples, why are these files considered out of sync ? Why is ST transferring instead of re-using or copying from original ?
One example, db info from JHCJAQL to which the file is transferring.
{
"availability": [
{
"id": "A7JAAVJ-ZVXYAH5-XJDMR76-ESC7HH4-LGQU6TH-KF45JZK-LE5AVCW-ZWVDUAB",
"fromTemporary": false
}
],
"global": {
"deleted": false,
"ignored": false,
"invalid": false,
"localFlags": 0,
"modified": "2013-09-11T01:15:40+02:00",
"modifiedBy": "",
"mustRescan": false,
"name": "Night Train To Lisbon (2013)/Night.Train.To.Lisbon.2013.1080p.BluRay.DTS.x264-PublicHD.mkv",
"noPermissions": false,
"numBlocks": 49549,
"permissions": "0644",
"sequence": 18358,
"size": 6494361735,
"type": 0,
"version": [
"A7JAAVJ:1"
]
},
"local": {
"deleted": false,
"ignored": false,
"invalid": false,
"localFlags": 0,
"modified": "2013-09-11T01:15:40+02:00",
"modifiedBy": "JHCJAQL",
"mustRescan": false,
"name": "Night Train To Lisbon (2013)/Night.Train.To.Lisbon.2013.1080p.BluRay.DTS.x264-PublicHD.mkv",
"noPermissions": true,
"numBlocks": 1549,
"permissions": "0755",
"sequence": 11455,
"size": 6494361735,
"type": 0,
"version": [
"JHCJAQL:1"
]
}
}
Another example, db info from JHCJAQL to which the file is transferring.
{
"availability": [
{
"id": "A7JAAVJ-ZVXYAH5-XJDMR76-ESC7HH4-LGQU6TH-KF45JZK-LE5AVCW-ZWVDUAB",
"fromTemporary": false
}
],
"global": {
"deleted": false,
"ignored": false,
"invalid": false,
"localFlags": 0,
"modified": "2013-08-22T02:06:44+02:00",
"modifiedBy": "",
"mustRescan": false,
"name": "Now You See Me (2013)/Now You See Me (2013) 720p.RERIP.PROPER.BLURAY.scOrp.mkv",
"noPermissions": false,
"numBlocks": 76069,
"permissions": "0644",
"sequence": 18363,
"size": 9970413019,
"type": 0,
"version": [
"A7JAAVJ:1"
]
},
"local": {
"deleted": false,
"ignored": false,
"invalid": false,
"localFlags": 0,
"modified": "2013-08-22T02:06:44+02:00",
"modifiedBy": "JHCJAQL",
"mustRescan": false,
"name": "Now You See Me (2013)/Now You See Me (2013) 720p.RERIP.PROPER.BLURAY.scOrp.mkv",
"noPermissions": true,
"numBlocks": 1189,
"permissions": "0755",
"sequence": 11457,
"size": 9970413019,
"type": 0,
"version": [
"JHCJAQL:1"
]
}
}
Lucky for me this is on a LAN, so i’m not too bothered about it, it just takes much time to transfer all of it…
EDIT : forgot to add this screenshot, to indicate that ST seems to be actually transferring those files :