From 242642a7ede9dc9496bc746d1adcdc6b31667604 Mon Sep 17 00:00:00 2001 From: Dmitriy Yefremov Date: Sat, 17 Feb 2018 16:40:40 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9a1d8b5d..fdb6ca2c 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,32 @@ # DemonEditor -Enigma2 channel and satellites list editor for GNU/Linux. +## Enigma2 channel and satellites list editor for GNU/Linux. Experimental support of Neutrino-MP or others on the same basis (BPanther, etc). Focused on the convenience of working in lists from the keyboard. The mouse is also fully supported (Drag and Drop etc) -Keyboard shortcuts: +### Keyboard shortcuts: Ctrl + X, C, V, Up, Down, PageUp, PageDown, S, T, E, L, H, Space; Insert, Delete, F2. Insert - copies the selected channels from the main list to the bouquet or inserts (creates) a new bouquet. Ctrl + X - only in bouquet list. Ctrl + C - only in services list. Clipboard is "rubber". There is an accumulation before the insertion! -Ctrl + E, F2 - edit/rename. +Ctrl + E, F2 - edit/rename. Ctrl + S, T, E in Satellites edit tool for create and edit satellite or transponder. Ctrl + L - parental lock. Ctrl + H - hide/skip. Left/Right - remove selection. -Multiple selections in lists only with Space key (as in file managers)! - -Extra: -Ability to import IPTV into bouquet from m3u files(Enigma2 only)! +### Extra: +Multiple selections in lists only with Space key (as in file managers). +Ability to import IPTV into bouquet (Neutrino WEBTV) from m3u files. Tool for downloading picons from lyngsat.com. +### Minimum requirements: +Python >= 3.5.2 and GTK+ 3 with PyGObject bindings. +#### Note. +To create a simple debian package, you can use the build-deb.sh Tests only in image based on OpenPLi or last BPanther(neutrino) images with GM 990 Spark Reloaded receiver in my preferred linux distro (Last Linux Mint 18.* - MATE 64-bit)! -Minimum requirements: Python >= 3.5.2 and GTK+ 3 with PyGObject bindings. +#### Terrestrial and cable channels at the moment are not supported! -Terrestrial and cable channels at the moment are not supported! - -Note. To create a simple debian package, you can use the build-deb.sh From 52f50cdaf5d549002b1903f06d5050dab794fbbe Mon Sep 17 00:00:00 2001 From: Dmitriy Yefremov Date: Fri, 30 Mar 2018 09:07:17 +0300 Subject: [PATCH 2/3] upd readme --- README.md | 5 +++-- app/ui/service_details_dialog.py | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 25bb4572..c027c320 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,9 @@ Ctrl + E - edit. Ctrl + R, F2 - rename. Ctrl + S, T in Satellites edit tool for create satellite or transponder. Ctrl + L - parental lock. -Ctrl + H - hide/skip. -Left/Right - remove selection. +Ctrl + H - hide/skip. +Space - Space - select/deselect. +Left/Right - remove selection. ### Extra: Multiple selections in lists only with Space key (as in file managers). diff --git a/app/ui/service_details_dialog.py b/app/ui/service_details_dialog.py index 324a2a08..ce87bd29 100644 --- a/app/ui/service_details_dialog.py +++ b/app/ui/service_details_dialog.py @@ -2,7 +2,7 @@ import re import os from app.commons import run_idle -from app.eparser import Service, get_satellites +from app.eparser import Service from app.eparser.ecommons import MODULATION, Inversion, ROLL_OFF, Pilot, Flag, Pids, POLARIZATION, \ get_key_by_value, get_value_by_name, FEC_DEFAULT, PLS_MODE, SERVICE_TYPE from app.properties import Profile @@ -266,7 +266,6 @@ class ServiceDetailsDialog: # ***************** Init Neutrino data *********************# def init_neutrino_data(self, srv): - srv_data = srv.data_id.split(":") tr_data = srv.transponder.split(":") self._transponder_id_entry.set_text(str(int(tr_data[0], 16))) self._network_id_entry.set_text(str(int(tr_data[1], 16))) From 8d7aa8736e458766f0f90b3833ddb946b20d666b Mon Sep 17 00:00:00 2001 From: Dmitriy Yefremov Date: Fri, 30 Mar 2018 09:41:05 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c027c320..b2a51377 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ Ctrl + E - edit. Ctrl + R, F2 - rename. Ctrl + S, T in Satellites edit tool for create satellite or transponder. Ctrl + L - parental lock. -Ctrl + H - hide/skip. -Space - Space - select/deselect. +Ctrl + H - hide/skip. +Space - select/deselect. Left/Right - remove selection. ### Extra: