Shell: Select all
/Applications/FileBot.app/Contents/MacOS/filebot.sh -rename "$1" --db TheMovieDB::TV -non-strict -non-strict --log-file ~/Documents/filebot.log --format "{~plex} ({vf}{video.HDR_Format =~ /Dolby Vision/ && video.HDR_Format_Compatibility =~ /HDR/ ? ' - DV+HDR10)' : video.HDR_Format =~ /Dolby Vision/ && video.HDR_Format_Compatibility !=~ /HDR/ ? ' - DV)' : video.HDR_Format !=~ /Dolby Vision/ && video.HDR_Format_Compatibility =~ /HDR10/ ? ' - HDR10)': ')'}" -exec touch {folder} {folder.dir}The issue with the file in question is that it is naming episodes of the show in question as 'HDR' and not 'HDR10' despite HDR10 being present in the file. MediaInfo output is at https://pastebin.com/dUP1YrRi
Any idea what's not working here for this one particular show?