This commit is contained in:
VineFeeder
2025-09-13 10:13:25 +01:00
parent 4ffb27ddd6
commit 76a791e375
3 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ Then install TwinVine; the following installs the latest version directly from t
git clone https://github.com/vinefeeder/TwinVine.git
cd TwinVine
uv clean
uv.lock
uv lock
uv sync
uv run vinefeeder --help or
uv run envied --help
@@ -71,7 +71,7 @@ Envied has
ALL4 AUBC CBS DSCP iP MAX MY5 NF PCOK ROKU SPOT TPTV TVNZ YTBE
ARD CBC CTV DSNP ITV MTSP NBLA NRK PLUTO RTE STV TUBI UKTV ZDF
Not all have been tested
These services have web-origins and not all have been tested by me.
**Other README's""
TwinVine/packages/vinefeeder/src/vinefeeder/README.md
+5
View File
@@ -0,0 +1,5 @@
##Updates##
**13 Sept 2025:**
- Added selected service name to screen display with GUI use.
- corrected uv.lock to uv lock for initializing project
@@ -420,6 +420,7 @@ class VineFeeder(QWidget):
fqname = meta["module"]
cls_name = meta["loader_class"]
console.print(f"[{catppuccin_mocha['pink']}]Service selected: {service_name}[/]")
try:
module = importlib.import_module(fqname)