Search found 14 matches

by iKUd
31 Jan 2024, 15:26
Forum: Episode / Movie Naming Scheme
Topic: Add {edition} to the movie folder name when using the {plex} format?
Replies: 13
Views: 1546

Re: Add {edition} to the movie folder name when using the {plex} format?

So when using the .year in plex.year I have to life with the second year? I'm ok with the first year in the folder but with the year in the series name. TV Shows/Cowboy Bebop (1998) {tmdb-30991}/Season 01/Cowboy Bebop - s01e01 - Stray Dog Strut [720p, 4.3 Mbps, AVC, AAC, 5.1]-CBM But I can take away...
by iKUd
30 Jan 2024, 16:46
Forum: Episode / Movie Naming Scheme
Topic: Add {edition} to the movie folder name when using the {plex} format?
Replies: 13
Views: 1546

Re: Add {edition} to the movie folder name when using the {plex} format?

The problem here is: I have a year in the seriesname which I dont want to have there. I cant change the ID so if I want tvdb or imdb in the future I have to rewrite everything. Where or how do I have to add { -group }).path.replaceAll(/S\d+|E\d+/){ it.lower() } } in my string? { vf =~ /2160p/ ? '4K ...
by iKUd
30 Jan 2024, 16:31
Forum: Help and Support
Topic: Hiding '- or .' inbetween syntaxes
Replies: 2
Views: 785

Re: Hiding '- or .' inbetween syntaxes

works ty..
by iKUd
29 Jan 2024, 12:21
Forum: Episode / Movie Naming Scheme
Topic: Match uncategorised subtitles
Replies: 2
Views: 619

Re: Match uncategorised subtitles

ok ty I'll test that
by iKUd
28 Jan 2024, 18:47
Forum: Episode / Movie Naming Scheme
Topic: Add {edition} to the movie folder name when using the {plex} format?
Replies: 13
Views: 1546

Re: Add {edition} to the movie folder name when using the {plex} format?

When using this it looks like this. 4K TV Shows/Firefly (2002) {tmdb-1437}/Season 01/Firefly - S01E01 - Serenity [2160p, HDR10+, 15 Mbps, HEVC, AAC, 5.1] Pretty close to what I'd like to have. Should have worked around with plex.id earlier :roll: Two things I wasnt able to ajust: Lower the s and e t...
by iKUd
28 Jan 2024, 14:32
Forum: Episode / Movie Naming Scheme
Topic: using the syntax tvbdid
Replies: 2
Views: 569

Re: using the syntax tvbdid

SOLVED

its

Shell: Select all

{" {tvdb-" + {tvdbid} + "}"}
by iKUd
28 Jan 2024, 00:17
Forum: Episode / Movie Naming Scheme
Topic: Match uncategorised subtitles
Replies: 2
Views: 619

Match uncategorised subtitles

I often have subs like this

Shell: Select all

xy.srt
xy.forced.srt
xy.eng.srt
xy.eng.fored.srt
I use

Shell: Select all

{ subt }
and to match the eng ones isnt a problem but how to tell FB that all the not categorised ones are ger?
by iKUd
28 Jan 2024, 00:04
Forum: Episode / Movie Naming Scheme
Topic: using the syntax tvbdid
Replies: 2
Views: 569

using the syntax tvbdid

When I'm using {tvdb-{tvdbid}} it stays blank because FB thinks there is a sytax which he doesnt know (tvdb). But if only using {tvdbid} it makes [] around the number and i'd like to have {} and a text in front. It should look ike this {tvdb-123456} And yes I could take plex.id but then he fetches T...
by iKUd
27 Jan 2024, 22:39
Forum: Help and Support
Topic: Hiding '- or .' inbetween syntaxes
Replies: 2
Views: 785

Hiding '- or .' inbetween syntaxes

When no match there are hyphens left.

Shell: Select all

{ vf } - { any{hdr}{null} } - { vc }
The hyphen in front or the one behind the {any{hdr}{null}} should be included somewhere somehow that if its 'null' it's hiding also.
Otherwise it looks like

Shell: Select all

1080p - - x265
by iKUd
27 Jan 2024, 17:03
Forum: Episode / Movie Naming Scheme
Topic: Separate out WEBRip from WEB-DL
Replies: 12
Views: 2311

Re: Separate out WEBRip from WEB-DL

Wow great - so far that looks exactly what I was looking for!
I do some more tests but atm it looks great.
Thanks alot :!:
by iKUd
27 Jan 2024, 15:54
Forum: Episode / Movie Naming Scheme
Topic: Separate out WEBRip from WEB-DL
Replies: 12
Views: 2311

Re: Separate out WEBRip from WEB-DL

I want not only to separate out WEBRip from WEB-DL but also WebHD and maybe even more
like

Shell: Select all

{ any{ fn.match(/WEBRip AND WebHD AND xxx AND yyy AND zzz/) }{ vs } }
by iKUd
27 Jan 2024, 13:59
Forum: Episode / Movie Naming Scheme
Topic: Separate out WEBRip from WEB-DL
Replies: 12
Views: 2311

Re: Separate out WEBRip from WEB-DL

First of all thank you for your patience 8-)
With this I get the WebHD done but the WebRip turns into WebRi.
But my question was to add more excludes in additional to WebRip so it doesnt touch WebRip, xy, zy, and so on
by iKUd
26 Jan 2024, 12:19
Forum: Episode / Movie Naming Scheme
Topic: Separate out WEBRip from WEB-DL
Replies: 12
Views: 2311

Re: Separate out WEBRip from WEB-DL

ok maybe I wasnt precise enough. I want to add WebHD in additional to the existing WebRip. And perhaps also Webxx and so on.
by iKUd
25 Jan 2024, 18:33
Forum: Episode / Movie Naming Scheme
Topic: Separate out WEBRip from WEB-DL
Replies: 12
Views: 2311

Re: Separate out WEBRip from WEB-DL

How can I add more eg WebHD and so on?

Tried around with the

Shell: Select all

{ any{ fn.match(/WEBRip/) }{ vs } }
but didnt get it to work.