From da819645fc0b0023778c5eea06b7a84b16c9e6bc Mon Sep 17 00:00:00 2001 From: vexorian Date: Mon, 27 Jul 2020 17:27:56 -0400 Subject: [PATCH] Fork --- README.md | 12 ++++++++++-- src/constants.js | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d45d89..6186731 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -# pseudotv-plex +# pseudotv 0.5.4-unofficial-vx Create live TV channel streams from media on your Plex servers. -Project recently migrated from [gitlab](https://gitlab.com/DEFENDORe/pseudotv-plex) to github to improve development flow (docker builds and binary releases). +Official project is at: [https://github.com/DEFENDORe/pseudotv](https://github.com/DEFENDORe/pseudotv) +This is a set of modifications that I am releasing in order to get testing of new features I am proposing to pseudotv official. + +Check the releases page for downloads for Linux, MacOSX and Windows. For docker you will need to build the image from sourcecode. Sorry for that. + +Make sure to make a backup of your .pseudotv folder before installing this version. Depending on how old your existing version is, you might need to clean up the folder before installing this one and start from scratch. + +The remaining of this readme file is a copy of the one in the official repository. + diff --git a/src/constants.js b/src/constants.js index fe3eac6..b33a75d 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,4 +1,4 @@ module.exports = { SLACK: 9999, - VERSION_NAME: "0.5.4" + VERSION_NAME: "0.0.54-unofficial-vx" } \ No newline at end of file