diff --git a/app/tools/picons.py b/app/tools/picons.py index 7578808d..db392430 100644 --- a/app/tools/picons.py +++ b/app/tools/picons.py @@ -57,7 +57,7 @@ class PiconsCzDownloader: _PERM_URL = "https://picon.cz/download/7337" _BASE_URL = "https://picon.cz/download/" _BASE_LOGO_URL = "https://picon.cz/picon/0/" - _HEADER = {"User-Agent": "DemonEditor/1.0.8", "Referer": ""} + _HEADER = {"User-Agent": "DemonEditor/1.0.9", "Referer": ""} _LINK_PATTERN = re.compile(r"((.*)-\d+x\d+)-(.*)_by_chocholousek.7z$") _FILE_PATTERN = re.compile(b"\\s+(1_.*\\.png).*") diff --git a/app/ui/dialogs.glade b/app/ui/dialogs.glade index 7e7ed52b..26c8260d 100644 --- a/app/ui/dialogs.glade +++ b/app/ui/dialogs.glade @@ -40,7 +40,7 @@ Author: Dmitriy Yefremov system-help normal DemonEditor - 1.0.8 Beta + 1.0.9 Beta 2018-2021 Dmitriy Yefremov Enigma2 channel and satellite list editor for GNU/Linux. diff --git a/app/ui/main_window.glade b/app/ui/main_window.glade index 73fc031d..3e2cffed 100644 --- a/app/ui/main_window.glade +++ b/app/ui/main_window.glade @@ -3249,7 +3249,7 @@ Author: Dmitriy Yefremov True False - 1.0.8 Beta + 1.0.9 Beta diff --git a/build-deb.sh b/build-deb.sh index ff5460aa..915adf38 100755 --- a/build-deb.sh +++ b/build-deb.sh @@ -1,5 +1,5 @@ #!/bin/bash -VER="1.0.8_Beta" +VER="1.0.9_Beta" B_PATH="dist/DemonEditor" DEB_PATH="$B_PATH/usr/share/demoneditor" diff --git a/deb/DEBIAN/README.source b/deb/DEBIAN/README.source index b9a1d2d5..9db56966 100644 --- a/deb/DEBIAN/README.source +++ b/deb/DEBIAN/README.source @@ -10,13 +10,15 @@ Main features of the program: Editing bouquets, channels, satellites. Import function. Backup function. - Extended support of IPTV. Support of picons. - Downloading of picons and updating of satellites (transponders) from the web. + Importing services, downloading picons and updating satellites from the Web. + Extended support of IPTV. Import to bouquet(Neutrino WEBTV) from m3u. Export of bouquets with IPTV services in m3u. Assignment of EPGs from DVB or XML for IPTV services (only Enigma2, experimental). - Preview (playback) of IPTV or other streams directly from the bouquet list (should be installed VLC). + Playback of IPTV or other streams directly from the bouquet list. + Control panel with the ability to view EPG and manage timers (via HTTP API, experimental). + Simple FTP client (experimental). Keyboard shortcuts: Ctrl + Insert - copies the selected channels from the main list to the the bouquet beginning or inserts (creates) a new bouquet. @@ -43,7 +45,7 @@ Keyboard shortcuts: For multiple selection with the mouse, press and hold the Ctrl key! Minimum requirements: - Python >= 3.5.2 and GTK+ >= 3.16 with PyGObject bindings, python3-requests. + Python >= 3.5.2, GTK+ >= 3.22, python3-gi, python3-gi-cairo, python3-requests. Important: Terrestrial(DVB-T/T2) and cable(DVB-C) channels are only supported for Enigma2! @@ -55,4 +57,6 @@ Important: just load your data via *"File/Open"* and press *"Save"*. When importing separate bouquet files, only those services (excluding IPTV) that are in the **current open lamedb** (main list of services) will be imported. + For streams playback, this app supports VLC, MPV and GStreamer. + Depending on your distro, you may need to install additional packages and libraries. diff --git a/deb/DEBIAN/control b/deb/DEBIAN/control index 1c3926dc..75775887 100644 --- a/deb/DEBIAN/control +++ b/deb/DEBIAN/control @@ -1,5 +1,5 @@ Package: demon-editor -Version: 1.0.8-Beta +Version: 1.0.9-Beta Section: utils Priority: optional Architecture: all