From 3c3b3544f11def676830177ef4c8f4f4e098b9c7 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 1 Aug 2020 07:13:47 -0400 Subject: [PATCH] Fork version 0.0.56 --- README.md | 12 ++++++++++-- src/constants.js | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d45d89..2edd1af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -# pseudotv-plex +# pseudotv 0.0.56-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 7d25ccc..2b24c61 100644 --- a/src/constants.js +++ b/src/constants.js @@ -2,5 +2,5 @@ module.exports = { SLACK: 9999, TVGUIDE_MAXIMUM_PADDING_LENGTH_MS: 30*60*1000, - VERSION_NAME: "0.0.54-testing" + VERSION_NAME: "0.0.56-unofficial-vx" }