New: Mediainfo Popover for Movie Files

This commit is contained in:
Qstick
2019-10-18 22:57:11 -04:00
parent ac8a7a9254
commit 1920bd53b6
3 changed files with 59 additions and 3 deletions

View File

@@ -12,8 +12,13 @@ const columns = [
isVisible: true
},
{
name: 'mediainfo',
label: 'Media Info',
name: 'audioInfo',
label: 'Audio Info',
isVisible: true
},
{
name: 'videoCodec',
label: 'Video Codec',
isVisible: true
},
{