Search found 107 matches

by AbedlaPaille
24 Jun 2020, 02:26
Forum: Episode / Movie Naming Scheme
Topic: TV shows scheme: mediainfo on season folder if all the same, on files if different?
Replies: 8
Views: 4558

TV shows scheme: mediainfo on season folder if all the same, on files if different?

Say i have a season pack with same vs and vf, i'd want it to look like
Devs/Season 1 [Bluray 1080p]/Devs - S01E01 - Episode 1
But if the episodes within the season have differing vs and vf then
Devs/Season 1/Devs - S01E01 - Episode 1 [Bluray 1080p]
Is that something filebot can do?
by AbedlaPaille
24 Jun 2020, 02:15
Forum: Episode / Movie Naming Scheme
Topic: No season folder for miniseries?
Replies: 8
Views: 5159

No season folder for miniseries?

Can filebot skip season folder creation on miniseries but still retain them on 2+ seasons shows? Sorry if this has been asked already.
by AbedlaPaille
19 Jun 2020, 00:46
Forum: Episode / Movie Naming Scheme
Topic: Give video files a quality grade based on various mediainfos?
Replies: 2
Views: 2412

Give video files a quality grade based on various mediainfos?

Anyone with ideas about this? Lots of values could be taken into account, mbps, vf, vc, ac, af.. Question is how to weight them to have a rather realistic grade.
by AbedlaPaille
18 Jun 2020, 15:55
Forum: Episode / Movie Naming Scheme
Topic: Movie Renaming Expression for "Studio" ?
Replies: 17
Views: 5311

Re: Movie Renaming Expression for "Studio" ?

Check out my Studios collections hardlinks, might help you understanding how it works. F:/Studios/ {info.productionCompanies =~ /Studio Ghibli/ ? 'Ghibli Collection' : info.productionCompanies =~ /Pixar/ ? 'Pixar Collection' : info.productionCompanies =~ /Marvel Studios/ ? 'MCU Collection' : ''} / {...
by AbedlaPaille
16 Jun 2020, 12:53
Forum: Help and Support
Topic: Ternary operator within drive picking snippet?
Replies: 2
Views: 1699

Re: Ternary operator within drive picking snippet?

Yep that's a winner, thanks a lot
by AbedlaPaille
16 Jun 2020, 11:14
Forum: Help and Support
Topic: Ternary operator within drive picking snippet?
Replies: 2
Views: 1699

Ternary operator within drive picking snippet?

{['C:', 'D:', 'E:'].collect{ (it+'/TV/'+n) as File }.sort{ a, b -> a.exists() <=> b.exists() ?: a.diskSpace <=> b.diskSpace }.last()}/{episode} Glorious snippet. I'm trying to troubleshoot an issue though, maybe you can help me. I've modified it slightly because my TV shows names are bilingual : {[...
by AbedlaPaille
12 Jun 2020, 10:25
Forum: Feature Requests and Bug Reports
Topic: Request: Collections extras (url & cover)
Replies: 8
Views: 3802

Re: Request: Collections extras (url & cover)

No problem thanks for the consideration.
by AbedlaPaille
12 Jun 2020, 06:05
Forum: Help and Support
Topic: Bugged xattr on a movie
Replies: 5
Views: 2353

Re: Bugged xattr on a movie

The log doesn't print an error message and it doesn't work either. The log doesn't show any line on the video file, it skips it, works on the subtitle next to it though, but the video file is like invisible in --db xattr mode. I went in GUI to troubleshoot and tried F3, instead of renaming with xatt...
by AbedlaPaille
12 Jun 2020, 05:57
Forum: Feature Requests and Bug Reports
Topic: Request: Collections extras (url & cover)
Replies: 8
Views: 3802

Re: Request: Collections extras (url & cover)

Filebot knows if a movie is part of a collection though, so movie folder -1 level is where the collection folder should be, regardless of format.

Else a naming convention, like all Collections folders need to have "Collection" in their name?
by AbedlaPaille
12 Jun 2020, 05:45
Forum: Scripting and Automation
Topic: AMC: Subtitle isn't getting the same name as the movie
Replies: 5
Views: 3056

Re: AMC: Subtitle isn't getting the same name as the movie

The format is simple enough and Plex compatible, i just add infos after the year. The subtitles files are in nearby easy-to-find locations, RARBG uses a movie folder and a subs subfolder, like a lot of groups. The amc script has no problem with attaching the subtitle to the movie on some of them, i ...
by AbedlaPaille
12 Jun 2020, 05:33
Forum: Help and Support
Topic: Bugged xattr on a movie
Replies: 5
Views: 2353

Re: Bugged xattr on a movie

1. Yes. All files but one work.

2. The video file wasn't hardlinked to the new location with --db xattr
by AbedlaPaille
12 Jun 2020, 03:37
Forum: Scripting and Automation
Topic: AMC: Subtitle isn't getting the same name as the movie
Replies: 5
Views: 3056

Re: AMC: Subtitle isn't getting the same name as the movie

So this seems to be responsible for grouping .srt with movie Group: {Movie=Whiplash (2014)} => [12_English.srt, Whiplash.2014.1080p.BluRay.x265-RARBG.mp4] And in most cases for me it fails to group and shows something like : Group: {Movie=The Name of the Rose (1986), Series=null} => [6_English.srt] ...
by AbedlaPaille
12 Jun 2020, 03:23
Forum: Help and Support
Topic: Bugged xattr on a movie
Replies: 5
Views: 2353

Bugged xattr on a movie

I have this error from a week ago on a movie: Failed to set xattr: NoSuchFileException When i rename it without xattr it doesn't create extended attributes i think, as when i do F3 in GUI the original file disappears (both panels empty) and CLI with --db xattr does not see the movie. I think the iss...
by AbedlaPaille
12 Jun 2020, 03:00
Forum: Feature Requests and Bug Reports
Topic: Request: Collections extras (url & cover)
Replies: 8
Views: 3802

Re: Request: Collections extras (url & cover)

Well then fingers crossed chief wizard agrees to make this happen :)
by AbedlaPaille
12 Jun 2020, 02:49
Forum: Scripting and Automation
Topic: AMC: Subtitle isn't getting the same name as the movie
Replies: 5
Views: 3056

Re: AMC: Subtitle isn't getting the same name as the movie

Now another movie from the same release group (subtitles in a subfolder too) but it works. log : Rename movies using [TheMovieDB] Auto-detect movie from context [C:\Users\Zeus\Downloads\Torrents\Whiplash.2014.1080p.BluRay.x265-RARBG\Whiplash.2014.1080p.BluRay.x265-RARBG.mp4] Auto-detect movie from c...
by AbedlaPaille
12 Jun 2020, 01:28
Forum: Feature Requests and Bug Reports
Topic: Request: Collections extras (url & cover)
Replies: 8
Views: 3802

Request: Collections extras (url & cover)

I'd love the possibility to enrich collections folders with post processing features such as the one we have on simple movies. A link to the tmdb collection page and an import on the cover would be very appreciated. Thanks for reading and keep up the great work !
by AbedlaPaille
11 Jun 2020, 22:56
Forum: Scripting and Automation
Topic: AMC: Subtitle isn't getting the same name as the movie
Replies: 5
Views: 3056

AMC: Subtitle isn't getting the same name as the movie

The movie gets renamed like i want it to: F:\Plex\Edge of Tomorrow (2014)\Edge of Tomorrow (2014) [BluRay 1080p 5.1 HEVC 10bit 2.2 Mbps].mp4 The .srt gets renamed in a more simple fashion: F:\Plex\Edge of Tomorrow (2014)\Edge of Tomorrow (2014).en.srt I'd want the .srt renamed like that: F:\Plex\Edg...
by AbedlaPaille
11 Jun 2020, 22:18
Forum: Episode / Movie Naming Scheme
Topic: Replacing slashes in name
Replies: 4
Views: 2741

Re: Replacing slashes in name

Alternatively you can use

Code: Select all

t.slash('-')
by AbedlaPaille
11 Jun 2020, 21:12
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 580482

Re: How about sharing our format expressions?

https://i.imgur.com/itWWEqh.png I'm nearly done with my OCD :D Films is the main one, it's a close relative to plex but with multi entry collection folders and no 'The' prefix. That's how i browse my full library in explorer. Plex is where things are tidy. Collections and Studios use a --filter. Th...
by AbedlaPaille
10 Jun 2020, 00:12
Forum: Episode / Movie Naming Scheme
Topic: Sort movies by year range (e.g. 1900-1999)
Replies: 8
Views: 5833

Re: Sort movies by year range (e.g. 1900-1999)

{ y > 2019 ? '2020' : y > 2014 ? '2015-2019' : y > 2009 ? '2010-2014' : y > 2004 ? '2005-2009' : y > 1999 ? '2000-2004' : y > 1989 ? '1990-1999' : y > 1979 ? '1980-1989' : y > 1969 ? '1970-1979' : y > 1959 ? '1960-1969' : y > 1949 ? '1950-1959' : '1900-1949' } For the perfectionists ;)
by AbedlaPaille
09 Jun 2020, 20:10
Forum: Scripting and Automation
Topic: process only recently added files within a folder?
Replies: 8
Views: 3803

Re: process only recently added files within a folder?

You're the most helpful dev of all time.
by AbedlaPaille
09 Jun 2020, 14:24
Forum: Scripting and Automation
Topic: process only recently added files within a folder?
Replies: 8
Views: 3803

Re: process only recently added files within a folder?

Just a little thing. Windows stores 3 file ages. Date created, date modified and media created. The snippet you linked is for media created. Can i change it to date created?
by AbedlaPaille
09 Jun 2020, 10:20
Forum: Episode / Movie Naming Scheme
Topic: Using {model} for dealing with collections holistically
Replies: 16
Views: 6858

Re: Using {model} for dealing with collections holistically

I ended up using --filter collection and a 'All' folder within for the single entry ones. Keeps things easy to browse.
by AbedlaPaille
09 Jun 2020, 09:37
Forum: Help and Support
Topic: AMC: Help with Deluge post process on Windows
Replies: 4
Views: 2185

Re: AMC: Help with Deluge post process on Windows

Thanks a lot qBittorent is really good. Can i add extra lines of code to the torrent completed event? qBit doesn't want line breaks. i have a .cmd i run manually for those, maybe i can attach it somehow.
by AbedlaPaille
07 Jun 2020, 06:55
Forum: Help and Support
Topic: AMC: Help with Deluge post process on Windows
Replies: 4
Views: 2185

Re: AMC: Help with Deluge post process on Windows

1. Ahah ok. So i can't just write the filebot command line as usual, i have to add all this : @ECHO OFF :: Input Parameters set ARG_PATH=%1 set ARG_NAME=%2 set ARG_LABEL=%3 :: Configuration set CONFIG_OUTPUT=%USERPROFILE%/Media Just curious why? 2. I'm not sure the default config outputs are valid f...