mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
extend playable files list
This commit is contained in:
@@ -12,6 +12,7 @@ const playableExtList = [
|
|||||||
'avchd',
|
'avchd',
|
||||||
'avi',
|
'avi',
|
||||||
'drc',
|
'drc',
|
||||||
|
'dv',
|
||||||
'flv',
|
'flv',
|
||||||
'iso',
|
'iso',
|
||||||
'm2v',
|
'm2v',
|
||||||
@@ -27,9 +28,9 @@ const playableExtList = [
|
|||||||
'mpeg',
|
'mpeg',
|
||||||
'mpg',
|
'mpg',
|
||||||
'mpv',
|
'mpv',
|
||||||
|
'mts',
|
||||||
'mxf',
|
'mxf',
|
||||||
'nsv',
|
'nsv',
|
||||||
'ogg',
|
|
||||||
'ogv',
|
'ogv',
|
||||||
'ts',
|
'ts',
|
||||||
'qt',
|
'qt',
|
||||||
@@ -46,6 +47,9 @@ const playableExtList = [
|
|||||||
'aiff',
|
'aiff',
|
||||||
'ape',
|
'ape',
|
||||||
'au',
|
'au',
|
||||||
|
'dsd',
|
||||||
|
'dff',
|
||||||
|
'dsf',
|
||||||
'flac',
|
'flac',
|
||||||
'gsm',
|
'gsm',
|
||||||
'it',
|
'it',
|
||||||
@@ -55,11 +59,15 @@ const playableExtList = [
|
|||||||
'mod',
|
'mod',
|
||||||
'mp3',
|
'mp3',
|
||||||
'mpa',
|
'mpa',
|
||||||
|
'oga',
|
||||||
|
'ogg',
|
||||||
|
'opus',
|
||||||
'pls',
|
'pls',
|
||||||
'ra',
|
'ra',
|
||||||
's3m',
|
's3m',
|
||||||
'sid',
|
'sid',
|
||||||
'wav',
|
'wav',
|
||||||
|
'weba',
|
||||||
'wma',
|
'wma',
|
||||||
'xm',
|
'xm',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user