Search found 7 matches

by nicolasrata
11 Jan 2024, 21:03
Forum: Episode / Movie Naming Scheme
Topic: DV with HDR Fallback
Replies: 13
Views: 2242

Re: DV with HDR Fallback

Thank you it works perfectly. I modified it like that to work with Plex Meta Manager and his DV+HDR overlay : { video.HDR_Format =~ /Dolby Vision/ && video.HDR_Format =~ /SMPTE/ ? 'DV + HDR10' : hdr } https://i.ibb.co/qF9r0zG/Capture-d-cran-2024-01-11-21-59-24.png Changed it after founding a...
by nicolasrata
10 Jan 2024, 20:23
Forum: Episode / Movie Naming Scheme
Topic: DV with HDR Fallback
Replies: 13
Views: 2242

Re: DV with HDR Fallback

I found out that SMTPE ST isn't always 2086.
Is there a way to look for 'Dolby Vision / SMPTE(and whatever is behind)' ?
by nicolasrata
19 Jun 2023, 07:37
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1641611

Re: Release Groups {group}

Hi could you had the following :

Code: Select all

Asiimov
ELiTE
FERVEX
Thanks
by nicolasrata
01 Jun 2023, 13:23
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1641611

Re: Release Groups {group}

Could you please add the following :

Code: Select all

H4S5S
JATT
k7
Punisher694
SAKADOX
Thank you
by nicolasrata
31 Dec 2019, 22:36
Forum: Episode / Movie Naming Scheme
Topic: Subtitles naming
Replies: 4
Views: 6256

Re: Subtitles naming

Awesome !!!

Thanks a lot
by nicolasrata
31 Dec 2019, 22:16
Forum: Episode / Movie Naming Scheme
Topic: Subtitles naming
Replies: 4
Views: 6256

Re: Subtitles naming

Thanks for the quick answer.
It's working for putting .eng at the end, but I still have the .eng in the middle

Code: Select all

{plex.name} [{vf} {vc} {ac} {channels} {hdr}] {audioLanguages} {textLanguages}{subt}

Code: Select all

Arrow - S02E01 - City of Heroes.eng [1080p x265 AAC 5.1 ] [eng] .eng.srt
by nicolasrata
31 Dec 2019, 22:00
Forum: Episode / Movie Naming Scheme
Topic: Subtitles naming
Replies: 4
Views: 6256

Subtitles naming

Hello, Thanks a lot for this awesome software. I have a question about the naming of the subtitles. I have the Mac version from the Mac app store and I use this code for the naming of my TV shows. {plex.name} [{vf} {vc} {ac} {channels} {hdr}] {audioLanguages} {textLanguages} Which works great. But, ...