Skip to content

Commit

Permalink
Fork version 0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
vexorian committed Aug 1, 2020
1 parent 9414f0b commit 3c3b354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.


<img src="./resources/pseudotv.png" width="200">

Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 3c3b354

Please sign in to comment.