Search found 4 matches

by flammabled
16 Oct 2025, 11:54
Forum: Synology NAS & Embedded Linux
Topic: Inconsistent {hdr} output (not detecting DV)
Replies: 7
Views: 8996

Re: Inconsistent {hdr} output (not detecting DV)

rednoah wrote: 16 Oct 2025, 11:42 :?: What happens if you do Clear Cache once from the FileBot Node menu? (i.e. run filebot -clear-cache as the FileBot Node internal user)

Screenshot
Aha, that seems to have done the job, I am now getting the expected {hdr} output from Node! Thank you!
by flammabled
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 ...
by flammabled
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 ...
by flammabled
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 ...