Search found 7 matches
- 11 Jan 2024, 21:03
- Forum: Episode / Movie Naming Scheme
- Topic: DV with HDR Fallback
- Replies: 14
- Views: 9137
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 movie ...
- 10 Jan 2024, 20:23
- Forum: Episode / Movie Naming Scheme
- Topic: DV with HDR Fallback
- Replies: 14
- Views: 9137
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)' ?
Is there a way to look for 'Dolby Vision / SMPTE(and whatever is behind)' ?
- 19 Jun 2023, 07:37
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 732
- Views: 2145000
Re: Release Groups {group}
Hi could you had the following :
Thanks
Code: Select all
Asiimov
ELiTE
FERVEX
- 01 Jun 2023, 13:23
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 732
- Views: 2145000
Re: Release Groups {group}
Could you please add the following :
Thank you
Code: Select all
H4S5S
JATT
k7
Punisher694
SAKADOX
- 31 Dec 2019, 22:36
- Forum: Episode / Movie Naming Scheme
- Topic: Subtitles naming
- Replies: 4
- Views: 6943
Re: Subtitles naming
Awesome !!!
Thanks a lot
Thanks a lot
- 31 Dec 2019, 22:16
- Forum: Episode / Movie Naming Scheme
- Topic: Subtitles naming
- Replies: 4
- Views: 6943
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
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
- 31 Dec 2019, 22:00
- Forum: Episode / Movie Naming Scheme
- Topic: Subtitles naming
- Replies: 4
- Views: 6943
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 ...