From 03025c13fd99d89fc11d604d4126a015ae16cbc9 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 31 May 2025 03:47:04 -0700 Subject: [PATCH] docs(readme): update with warning message --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ffa1d21..f3af854d 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,13 @@ Makes use of the generous work over at [https://github.com/dtankdempse/thetvapp-
-> [!NOTE] -> Currently, the files are not updated with the latest tokens. The developer [https://github.com/dtankdempse/](https://github.com/dtankdempse/) is currently migrating to an alternative solution. -> Stay tuned. +> [!WARNING] +> In december 2024, the developer [https://github.com/dtankdempse/](https://github.com/dtankdempse/) stopped working on his version of the main TVApp grabber, which this branch depended on and caused our docker image to become useless. +> After 2024, our container was completetly re-developed from the ground up to handle all of the playlist and xml generation in-house. +> +> This branch services as an archive for the original container, however, it no longer works. +> +> To get the most recent working build, visit the [main](https://github.com/TheBinaryNinja/tvapp2/tree/main) branch.