mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
updates
This commit is contained in:
@@ -41,7 +41,7 @@ Then install TwinVine; the following installs the latest version directly from t
|
|||||||
git clone https://github.com/vinefeeder/TwinVine.git
|
git clone https://github.com/vinefeeder/TwinVine.git
|
||||||
cd TwinVine
|
cd TwinVine
|
||||||
uv clean
|
uv clean
|
||||||
uv.lock
|
uv lock
|
||||||
uv sync
|
uv sync
|
||||||
uv run vinefeeder --help or
|
uv run vinefeeder --help or
|
||||||
uv run envied --help
|
uv run envied --help
|
||||||
@@ -71,7 +71,7 @@ Envied has
|
|||||||
|
|
||||||
ALL4 AUBC CBS DSCP iP MAX MY5 NF PCOK ROKU SPOT TPTV TVNZ YTBE
|
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
|
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""
|
**Other README's""
|
||||||
TwinVine/packages/vinefeeder/src/vinefeeder/README.md
|
TwinVine/packages/vinefeeder/src/vinefeeder/README.md
|
||||||
|
|||||||
@@ -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"]
|
fqname = meta["module"]
|
||||||
cls_name = meta["loader_class"]
|
cls_name = meta["loader_class"]
|
||||||
|
console.print(f"[{catppuccin_mocha['pink']}]Service selected: {service_name}[/]")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
module = importlib.import_module(fqname)
|
module = importlib.import_module(fqname)
|
||||||
|
|||||||
Reference in New Issue
Block a user