Search found 107 matches

by AbedlaPaille
27 Apr 2020, 04:13
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 33
Views: 495548

Re: How about sharing our format expressions?

Abed Movies E:/{fn =~ /3D/ ? 'Films 3D' : 'Films'}/{norm = {it.upperInitial().replaceTrailingBrackets().replaceAll(/[`´‘’ʻ""“”]/, "'").replaceAll(/[:|]/, " - ").replaceAll(/[?]/, "!").replaceAll(/[*\s]+/, " ").replaceAll(/\b[IiVvXx]+\b/, { it.upper(...
by AbedlaPaille
27 Apr 2020, 03:00
Forum: Episode / Movie Naming Scheme
Topic: Naming in 2 languages
Replies: 10
Views: 8649

Re: Naming in 2 languages

My problem was you can't play around n and primaryTitle on TV shows like you can on movies. If matching in French primaryTitle will also be in French wheras for movies it gives me the title in the original language. Guess i'll run my French shows with French preferred and my English shows with Engli...
by AbedlaPaille
27 Apr 2020, 02:25
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 539681

Re: Conditional Structures (if-then-else)

well if I try this (in GUI) \\gaia-prime\Movies\{any{'Movie Collections/'+az+'/'+collection+'/'+ny+'/'+ny}{az+'/'+ny+'/'+ny}} [{vf}]{subt} I get output e.g. \\gaia-prime/Movies/D/Demolition Man (1993)/Demolition Man (1993) [720p] or \\gaia-prime/Movies/Movie Collections/A/Avatar Collection/Avatar (...
by AbedlaPaille
25 Apr 2020, 17:43
Forum: Episode / Movie Naming Scheme
Topic: Naming in 2 languages
Replies: 10
Views: 8649

Re: Naming in 2 languages

Mmh, i've seen this thread but i don't understand what i should do? I'm not using command line no, just copying format expression in the gui. Where are status messages? Edit: wow so i tried my luck just adding self like this : {self.info.OriginalLanguage =~ /fr/ || self.audio[0].language =~ /fr/ || ...
by AbedlaPaille
25 Apr 2020, 04:10
Forum: Episode / Movie Naming Scheme
Topic: Naming in 2 languages
Replies: 10
Views: 8649

Re: Naming in 2 languages

I've been trying to set up an automatized bilingual French/English {n} using French as preferred language with a fall back to Primary Title if the movie/show isn't French like this thread is saying. I've come up with this {audio[0].language =~ /fr/ || info.OriginalLanguage =~ /fr/ ? norm(n) : norm(p...
by AbedlaPaille
12 Apr 2020, 12:10
Forum: Help and Support
Topic: rename one subtitle if it has the same name as another one
Replies: 13
Views: 6364

Re: rename one subtitle if it has the same name as another one

Didn't manage to make it work but this does the job for me:

Code: Select all

{'.'+pi}{'.'+lang}
So now my problem is separating the 2 pi instructions. My {'.'+pi} on subtitle files and the normal {'.CD'+pi} on video files, got any ideas? Cheers on the support!
by AbedlaPaille
12 Apr 2020, 04:13
Forum: Help and Support
Topic: rename one subtitle if it has the same name as another one
Replies: 13
Views: 6364

Re: rename one subtitle if it has the same name as another one

Am too computer incompetent to understand the discussion here. To sum up is there a way to rename multiple English subtitles (1), (2), (3) like Windows does instead of overwriting the previous .eng? If yes i could use a more step by step tutorial. Glad i finally bought it from the Windows store thou...