From 6898b9f31d6641297754c5e2e1f5d58f624af7e7 Mon Sep 17 00:00:00 2001 From: vexorian Date: Tue, 21 Sep 2021 22:10:34 -0400 Subject: [PATCH] 1.5.0 --- README.md | 3 ++- src/constants.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ec4761..5801a4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# dizqueTV 1.5.0-development +# dizqueTV 1.5.0 ![Discord](https://img.shields.io/discord/711313431457693727?logo=discord&logoColor=fff&style=flat-square) ![GitHub top language](https://img.shields.io/github/languages/top/vexorian/dizquetv?logo=github&style=flat-square) ![Docker Pulls](https://img.shields.io/docker/pulls/vexorian/dizquetv?logo=docker&logoColor=fff&style=flat-square) Create live TV channel streams from media on your Plex servers. @@ -25,6 +25,7 @@ EPG (Guide Information) data is stored to `.dizquetv/xmltv.xml` - Subtitle support. - Auto deinterlace any Plex media not marked `"scanType": "progressive"` - Can be configured to completely force Direct play, if you are ready for the caveats. +- It's up to you if the channels have a life of their own and act as if they continued playing when you weren't watching them or if you want "on-demand" channels that stop their schedules while not being watched. ## Limitations diff --git a/src/constants.js b/src/constants.js index 49d5cf8..5865e39 100644 --- a/src/constants.js +++ b/src/constants.js @@ -28,5 +28,5 @@ module.exports = { // staying active, it checks every 5 seconds PLAYED_MONITOR_CHECK_FREQUENCY: 5*1000, - VERSION_NAME: "1.5.0-development" + VERSION_NAME: "1.5.0" }