Some updates after some further digging. I think I was getting two issues mixed up here.
I believe the mv issue was caused by locked files, I was able to resolve that with advice from
StackOverflow:
Code: Select all
find . -flags uchg -exec chflags nouchg {} \;
The reason I got this mixed up with the com.apple.provenance attribute, is because neither issue was visible directly from the NAS. I didn't see the attributes (I do think they're present) and I could move the files.
But the mv issues are resolved once the files were unlocked.
So the main issue now is that the com.apple.provenance tag is all over my collection now.
I can remove it from files, but I get an error for folders. Saying they are not folders...
Code: Select all
maurice.robert@maurice-macbook /Volumes/shared/Movies ls -la@ Monty\ Python\ and\ the\ Holy\ Grail\ \(1975\)\ \[tmdbid-762\]/.
total 1433448
drwx------@ 1 maurice.robert staff 16384 Oct 28 11:14 .
com.apple.provenance 11
drwx------ 1 maurice.robert staff 16384 Nov 3 13:29 ..
-rwx------@ 1 maurice.robert staff 733765632 May 26 2010 Monty Python and the Holy Grail (1975).avi
net.filebot.metadata 142
net.filebot.filename 42
-rwx------@ 1 maurice.robert staff 74205 May 25 2010 Monty Python and the Holy Grail (1975).heb.srt
net.filebot.metadata 142
net.filebot.filename 39
-rwx------@ 1 maurice.robert staff 45748 May 25 2010 Monty Python and the Holy Grail (1975).heb.sub
net.filebot.metadata 142
net.filebot.filename 54
maurice.robert@maurice-macbook /Volumes/shared/Movies xattr -dr com.apple.provenance Monty\ Python\ and\ the\ Holy\ Grail\ \(1975\)\ \[tmdbid-762\]
xattr: [Errno 20] Not a directory: 'Monty Python and the Holy Grail (1975) [tmdbid-762]'
EDIT: Seems to be the same issue as
https://apple.stackexchange.com/questio ... -smb-share