From 1aab8abc55c9b37d431b8f83314e75d1f2ba98e0 Mon Sep 17 00:00:00 2001 From: Austin Tinius Date: Thu, 14 May 2020 15:08:43 -0700 Subject: [PATCH 1/5] Changed Subtitle index Changed SubtitleIndex to -2 so it defaults to no subs --- web/services/plex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/services/plex.js b/web/services/plex.js index 5e3fa38..a9a9e03 100644 --- a/web/services/plex.js +++ b/web/services/plex.js @@ -122,7 +122,7 @@ module.exports = function ($http, $window, $interval) { } if (program.type === 'episode' || program.type === 'movie') { program.file = `${server.protocol}://${server.host}:${server.port}${res.Metadata[i].Media[0].Part[0].key}?X-Plex-Token=${server.token}` - program.opts = { deinterlace: false, videoIndex: '-1', audioIndex: '-1', subtitleIndex: '-1' } + program.opts = { deinterlace: false, videoIndex: '-1', audioIndex: '-1', subtitleIndex: '-2' } } if (program.type === 'episode') { program.showTitle = res.Metadata[i].grandparentTitle @@ -156,4 +156,4 @@ function msToTime(duration) { seconds = (seconds < 10) ? "0" + seconds : seconds; return hours + ":" + minutes + ":" + seconds + "." + milliseconds; -} \ No newline at end of file +} From bab250d87d0ef3c5c11a6827d20971eb488a51df Mon Sep 17 00:00:00 2001 From: Austin Tinius Date: Thu, 14 May 2020 15:25:49 -0700 Subject: [PATCH 2/5] Change repo Updated the name of the repo in the instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c5f8d..96506a2 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ docker run --name pseudotv -p 8000:8000 -v C:\.pseudotv:/home/node/app/.pseudotv #### Unraid Install Add ``` -https://github.com/powdermilkman/pseudotv +https://github.com/DEFENDORe/pseudotv ``` to your "Template repositories" in the Docker tab. Click the "Add Container" button From cf4ea259ad08a8670d69b4cffe4526e840820e80 Mon Sep 17 00:00:00 2001 From: Austin Tinius Date: Thu, 14 May 2020 15:26:42 -0700 Subject: [PATCH 3/5] removed fork disclaimer --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 96506a2..3d7cee4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -This is a fork from the official gitlab at https://gitlab.com/DEFENDORe/pseudotv-plex - - # pseudotv-plex PseudoTV is a Plex DVR plugin. It allows you to host your own fake live tv service by dynamically streaming media from your Plex servers(s). Your channels and settings are all manged throught the PseudoTV Web UI. From c04fe813b67ae9078d41ab8a41bc9882c8e3518f Mon Sep 17 00:00:00 2001 From: Austin Tinius Date: Thu, 14 May 2020 15:28:28 -0700 Subject: [PATCH 4/5] Change docker hub repo --- pseudotv-nvidia.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pseudotv-nvidia.xml b/pseudotv-nvidia.xml index 82db433..0d208e5 100644 --- a/pseudotv-nvidia.xml +++ b/pseudotv-nvidia.xml @@ -1,8 +1,8 @@ pseudotv - powdermilkman/pseudotv:latest - https://hub.docker.com/r/powdermilkman/pseudotv + defendore/pseudotv:latest + https://hub.docker.com/r/defendore/pseudotv host bash From c73eac96640c71b58a3d19d43afc4ab3eb73099b Mon Sep 17 00:00:00 2001 From: Austin Tinius Date: Thu, 14 May 2020 15:32:27 -0700 Subject: [PATCH 5/5] changing docker hub repo --- pseudotv.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pseudotv.xml b/pseudotv.xml index 4a2e27c..c01d185 100644 --- a/pseudotv.xml +++ b/pseudotv.xml @@ -1,8 +1,8 @@ pseudotv - powdermilkman/pseudotv:latest - https://hub.docker.com/r/powdermilkman/pseudotv + defendore/pseudotv:latest + https://hub.docker.com/r/defendore/pseudotv host bash