Problem with nfo script
Posted: 12 Dec 2023, 17:36
I just installed filebot on my Rocky 9 server and am having trouble getting it to work right:
Note - I'm a developer of enterprise storage software, the 3 DSS xattrs are part of our software package, I don't know if having these xattrs in place is breaking things, doesn't seem like it should... Anyway I also tried a file that started with none of my xattrs:
It produced the same result, no nfo file. Clearly the xatts are there, so why the error message it's not found?
Console Output: Select all
$ filebot -rename '/share/movies/Zulu (1964).mkv'
Classify media files
* Consider specifying --db TheMovieDB::TV to force Episode Mode
* Consider specifying --db TheMovieDB to force Movie Mode
Rename movies using [TheMovieDB]
Auto-detect movie from context [/share/movies/Zulu (1964).mkv]
[MOVE] Skipped [/share/movies/Zulu (1964).mkv] because [/share/movies/Zulu (1964).mkv] already exists
Processed 0 files
$ getfattr '/share/movies/Zulu (1964).mkv'
getfattr: Removing leading '/' from absolute path names
# file: share/movies/Zulu (1964).mkv
user.DSSlcr
user.DSSmtag
user.DSSpurg
user.net.filebot.mediainfo
user.net.filebot.mediainfo.mtime
Console Output: Select all
$ filebot -script fn:nfo '/share/movies/Zulu (1964).mkv'
[XATTR NOT FOUND] /share/movies/Zulu (1964).mkv
Done ヾ(@⌒ー⌒@)ノ
Console Output: Select all
$ getfattr 'Short Circuit (1986).mkv'
$ filebot --db TheMovieDB -rename 'Short Circuit (1986).mkv'
Rename movies using [TheMovieDB]
Auto-detect movie from context [/share/movies/Short Circuit (1986).mkv]
[MOVE] Skipped [/share/movies/Short Circuit (1986).mkv] because [/share/movies/Short Circuit (1986).mkv] already exists
Processed 0 files
$ getfattr 'Short Circuit (1986).mkv'
# file: Short Circuit (1986).mkv
user.net.filebot.mediainfo
user.net.filebot.mediainfo.mtime
Console Output: Select all
$ filebot -script fn:nfo 'Short Circuit (1986).mkv'
[XATTR NOT FOUND] /share/movies/Short Circuit (1986).mkv
Done ヾ(@⌒ー⌒@)ノ