Search found 101 matches
- 06 Jan 2021, 01:52
- Forum: Episode / Movie Naming Scheme
- Topic: Determine if a movie is dubbed or in original language?
- Replies: 2
- Views: 3276
Re: Determine if a movie is dubbed or in original language?
Thanks man, works wonderfully. Tweaked it to fit my needs. My result : { any {info.OriginalLanguage ==~ /fr/ && audioLanguages =~ /fr/ ? 'VF' : ''} {languages.any{ audioLanguages =~ it } ? '' : 'Dubbed'} {textLanguages =~ /fra/ ? 'VOSTFR' : textLanguages =~ /eng/ ? 'VOSTEN' : ''} {fn.match(/(?i)VOST...
- 30 Dec 2020, 15:05
- Forum: Episode / Movie Naming Scheme
- Topic: Determine if a movie is dubbed or in original language?
- Replies: 2
- Views: 3276
Determine if a movie is dubbed or in original language?
I'm trying to compare info.OriginalLanguage and audio.language for a match (or a mismatch), goal being a snippet that knows if a movie has orignal language audio track or not. My current setup : { any {! (info.OriginalLanguage ==~ /en/) && audio[0].language != /en/ ? audioLanguages[0].name.upper() :...
- 17 Nov 2020, 05:20
- Forum: Help and Support
- Topic: Filebot integration with Sonarr/Radarr
- Replies: 0
- Views: 2036
Filebot integration with Sonarr/Radarr
I'm trying to figure out how to post process with filebot without messing the way my sonarr work. Seems more tricky than i assumed. I need to delete the original files for sonarr to fully pick up on the filebot processed files, if i don't, the manual refresh/rescan doesn't suffice and sonarr still s...
- 17 Nov 2020, 00:33
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 73
- Views: 312897
Re: How about sharing our format expressions?
Suggestion: you can display french subs (vostfr) even when it's not in the original filename. Maybe you have some of these files, nowdays with streaming platforms and mkv a lot of uploads contain subs in several languages within the .mkv, well Filebot can pull that for you! {any{textLanguages =~ /fr...
- 08 Sep 2020, 21:22
- Forum: Help and Support
- Topic: How to avoid redudant, duplicate hardlinks?
- Replies: 6
- Views: 821
Re: How to avoid redudant, duplicate hardlinks?
Amazing, i thought it did the opposite!
Looks like i'm all setup. Thanks for your help.
Looks like i'm all setup. Thanks for your help.
- 08 Sep 2020, 14:17
- Forum: Help and Support
- Topic: How to avoid redudant, duplicate hardlinks?
- Replies: 6
- Views: 821
Re: How to avoid redudant, duplicate hardlinks?
Interesting idea. Great for a manual pass every once in a while. The problem is MOVE isn't compatible with new additions from the master structure. So i'm stuck with hardlinks/duplicates for post processing new additions. Can't i make fn:duplicates pick/keep the most recently created file/folder in ...
- 04 Sep 2020, 21:34
- Forum: Help and Support
- Topic: How to avoid redudant, duplicate hardlinks?
- Replies: 6
- Views: 821
Re: How to avoid redudant, duplicate hardlinks?
Because my library is big (800) and i'm managing a lot of hardlinks (10), most based on complex formats. Deleting and generating i've been doing, but manually every month or so -> it takes a while. Here i'm trying to automatize my hardlinks creation/management as a follow up to my qBittorent amc pos...
- 04 Sep 2020, 04:15
- Forum: Help and Support
- Topic: How to avoid redudant, duplicate hardlinks?
- Replies: 6
- Views: 821
How to avoid redudant, duplicate hardlinks?
Description: Finding duplicate movie or episode files is easy once all your content has been renamed and xattr tagged with FileBot. This script allows you to view or delete duplicates. List Logical Duplicates: filebot -script fn:duplicates /path/to/files :idea: There are logical duplicates when mul...
- 15 Jul 2020, 04:39
- Forum: Episode / Movie Naming Scheme
- Topic: Multiple audio tracks with different codecs and languages
- Replies: 86
- Views: 50671
Re: Multiple audio tracks with different codecs and languages
Added addToList = to make it more user friendly ( output e.g. [Add to "DTS XBR" codecList] ) Added useChFilter = to make it more user friendly ( true or false, makes it more "scene" like ) { def preferredLang = 'Eng' def useChFilter = false def filter = { [it.codec, it.ch, it.objects, it.lang] } de...
- 15 Jul 2020, 04:14
- Forum: Episode / Movie Naming Scheme
- Topic: newbie help - naming UHD or 4K or 2160p and REMUX plus more
- Replies: 20
- Views: 3157
Re: newbie help - naming UHD or 4K or 2160p and REMUX plus more
Added addToList = to make it more user friendly ( output e.g. [Add to "DTS XBR" codecList] ) Added useChFilter = to make it more user friendly ( true or false, makes it more "scene" like ) { def preferredLang = 'Eng' def useChFilter = false def filter = { [it.codec, it.ch, it.objects, it.lang] } de...
- 15 Jul 2020, 04:03
- Forum: Help and Support
- Topic: AMC script leaves off attributes when renaming some media files
- Replies: 5
- Views: 1476
Re: AMC script leaves off attributes when renaming some media files
If expression path and file path match filebot will just rename the file and not move anything. If you have a custom format and wish Filebot to follow it, you have to come up with a matching expression. plex.derive() is used to tweak the filename for extra infos, but it creates a path for you. If yo...
- 26 Jun 2020, 10:02
- Forum: Episode / Movie Naming Scheme
- Topic: TV shows scheme: mediainfo on season folder if all the same, on files if different?
- Replies: 8
- Views: 1829
Re: TV shows scheme: mediainfo on season folder if all the same, on files if different?
For sure. I've been a Filebot evangelist since ~2012, even got a friend who bought it ;) And i had no idea how helpful you were til this year. I'm close to be walking the streets with a Filebot cardboard now. Tell me if you ever do get something set-up for donations though. The kind of help you're w...
- 26 Jun 2020, 09:07
- Forum: Episode / Movie Naming Scheme
- Topic: TV shows scheme: mediainfo on season folder if all the same, on files if different?
- Replies: 8
- Views: 1829
Re: TV shows scheme: mediainfo on season folder if all the same, on files if different?

Code: Select all
s == it.s
Do you have something set-up for donations? When a dev helps you on ~100 posts he gets a couple free beers at the very least

- 26 Jun 2020, 08:54
- Forum: Episode / Movie Naming Scheme
- Topic: No season folder for miniseries?
- Replies: 8
- Views: 1739
Re: No season folder for miniseries?

- 26 Jun 2020, 08:18
- Forum: Episode / Movie Naming Scheme
- Topic: No season folder for miniseries?
- Replies: 8
- Views: 1739
Re: No season folder for miniseries?
Situation 1 : TVDB has several seasons for this show Result 1 : Season folder creation Example 1 : Fringe/Season 2/Fringe - S02E02 - Night of Desirable Objects --- Situation 2 : TVDB has only one season for this show Result 2 : No season folder creation Example 2 : Firefly/Firefly - S01E01 - The Tr...
- 26 Jun 2020, 08:03
- Forum: Episode / Movie Naming Scheme
- Topic: TV shows scheme: mediainfo on season folder if all the same, on files if different?
- Replies: 8
- Views: 1829
Re: TV shows scheme: mediainfo on season folder if all the same, on files if different?
I managed to piece together something semi-functional. You're a good teacher :) {model.findAll{ id == it.id }.collect{ [it.vf, it.vc] }.unique().size() == 1 ? {allOf{vf}{vc}.joining(' ', ' [', ']')} : null} 1. Only big issue is i'm not finding how to select a serie's season instead of the whole show...
- 26 Jun 2020, 05:40
- Forum: Episode / Movie Naming Scheme
- Topic: TV shows scheme: mediainfo on season folder if all the same, on files if different?
- Replies: 8
- Views: 1829
Re: TV shows scheme: mediainfo on season folder if all the same, on files if different?
What {vs} {vf} values do you want in the folder path if there's more than one? None, let me try again. Situation 1 : Episodes values within a season do not match Result 1 : my scheme remains -- Extra info trail on episode files, none on season folder. Example 1 : Devs/Season 1/Devs - S01E01 - Episo...
- 24 Jun 2020, 02:37
- Forum: Episode / Movie Naming Scheme
- Topic: Give video files a quality grade based on various mediainfos?
- Replies: 2
- Views: 645
Re: Give video files a quality grade based on various mediainfos?
Excellent pointers, thank you very much.
- 24 Jun 2020, 02:35
- Forum: Feature Requests and Bug Reports
- Topic: Plex + filebot: splitted movies issue
- Replies: 3
- Views: 972
Re: Plex + filebot: splitted movies issue
The problem with that Rednoah is perfectionism. Because CD1 can be below CD2 in explorer if some of the info differs, like bitrate. That's why we put CD$ before the extra informations. And i think that's why Plex thinks those are duplicates yeah. I have the same problem. More of a Plex problem than ...
- 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: 1829
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
But if the episodes within the season have differing vs and vf thenDevs/Season 1 [Bluray 1080p]/Devs - S01E01 - Episode 1
Is that something filebot can do?Devs/Season 1/Devs - S01E01 - Episode 1 [Bluray 1080p]
- 24 Jun 2020, 02:15
- Forum: Episode / Movie Naming Scheme
- Topic: No season folder for miniseries?
- Replies: 8
- Views: 1739
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.
- 19 Jun 2020, 00:46
- Forum: Episode / Movie Naming Scheme
- Topic: Give video files a quality grade based on various mediainfos?
- Replies: 2
- Views: 645
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.
- 18 Jun 2020, 15:55
- Forum: Episode / Movie Naming Scheme
- Topic: Movie Renaming Expression for "Studio" ?
- Replies: 8
- Views: 1740
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' : ''} / {...
- 16 Jun 2020, 12:53
- Forum: Help and Support
- Topic: Ternary operator within drive picking snippet?
- Replies: 2
- Views: 693
Re: Ternary operator within drive picking snippet?
Yep that's a winner, thanks a lot
- 16 Jun 2020, 11:14
- Forum: Help and Support
- Topic: Ternary operator within drive picking snippet?
- Replies: 2
- Views: 693
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 : {[...