feat(audio_channels): add support for "1.0" audio channels

This commit is contained in:
plotski
2021-02-18 13:13:14 +01:00
committed by Rémi Alvergnat
parent 18b355d81a
commit f22e33daad
3 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -71,7 +71,8 @@
"audio_channels": {
"1.0": [
"1ch",
"mono"
"mono",
"re:(1[\\W_]0(?:ch)?)(?=[^\\d]|$)"
],
"2.0": [
"2ch",
+13
View File
@@ -1785,3 +1785,16 @@
release_group: EVO
container: mkv
type: movie
? Kes.1969.1080p.BluRay.FLAC1.0.x264-DON.mkv
: title: Kes
year: 1969
screen_size: 1080p
source: Blu-ray
audio_codec: FLAC
audio_channels: '1.0'
video_codec: H.264
release_group: DON
container: mkv
mimetype: video/x-matroska
type: movie
+1
View File
@@ -88,6 +88,7 @@
? +stereo
: audio_channels: '2.0'
? +1.0
? +1ch
? +mono
: audio_channels: '1.0'