Search found 34 matches

by HarryMuscle
02 Feb 2022, 01:16
Forum: Episode / Movie Naming Scheme
Topic: Helping FileBot/AMC Figure Out The Correct TV Show?
Replies: 1
Views: 1298

Helping FileBot/AMC Figure Out The Correct TV Show?

Is there any trick to helping FileBot/AMC figure out the correct TV show based on the name of the series folder? I run a scheduled FileBot/AMC script so specifying the show ID using the command line argument isn't ideal. I prefer to just rename the main series folder and wait until the next schedule...
by HarryMuscle
01 Feb 2022, 03:58
Forum: Ubuntu & Desktop Linux
Topic: [docker] Command Line Flag to Store XAttrs in File
Replies: 2
Views: 1965

Re: Command Line Flag to Store XAttrs in File

:arrow: You can use the filebot command the generate the necessary configuration file in the appropriate location: filebot -script fn:properties --def net.filebot.xattr.store=.xattr :idea: The "appropriate location" would the the persistent data folder (i.e. docker mapped volume ) where F...
by HarryMuscle
31 Jan 2022, 23:38
Forum: Scripting and Automation
Topic: Unofficial custom AMC script (intermediate users)
Replies: 26
Views: 33492

Re: Unofficial custom AMC script (intermediate users)

Any chance this modified script has a GitHub repo? Also does it still work?

Thanks,
Harry
by HarryMuscle
31 Jan 2022, 23:18
Forum: Feature Requests and Bug Reports
Topic: Feature Request: Episode level NFO
Replies: 15
Views: 13536

Re: Feature Request: Episode level NFO

Wanted to bump this to see if there's any chance of this getting implemented. Some of us like to curate all information including episode descriptions. Using FileBot first and then having to use another tool to generate the episode nfo files makes one want to switch away from FileBot and just use th...
by HarryMuscle
31 Jan 2022, 21:18
Forum: Help and Support
Topic: Generate Episode NFO Files via AMC Script?
Replies: 1
Views: 2160

Generate Episode NFO Files via AMC Script?

Does the AMC script only generate NFO files for the TV Show itself? Is it possible to also generate nfo files for each episode and possibly each season? Most of my search on this subject is turning up really old posts. Apparently about 5 years ago there was also a custom modified version of the AMC ...
by HarryMuscle
31 Jan 2022, 19:42
Forum: Ubuntu & Desktop Linux
Topic: [docker] Command Line Flag to Store XAttrs in File
Replies: 2
Views: 1965

[docker] Command Line Flag to Store XAttrs in File

I'm running the jlesage FileBot Docker container which only allows adding command line flags when running the AMC script automatically and I need to tell it to use a file to store the extended attributes. I know there's a command line flag to disable storing extended attributes (-no-xattr), but I ca...
by HarryMuscle
08 Jan 2022, 00:02
Forum: Scripting and Automation
Topic: Move Completed Source Files
Replies: 1
Views: 939

Move Completed Source Files

Wondering if anyone has a setup where after the AMC script runs, the source files that were processed successfully (including all supplementary files ... basically the whole directory containing the source files) are moved to another location? I'd like to be able to see at a glance by looking at the...
by HarryMuscle
07 Jan 2022, 21:56
Forum: Ubuntu & Desktop Linux
Topic: List of All Possible Parameters for AMC Script's exec Option?
Replies: 3
Views: 2764

Re: List of All Possible Parameters for AMC Script's exec Option?

1. -exec expressions work the same way as --format expressions . The former generates a String value that is an argument value, the latter generates a String value that is a file path. :idea: You can find a list of top-level bindings here, some of which are complex objects with dynamic properties, ...
by HarryMuscle
06 Jan 2022, 22:54
Forum: Ubuntu & Desktop Linux
Topic: List of All Possible Parameters for AMC Script's exec Option?
Replies: 3
Views: 2764

List of All Possible Parameters for AMC Script's exec Option?

Is there a list somewhere of all of the possible parameters that can be used in the AMC script's exec option which allows running code after an item has been processed? Here's what I'm trying to accomplish and I'm assuming using the exec option is the way to do it: I have 4 folders: input output man...