Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/1ea26505ad6c4d43197d54a1a26a061a3eb12b38 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix(starr): match PQ in x265 (no HDR/DV) CF

pull/1352/head
nuxen 2 years ago
parent ac04b86538
commit 1ea26505ad
No known key found for this signature in database

@ -20,7 +20,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b"
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b"
}
},
{

@ -20,7 +20,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?)\\b"
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b"
}
},
{

Loading…
Cancel
Save