Search found 107 matches

by AbedlaPaille
07 Jun 2020, 06:23
Forum: Help and Support
Topic: AMC: Help with Deluge post process on Windows
Replies: 4
Views: 2161

AMC: Help with Deluge post process on Windows

The AMC deluge section is for Mac and Linux https://www.filebot.net/forums/viewtopic.php?f=4&t=215#p3382 , can you help me understand how it works on Windows? I'm trying stuff but it's not working yet. Many noob questions. 1. I copy https://github.com/filebot/plugins/blob/master/bash/deluge-post...
by AbedlaPaille
05 Jun 2020, 13:42
Forum: Episode / Movie Naming Scheme
Topic: Using {model} for dealing with collections holistically
Replies: 16
Views: 6766

Re: Using {model} for dealing with collections holistically

What would the purpose of a --filter based on collections be? Exclude movie options that don't belong to any collection before matching? Yes i'm trying to make a hardlink folder just for my multi entry collections. In my head it goes something like that : filebot -rename -r "F:/Plex/" --d...
by AbedlaPaille
05 Jun 2020, 12:36
Forum: Episode / Movie Naming Scheme
Topic: Using {model} for dealing with collections holistically
Replies: 16
Views: 6766

Re: Using {model} for dealing with collections holistically

Hi! { // missing collection entries def missing = movie.collection - model.movie missing.size == movie.collection.size - 1 ? 'Single Entry' : missing.empty ? 'Complete Collection' : 'Multi Entry' } I'm trying to setup a --filter to do something similar. I want to catch all collections that aren't si...
by AbedlaPaille
04 Jun 2020, 17:01
Forum: Scripting and Automation
Topic: process only recently added files within a folder?
Replies: 8
Views: 3769

Re: process only recently added files within a folder?

Date added to the computer i meant. AKA the Date created and/or modified fields in your Explorer.
by AbedlaPaille
03 Jun 2020, 18:17
Forum: Scripting and Automation
Topic: process only recently added files within a folder?
Replies: 8
Views: 3769

process only recently added files within a folder?

Something like --filter "age < 3" but for date added instead of release date?
by AbedlaPaille
03 Jun 2020, 05:18
Forum: Help and Support
Topic: access denied ("java.net.NetPermission" "setCookieHandler")
Replies: 4
Views: 1694

Re: access denied ("java.net.NetPermission" "setCookieHandler")

Yeah last stable. I've downloaded the portable last revision, clicked both exe but can't use CLI just GUI? Tried in command line normally but i don't think the portable takes over my version, same problem.
by AbedlaPaille
02 Jun 2020, 23:22
Forum: Help and Support
Topic: access denied ("java.net.NetPermission" "setCookieHandler")
Replies: 4
Views: 1694

access denied ("java.net.NetPermission" "setCookieHandler")

I'm using the Windows 10 app. My format works in GUI, but in CLI i get this error https://pastebin.com/CHqzaSnG

Code: Select all

--format /path/to/MovieFormat.groovy
Used this to pass the format.
by AbedlaPaille
02 Jun 2020, 15:59
Forum: Scripting and Automation
Topic: --apply nfo url
Replies: 7
Views: 3630

Re: --apply nfo url

Fantastic :D

Thanks a lot.
by AbedlaPaille
02 Jun 2020, 15:19
Forum: Scripting and Automation
Topic: --apply nfo url
Replies: 7
Views: 3630

Re: --apply nfo url

When you have a thousand movies and 7 hardlink locations it gets a bit heavy ahah. But no problem, thanks.
by AbedlaPaille
02 Jun 2020, 15:18
Forum: Episode / Movie Naming Scheme
Topic: MultiCD naming: {pi} VS {fn.match(/CD\d/)}
Replies: 12
Views: 54136

Re: MultiCD naming: {pi} VS {fn.match(/CD\d/)}

Yep i'm baffled as well. Completely understand why you wouldn't want to support these shitty encodes with pi.
by AbedlaPaille
31 May 2020, 14:52
Forum: Episode / Movie Naming Scheme
Topic: MultiCD naming: {pi} VS {fn.match(/CD\d/)}
Replies: 12
Views: 54136

Re: MultiCD naming: {pi} VS {fn.match(/CD\d/)}

Gone with the Wind (1939) : https://pastebin.com/ZQWcFrwy

The Godfather - Part II (1974) : https://pastebin.com/KvR1u6PX

La sociologie est un sport de combat (2001) : https://pastebin.com/LV5bGk02
by AbedlaPaille
30 May 2020, 01:09
Forum: Scripting and Automation
Topic: --apply nfo url
Replies: 7
Views: 3630

Re: --apply nfo url

Thanks guys. Another question, does --apply import hardlinks instead of copying companion files when used with a --action hardlink ?
by AbedlaPaille
29 May 2020, 17:03
Forum: Scripting and Automation
Topic: --apply nfo url
Replies: 7
Views: 3630

--apply nfo url

1. Can i modify --apply url to only get imdb links ? 2. Filebot-made .nfos : I've found that readability is improved with UTF8 and XML selected in notepad++. But the <xyz>abc</xyz> format still bothered me so i made it an XML file to open with Excel. Didn't parse it very well (although it's decent) ...
by AbedlaPaille
28 May 2020, 08:10
Forum: Help and Support
Topic: info.OriginalLanguage displayLanguage problem
Replies: 6
Views: 2583

Re: info.OriginalLanguage displayLanguage problem

Sorry, was related in my brain as i was suspecting a tmdb error on both. Looking at the title that was poor judgement. Alright, my highlight from tmdb website means nothing then, it is part of a collection. What could cause the {ci} binding to be zero then, tmdb? I've never seen this. Yours display ...
by AbedlaPaille
28 May 2020, 07:18
Forum: Help and Support
Topic: info.OriginalLanguage displayLanguage problem
Replies: 6
Views: 2583

Re: info.OriginalLanguage displayLanguage problem

Is this bugged because of TMDB : https://i.imgur.com/WbMvtiZ.png ?

Because it looks clean on their website : https://i.imgur.com/W2SWVBa.png
by AbedlaPaille
27 May 2020, 15:14
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 535717

Re: Conditional Structures (if-then-else)

Thanks for the pointers !
by AbedlaPaille
27 May 2020, 15:06
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 535717

Re: Conditional Structures (if-then-else)

Cheers. So the complex format i posted earlier is pretty sound and i wouldn't be able to optimize its speed much more, correct?

For reference viewtopic.php?f=5&t=11862
by AbedlaPaille
27 May 2020, 12:30
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 535717

Re: Conditional Structures (if-then-else)

Often find myself in cases where i could use either {any} or { x ? x : y } pretty much interchangeably. In those cases is there a better option ? Like one less hungry in computing power ?
by AbedlaPaille
27 May 2020, 12:24
Forum: Help and Support
Topic: Monsters, Inc.
Replies: 3
Views: 1443

Re: Monsters, Inc.

Oh ok thanks. Can i add to my code this exception and how?

Also folders with extensions? What is windows smoking
by AbedlaPaille
27 May 2020, 12:21
Forum: Help and Support
Topic: Around Filebot
Replies: 4
Views: 1968

Re: Around Filebot

Amazing, i'll get right on to it.
by AbedlaPaille
27 May 2020, 11:58
Forum: Help and Support
Topic: Around Filebot
Replies: 4
Views: 1968

Re: Around Filebot

Thank you, saved me a bit of time and bandwidth. Next step for me seems to be the scary CLI, but it looks really powerful.

If i'm understanding correctly i could in one go make normal renaming happen and hardlink the file some place else ONLY if it matches certain directors, studios etc?
by AbedlaPaille
27 May 2020, 11:34
Forum: Help and Support
Topic: Monsters, Inc.
Replies: 3
Views: 1443

Monsters, Inc.

Struggling to understand what happens here. Why is the point an issue in the folder name? And why is it not an issue in the filename? I'm using the same norm on both as well :?:
by AbedlaPaille
27 May 2020, 11:26
Forum: Help and Support
Topic: info.OriginalLanguage displayLanguage problem
Replies: 6
Views: 2583

Re: info.OriginalLanguage displayLanguage problem

Ok thanks! i've went with that if anyone stumbles on this

Code: Select all

info.OriginalLanguage.toLocale().displayLanguage.replaceAll(/cn/, "Chinese")
I hope it's not too offensive to Cantonese speakers :D