Clarify MBAFF note

This commit is contained in:
DataHoarder 2021-12-16 18:23:13 +01:00
parent e4d1d458c0
commit 500d730cfa

View file

@ -1,7 +1,7 @@
// ==UserScript==
// @name AnimeBytes Mediainfo Improvements
// @author WeebDataHoarder
// @version 1.21.7
// @version 1.21.8
// @downloadURL https://git.gammaspectra.live/WeebDataHoarder/userscripts/raw/branch/master/AnimeBytes/ab-mediainfo.user.js
// @updateURL https://git.gammaspectra.live/WeebDataHoarder/userscripts/raw/branch/master/AnimeBytes/ab-mediainfo.user.js
// @description AnimeBytes Mediainfo Improvements. Adds several listing and matching releases against mediainfo utilities. MIT license
@ -405,7 +405,7 @@ function extractFromMediainfo(tags, mediainfo, warnings, fileName, fileList, sou
if("scan_type" in video){
if(video.scan_type.toUpperCase() === "MBAFF"){
scanTypeLetter = "i";
warnings.video.push(["info", "MBAFF is a storage method. Content might still be Progressive"]);
warnings.video.push(["info", "MBAFF found as video storage method. Content might still be Progressive"]);
}else if(video.scan_type.toUpperCase() === "INTERLACED"){
scanTypeLetter = "i";
}else if(video.scan_type.toUpperCase() === "PROGRESSIVE"){