aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
179 stars 8 forks source link

[Feature] Detect unknown and/or listed audio track languages to mark as bad #92

Open phobiac opened 4 months ago

phobiac commented 4 months ago

Is your feature request related to a problem? Please describe. I occasionally get video files where the audio track is listed as having an unknown language. This causes problems that have fairly easy workarounds (primarily, when choosing if subtitles should be played the assumption is that unknown audio track languages are not English) but it would be great to easily identify these files and checkrr seems like it could potentially do this.

Describe the solution you'd like I was hoping this could be resolved similar to #84, but using something like a removelang list in the config file. Finding video files with unknown language audio tracks is my main concern, but if there's some way to expand that out to setting custom languages that seems like it could be useful.

Describe alternatives you've considered This complicates the feature and maybe should be asked for as a different enhancement, but it would be useful if checkrr's Bad Files list had a column documenting why the file was marked as bad. For this language detection feature it would help to differentiate between the various reasons a file could be marked as bad.