Aha, that seems to have done the job, I am now getting the expected {hdr} output from Node! Thank you!
Search found 4 matches
- 16 Oct 2025, 11:54
- Forum: Synology NAS & Embedded Linux
- Topic: Inconsistent {hdr} output (not detecting DV)
- Replies: 7
- Views: 8996
- 16 Oct 2025, 11:23
- Forum: Synology NAS & Embedded Linux
- Topic: Inconsistent {hdr} output (not detecting DV)
- Replies: 7
- Views: 8996
Re: Inconsistent {hdr} output (not detecting DV)
{hdr} should return DV+HDR10 based on the MediaInfo properties above. We could try to trace the issue by running our own Groovy code to come up with the same value to trace where things go awry. You'd have to login via SSH and run commands though. :?: What does the output say if you run this ...
- 14 Oct 2025, 14:11
- Forum: Synology NAS & Embedded Linux
- Topic: Inconsistent {hdr} output (not detecting DV)
- Replies: 7
- Views: 8996
Re: Inconsistent {hdr} output (not detecting DV)
:?: What does the MediaInfo table say for the file at hand? :arrow: Please use the libmediainfo version used by filebot . You can print the MediaInfo table from FileBot Node via Tools ➔ MediaInfo . https://i.imgur.com/MM2Vq19.png :idea: The {hdr} binding hinges entirely on the HDR_* properties from ...
- 14 Oct 2025, 12:48
- Forum: Synology NAS & Embedded Linux
- Topic: Inconsistent {hdr} output (not detecting DV)
- Replies: 7
- Views: 8996
Inconsistent {hdr} output (not detecting DV)
Hi, I'm looking to rename my current library to include more info about the files in the filename. I'm using the following format: { plex.id % { none{ edition.match(/Theatrical|Remastered/) } ? " {edition-$edition}" : null } % {allOf{vf}{vs}{hdr}{ original.matchAll(/PROPER|REMUX|REPACK/) }{group ...
