Fix issues (specially UNRAID) that arose from changing the main branch name to main
This commit is contained in:
parent
5efc5c6afc
commit
f11cab29d6
@ -92,6 +92,11 @@ docker run --name dizquetv -p 8000:8000 -v C:\.dizquetv:/home/node/app/.dizquetv
|
|||||||
|
|
||||||
If you were a pseudotv user, make sure to stop the pseudotv container and use the same folder you used for configuration in pseudotv as configuration for dizquetv.
|
If you were a pseudotv user, make sure to stop the pseudotv container and use the same folder you used for configuration in pseudotv as configuration for dizquetv.
|
||||||
|
|
||||||
|
#### Unraid
|
||||||
|
|
||||||
|
Template Repository: [https://github.com/vexorian/dizquetv/tree/main](https://github.com/vexorian/dizquetv/tree/main)
|
||||||
|
|
||||||
|
|
||||||
#### Building Docker image from source
|
#### Building Docker image from source
|
||||||
|
|
||||||
Build docker image from source and run the container. (replace `C:\.dizquetv` with your desired config directory location)
|
Build docker image from source and run the container. (replace `C:\.dizquetv` with your desired config directory location)
|
||||||
|
|||||||
@ -15,7 +15,7 @@ dizqueTV will show up as a HDHomeRun device within Plex. When configuring your P
|
|||||||
<Category/>
|
<Category/>
|
||||||
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
||||||
<TemplateURL/>
|
<TemplateURL/>
|
||||||
<Icon>https://raw.githubusercontent.com/vexorian/dizquetv/master/resources/dizquetv.png</Icon>
|
<Icon>https://raw.githubusercontent.com/vexorian/dizquetv/main/resources/dizquetv.png</Icon>
|
||||||
<ExtraParams>--runtime=nvidia</ExtraParams>
|
<ExtraParams>--runtime=nvidia</ExtraParams>
|
||||||
<PostArgs/>
|
<PostArgs/>
|
||||||
<CPUset/>
|
<CPUset/>
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<Category/>
|
<Category/>
|
||||||
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
<WebUI>http://[IP]:[PORT:8000]</WebUI>
|
||||||
<TemplateURL/>
|
<TemplateURL/>
|
||||||
<Icon>https://raw.githubusercontent.com/vexorian/dizquetv/master/resources/dizquetv.png</Icon>
|
<Icon>https://raw.githubusercontent.com/vexorian/dizquetv/main/resources/dizquetv.png</Icon>
|
||||||
<ExtraParams></ExtraParams>
|
<ExtraParams></ExtraParams>
|
||||||
<PostArgs/>
|
<PostArgs/>
|
||||||
<CPUset/>
|
<CPUset/>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ function WriteXMLTV(channels, xmlSettings) {
|
|||||||
_writeDocStart(xw)
|
_writeDocStart(xw)
|
||||||
async function middle() {
|
async function middle() {
|
||||||
if (channels.length === 0) { // Write Dummy dizqueTV Channel if no channel exists
|
if (channels.length === 0) { // Write Dummy dizqueTV Channel if no channel exists
|
||||||
_writeChannels(xw, [{ number: 1, name: "dizqueTV", icon: "https://raw.githubusercontent.com/vexorain/dizquetv/master/resources/dizquetv.png" }])
|
_writeChannels(xw, [{ number: 1, name: "dizqueTV", icon: "https://raw.githubusercontent.com/vexorain/dizquetv/main/resources/dizquetv.png" }])
|
||||||
let program = {
|
let program = {
|
||||||
program: {
|
program: {
|
||||||
type: 'movie',
|
type: 'movie',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user