Search found 10 matches

by korzynski
28 Jul 2020, 03:27
Forum: Help and Support
Topic: How to use the clean options
Replies: 1
Views: 2277

How to use the clean options

Is there a detailed description of what the clean feature does, and is there any difference between

Code: Select all

--def clean=y

Code: Select all

--action clean
and

Code: Select all

-script fn:cleaner
Will these delete video extras that I've added myself? If it deletes something I need to keep is there any way to recover it?
by korzynski
06 Jul 2020, 05:21
Forum: Help and Support
Topic: AMC script leaves off attributes when renaming some media files
Replies: 5
Views: 3244

Re: AMC script leaves off attributes when renaming some media files

I think I found a fix for the orphaned brackets, thanks to a comment of yours on another thread (https://www.filebot.net/forums/viewtopic.php?t=11817). This seems to work: {plex.derive {[tags]} {allOf{vs}{vf}.joining('-','[',']')} {allOf{ac}{channels}.joining(' ','[',']')} {[vc]} {-rg} } But I'm sti...
by korzynski
06 Jul 2020, 03:02
Forum: Help and Support
Topic: AMC script leaves off attributes when renaming some media files
Replies: 5
Views: 3244

Re: AMC script leaves off attributes when renaming some media files

e.g. if you separate each binding into it's own closure, then you'll get all the defined bindings at least: plex.derive{[vs]}{[vf]}{[ac]}{[channels]}{[vc]} Thank you for the suggestion! I found a format that appears to work on my test folder {plex.derive {[tags]} {[allOf{vs}{vf}.join("-")...
by korzynski
30 Jun 2020, 01:48
Forum: Help and Support
Topic: AMC script leaves off attributes when renaming some media files
Replies: 5
Views: 3244

AMC script leaves off attributes when renaming some media files

I am using the AMC script to move and rename my video files and to append media properties, such as video and audio attributes, for example: Movies/Kill Bill - Vol. 2 (2004)/Kill Bill - Vol. 2 (2004) [BluRay-480p][AC3][5.1][x264].mkv . I specified --def 'movieFormat={plex.derive{" [$vs-$vf][$ac...
by korzynski
22 Jun 2020, 04:44
Forum: Ubuntu & Desktop Linux
Topic: AMC script skips video files in subfolders
Replies: 5
Views: 4081

Re: AMC script skips video files in subfolders

I think that the main issue was my misunderstanding of how the script processes files. Since it appeared to be processing the folders in alphabetical order, I assumed that I should see a log entry for each movie file as it encountered each folder. But it looks like it doesn't log the movie files unt...
by korzynski
22 Jun 2020, 04:24
Forum: Feature Requests and Bug Reports
Topic: Failed to read media characteristics: DateTimeParseException
Replies: 1
Views: 1960

Failed to read media characteristics: DateTimeParseException

I've encountered a handful of files that include a DateTime metadata field that FileBot is unable to parse. Listed below are the 17 errors I received when scanning my library. Unfortunately, the log doesn't specify which files generated the errors, and it's very time-consuming to determine it by han...
by korzynski
21 Jun 2020, 21:53
Forum: Ubuntu & Desktop Linux
Topic: AMC script skips video files in subfolders
Replies: 5
Views: 4081

Re: AMC script skips video files in subfolders

This log entry tells us that there is at least one file path that is explicitly excluded because it has been processed already: That's very strange, because the excludes.txt file is empty The log file ends abruptly because I terminated the process after the first couple of folders. I have let it ru...
by korzynski
19 Jun 2020, 04:13
Forum: Ubuntu & Desktop Linux
Topic: AMC script skips video files in subfolders
Replies: 5
Views: 4081

Re: AMC script skips video files in subfolders

Also, since the NFS mount doesn't support xattr, I have enabled the option to store metadata in plain text files: [2020-06-19 04:10:27.554] Using persistent disk cache: /data/.filebot/cache/0 #FileBot System Properties #Tue Jun 16 01:02:25 GMT 2020 net.filebot.logging.debug=ALL net.filebot.xattr.sto...
by korzynski
19 Jun 2020, 04:00
Forum: Ubuntu & Desktop Linux
Topic: AMC script skips video files in subfolders
Replies: 5
Views: 4081

AMC script skips video files in subfolders

The AMC script appears to silently skip movie files when they are more than 1 level deep. When I run the AMC script directly on a folder that contains movie files, it processes the movie files and ignores the video extras, as expected. However, if I instead run the script against the parent folder t...