fix: alle xREL release_date Typen – de-retail, de-hd, de-rental, us-retail, us-hd, r5
This commit is contained in:
@@ -126,9 +126,17 @@ function enrichMovie(m, genreMap, fsk, rank) {
|
||||
|
||||
// ── xREL ─────────────────────────────────────────────────────────────────────
|
||||
const XREL_DATE_LABEL = {
|
||||
'us-cine': 'Kinostart (US)', 'de-cine': 'Kinostart (DE)',
|
||||
'us-web': 'Web (US)', 'de-web': 'Web (DE)',
|
||||
'us-disc': 'Disc (US)', 'de-disc': 'Disc (DE)',
|
||||
'de-cine': 'Kinostart (DE)',
|
||||
'us-cine': 'Kinostart (US)',
|
||||
'de-web': 'Web (DE)',
|
||||
'us-web': 'Web (US)',
|
||||
'de-retail': 'Retail (DE)',
|
||||
'us-retail': 'Retail (US)',
|
||||
'de-hd': 'Blu-ray (DE)',
|
||||
'us-hd': 'Blu-ray (US)',
|
||||
'de-rental': 'Rental (DE)',
|
||||
'us-rental': 'Rental (US)',
|
||||
'r5': 'R5',
|
||||
};
|
||||
|
||||
const QUALITY_BLOCKLIST = r => /\b(2160p|4k|uhd|uhdbluray|uhdbd|remux)\b/i.test(r) || /COMPLETE[._](?:BLURAY|BD)/i.test(r);
|
||||
|
||||
Reference in New Issue
Block a user