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/7d7325a3db0dd80d5cd4465cea2c8a6fd2229c1f You should set ROOT_URL correctly, otherwise the web may not work correctly.

changed includeCustomFormatWhenRenaming for HDR, DV & DV.SL

changed includeCustomFormatWhenRenaming for HDR, DV & DV.SL
pull/35/head
TRaSH 4 years ago
parent b2811acc35
commit 7d7325a3db

@ -156,7 +156,7 @@ Custom Format for Single Layer Dolby Vision releases.
```json
{
"name": "Dolby Vision (Single Layer)",
"includeCustomFormatWhenRenaming": false,
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
@ -233,7 +233,7 @@ Custom format for several Special Editions
```json
{
"name": "HDR",
"includeCustomFormatWhenRenaming": false,
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "HDR",
"implementation": "ReleaseTitleSpecification",
@ -1025,7 +1025,7 @@ Give this the same score as Lossy Atmos, and then on import, it will get changed
```json
{
"name": "Dolby Vision",
"includeCustomFormatWhenRenaming": false,
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",

Loading…
Cancel
Save