Search found 214 matches

by cheaters
05 Nov 2020, 18:29
Forum: macOS
Topic: AMC.log file polluted with Ignore Hidden:
Replies: 12
Views: 21897

Re: AMC.log file polluted with Ignore Hidden:

Why is it acting on directories not in the path anyway? I don't remember it doing this in the past. When I download a file it should only be working on files inside the new directory created by the download not the entire top directory. it's acting on every directory contained by /Volumes/SeedDrive/...
by cheaters
05 Nov 2020, 18:26
Forum: macOS
Topic: AMC.log file polluted with Ignore Hidden:
Replies: 12
Views: 21897

Re: AMC.log file polluted with Ignore Hidden:

It's just a language thing. I interpret what you are writing differently than you intend it to be interpreted. when you wrote .DS_Store starts with . and so it's a hidden file we'll want to ignore: CODE: SELECT ALL Ignore hidden: /Volumes/SeedDrive/complete/.DS_Store I assumed that what followed the...
by cheaters
05 Nov 2020, 18:01
Forum: macOS
Topic: AMC.log file polluted with Ignore Hidden:
Replies: 12
Views: 21897

Re: AMC.log file polluted with Ignore Hidden:

Where do I set: Ignore hidden: /Volumes/SeedDrive/complete/.DS_Store I can also set the log preferences in system.properties ,,, yes? Logging Options: Enable debug logging: net.filebot.logging.debug = ALL | FINE | INFO filebot -script fn:properties --def net.filebot.logging.debug=ALL Print timestamp...
by cheaters
05 Nov 2020, 17:50
Forum: macOS
Topic: AMC.log file polluted with Ignore Hidden:
Replies: 12
Views: 21897

Re: AMC.log file polluted with Ignore Hidden:

.DS_Store starts with . and so it's a hidden file we'll want to ignore: Ignore hidden: /Volumes/SeedDrive/complete/.DS_Store :arrow: https://en.wikipedia.org/wiki/.DS_Store :idea: .DS_Store is created when you browse a folder with Finder. Kinda like Thumbs.db on Windows. It's very possible that thi...
by cheaters
05 Nov 2020, 17:15
Forum: macOS
Topic: AMC.log file polluted with Ignore Hidden:
Replies: 12
Views: 21897

Re: AMC.log file polluted with Ignore Hidden:

I don't know if this is the issue but I am looking again at the amc page And it clearly says that paths must not end with a backslash (forward slash on Mac?). Has something has changed in Qbittorrent v4.3.0 client in the recent update that is coercing a forward slash at the end of the path for my ch...
by cheaters
05 Nov 2020, 16:48
Forum: macOS
Topic: AMC.log file polluted with Ignore Hidden:
Replies: 12
Views: 21897

AMC.log file polluted with Ignore Hidden:

Does anyone have an idea why this behavior would start occurring? Has something changed in the fn.amc script? I have changed nothing that I know of but for the last few days I am now seeing my AMC.log filled with Ignore hidden: … when new files are being acted on by the amc script. This was not happ...
by cheaters
03 Nov 2020, 16:59
Forum: Scripting and Automation
Topic: Looking for a list of AMC switches and what they do.
Replies: 5
Views: 7657

Re: Looking for a list of AMC switches and what they do.

rednoah wrote: 25 Oct 2020, 02:26 I would generally recommend using PushBullet instead.
Unfortunately PushBullet dropped support for iOS and MacOS a few years back.
by cheaters
24 Oct 2020, 19:03
Forum: Scripting and Automation
Topic: Looking for a list of AMC switches and what they do.
Replies: 5
Views: 7657

Re: Looking for a list of AMC switches and what they do.

--def pushover=userkey[:apikey] If you are using both the userkey and an apikey remove the square brackets: --def pushover=userkey:apikey It tripped me up on the first try. Maybe it's not immediately obvious to some noobs. @Rednoah, :?: Is there support for other Pushover parameters , like sound :?...
by cheaters
18 Oct 2020, 05:33
Forum: macOS
Topic: New Plex naming convention as of Plex 1.2x
Replies: 7
Views: 20952

Re: New Plex naming convention as of Plex 1.2x

It’s renaming as a multi-part when they are dragged in together. I was hoping the different languages in each movie would be enough to signal to multi-part movie handling that these were not “parts” but different movies. Since usually parts 1 and 2 of a single movie would be in the same language. I ...
by cheaters
18 Oct 2020, 04:06
Forum: macOS
Topic: New Plex naming convention as of Plex 1.2x
Replies: 7
Views: 20952

Re: New Plex naming convention as of Plex 1.2x

Thanks rednoah 1. Note that {plex} default multi-part auto-detection is based on media characteristics (e.g. same resolution, same video codec, same audio codec, etc) . If you were to test with real 2 files, Avatar.720p.mp4 and Avatar.1080p.mp4 , then this would be 2 movies (as opposed to 1 movie wi...
by cheaters
16 Oct 2020, 17:30
Forum: macOS
Topic: renaming a movie name that is prefixed with ellipses
Replies: 6
Views: 13797

Re: renaming a movie name that is prefixed with ellipses

I don't really care about Windows-compatible file names I need Unix-compatible filenames. I am a bit insulted that Windows gets preferential treatment :lol: But since this terminology hasn't been well defined I have no idea what it really does and without that information can't really make proper ch...
by cheaters
16 Oct 2020, 16:52
Forum: macOS
Topic: renaming a movie name that is prefixed with ellipses
Replies: 6
Views: 13797

Re: renaming a movie name that is prefixed with ellipses

The -unixfx switch is for Windows users only then? Sorry, I tried to do a search for that term and get zero results. You guessed correctly TVDB had it as three periods and not an ellipses. I changed the title on TVDB to use an ellipses. :?: Now how do I get FileBot to stop using the cached version o...
by cheaters
15 Oct 2020, 23:54
Forum: macOS
Topic: renaming a movie name that is prefixed with ellipses
Replies: 6
Views: 13797

renaming a movie name that is prefixed with ellipses

I am trying to process a movie that has ellipses at the beginning of its name and Apple Finder is treating the file as a dot file or invisible file. It's probably a very rare situation but maybe should be hardcoded for MacOS? …And Justice for All (1979) In system.properties I had set unixfs=true Fli...
by cheaters
12 Oct 2020, 21:12
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8324

Re: Filebot picks up featurettes instead of movie file

rednoah wrote: 12 Oct 2020, 20:22 1.
--def ignore is a amc script option so it has no effect on the GUI nor typical CLI calls.


2.
You can use scriptable file filters in Presets though, akin to --file-filter on the command-line:
This is what I was thinking before I wrote. I am guessing the "!" excludes?
by cheaters
12 Oct 2020, 21:10
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8324

Re: Filebot picks up featurettes instead of movie file

I think if you have created an amc script for Plex people would assume that it would support Plex conventions. I think it's great to have that script. Makes it so easy for the user. That being said, I understand that creating and maintaining support for all of those platforms and their ever changing...
by cheaters
12 Oct 2020, 20:34
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8324

Re: Filebot picks up featurettes instead of movie file

Your hardcoding suggests you have settled on supporting Plex's subdirectory method of organizing local files for trailers and extras versus their inline method? :?: You may want to capitalize "the" in your hardcoding? "Behind The Scenes" Organized in Subdirectories You can organi...
by cheaters
12 Oct 2020, 20:13
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8324

Re: Filebot picks up featurettes instead of movie file

Is there anyway I can use --def ignore="behindthescenes|deleted|featurettes|interview" in the GUI with my format: {plex.derive{' {imdb-'}{imdbid}{'}'}{' ['+allOf{tags}{audio.language}{vf}{vs}{vc}{crc32}.join(' ')}{']'}}{if (dc > 1) '.'+di} Does --def ignore="…" skip files or fold...
by cheaters
12 Oct 2020, 19:49
Forum: Scripting and Automation
Topic: Filebot picks up featurettes instead of movie file
Replies: 16
Views: 8324

Re: Filebot picks up featurettes instead of movie file

Just adding this to clarify for anyone that comes along. The files aren't randomly skipped/included for renaming. They are skipped/included for renaming depending on their size and length. That size and length is a hard number that rednoah has chosen in collaboration with Mr. Turner . FileBot r7515 ...
by cheaters
11 Oct 2020, 15:33
Forum: macOS
Topic: 4.9.2 GUI Renaming "bug"
Replies: 16
Views: 16775

Re: 4.9.2 GUI Renaming "bug"

I am speaking of the betas and using homebrew. Unfortunately you haven't added the SHA to filebot-latest.rb . Any reason? Might that resolve my brew updating issue? sha256 :no_check https://github.com/filebot/plugins/blob/master/brew/filebot-latest.rb Regarding the non-beta version.... just checking...
by cheaters
11 Oct 2020, 05:58
Forum: Scripting and Automation
Topic: AMC and "ut" variables
Replies: 3
Views: 3109

Re: AMC and "ut" variables

I never suggested the script knew the name of the application or that the script had a consciousness. :lol: I was asking if there were more ut_*parameters that weren't listed on that page. Believe it or not there are instances where information is missing from the help pages. :o I like to tag my tor...
by cheaters
11 Oct 2020, 05:26
Forum: macOS
Topic: 4.9.2 GUI Renaming "bug"
Replies: 16
Views: 16775

Re: 4.9.2 GUI Renaming "bug"

Look at brew cleanup --help -s Scrub the cache, including downloads for even the latest versions. Note downloads for any installed formulae or casks will still not be deleted. If you want to delete those too: rm -rf "$(brew --cache)" I don't want to delete my entire cache to remove the cac...
by cheaters
11 Oct 2020, 05:22
Forum: macOS
Topic: 4.9.2 GUI Renaming "bug"
Replies: 16
Views: 16775

Re: 4.9.2 GUI Renaming "bug"

Thanks for your reply. A change in version numbers is not planned. You can imagine 4.9.2 (r8046) to be 4.9.2.8046 if you prefer it written down like that. That's not a serious response to that question is it? In your beta repository the file is named FileBot_4.9.2.app.tar.xz . There is no revision n...
by cheaters
10 Oct 2020, 21:33
Forum: Scripting and Automation
Topic: AMC and "ut" variables
Replies: 3
Views: 3109

AMC and "ut" variables

Some "ut" variables are listed on the AMC page. :?: Where is the exhaustive list of FileBot "ut" variables and their options for torrenting apps? For instance qBittorrent shows these as being supported parameters: Supported parameters (case sensitive): %N: Torrent name %L: Catego...
by cheaters
10 Oct 2020, 16:57
Forum: macOS
Topic: 4.9.2 GUI Renaming "bug"
Replies: 16
Views: 16775

Re: 4.9.2 GUI Renaming "bug"

TL;DR It was a movie naming issue. :roll: Thank you! I was just trying to give you as much info as necessary to help me figure out what's going on. Didn't mean to insinuate that any of that information was the cause. :arrow: TL;DR {xattr} only works if the file has previously been processed with Fil...
by cheaters
09 Oct 2020, 19:08
Forum: macOS
Topic: 4.9.2 GUI Renaming "bug"
Replies: 16
Views: 16775

Re: 4.9.2 GUI Renaming "bug"

I think this may be related. I am attempting to rename a new file that was tossed into "Unsorted" (the movie is listed in TMDB) . For some reason trying to rename the files in this particular folder keeps giving me errors. I used my rename Preset to rename but I notice in the log that it a...