TRaSH-Guides / Guides

Here you will find Guides mainly for the Starr Apps (Sonarr/Radarr) and everything related to it.
https://trash-guides.info/
MIT License
1.62k stars 208 forks source link

[Bug] #590

Closed roofuskit closed 2 years ago

roofuskit commented 2 years ago

Which Guide Radarr

Describe the Error in the Guide Dolbyvision regex code captures unwanted words like "Adventure" (dv|dovi|dolby[ .]?vision)

Expected behavior should only capture dv, not dv contained within a word.

roofuskit commented 2 years ago

\b not copied.

bakerboy448 commented 2 years ago

Which custom format? None appear to have what you posted and none are missing the \b ?

https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#hdr-metadata

TRaSH- commented 2 years ago

Got a example when it happens And when was the last time you updated the custom format Being DV uses word boundaries https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/#dv

TRaSH- commented 2 years ago

\b not copied.

So you forgot to add the word boundaries ?

When adding a custom format use de JSON import option This way you only need to copy paste it from the site. Or use one of the sync options.