- Joined
- Dec 18, 2018
- Messages
- 808
- Reaction score
- 14
- Points
- 18
SerienRecorder 4.2.3
New function:
-Support for images with Python 3 (see Notes 1)
-Confirmation dialog before the manual timer search (see note 2)
-New option "Message on channel updates" (at start or after the auto check) (see note 4)
-New option "Message in case of TV planner error" (see note 6)
-New option "Message if program was not found in EPG" (see note 7)
-New option "Prefer standard bouquet" (see note 8)
-New option "timer description" or changes to "timer name" (see note 9)
Changes:
-AdvancedHTMLParser updated from version 8.1.4 to 9.0.1
-Transparency activated for the column headings in the sender assignment (skin-dependent)
-Load-intensive views are now loaded in a separate thread (image-dependent)
-View settings revised and partially restructured (see Notes 5)
-"Extent of settings" option removed, all setting options are now always displayed
-The creation of a series marker must now be confirmed in the planner / Top 30 view
-IMAP test revised (see note 3)
-"Update screens immediately after changes" option removed from settings
-The cache files for the planner / Top 30 data are no longer stored under / usr / lib / enigma2 / python / Plugins / Extensions / serienrecorder / tmp, but in the folder / var / cache / serienrecorder.
-"Notification during search" renamed to "Message during timer search"
-Removed the "When Scan Starts" option from the "Scan Notification" option because it was not working properly
-"Notification of timer conflicts" renamed to "Notification of timer conflicts"
-"Auto-Check" area renamed to "Timer Search"
-"GUI" area renamed to "User Interface"
-"Log" area renamed to "Logging"
-"Scroll to the end" renamed to "Jump to the end"
-The term "STB" (Set-Top-Box) has now been consistently renamed to "Box" in all messages and the user interface.
-The term "Auto-Check" has now been consistently renamed to "Timer Search" in all messages and the user interface.
-The value for the set EPG search limits is now output in the log
-Output of the used box skin in the log
-Box type detection improved
-Revised log entries
Bug fixes:
-Bouquet selection in the settings also visible if you only have one bouquet on the box
-If the log file cannot be created, the crash will no longer occur
-In the series / season start view, the first line is now selected when the filter (yellow button) is switched.
-In some situations timers were incorrectly corrected when the timer was created for a station in the alternative bouquet.
-A timer could not be created later for a series "00" on the memo.
-Correct behavior when using the ChoiceBox in the settings (see note 10)
-Corrected option "Create timer only from TV planner email" (see note 11)
-Settings for "deviating timer update from EPG" on the marker were not taken into account during the first update
Notes:
1.The serial recorder is now Python 3 compatible, so a lot of code had to be adapted.
IMPORTANT: IMAP username and password have to be encrypted differently for technical reasons. If you switch to an image with Python 3, please re-enter both.
2.Until now, the manual timer search was carried out immediately if the TV planner option was not active, now the start of the manual timer search must always be confirmed.
3.During the IMAP test, the username and password are now also output in the log (every second character replaced by *). In addition, the names of the mailboxes were not displayed correctly so far, this has now also been corrected. From now on every step will be logged.
4.An option in the settings can now be used to decide when the message about "Channel updates on the series server" should be displayed, previously the message was always shown when the series recorder was started, now it can also be displayed after the timer search.
5.New areas for "Messages" and "TV Planner E-Mail"
6.This notification is displayed if an error has occurred while accessing or processing the TV planner email (e.g. incorrect login).
This is how you notice errors in the TV planner email directly and don't have to look at the log first
7.This notification is displayed if the program was not found in the EPG when the timers were updated; this could be a sign that the program may have been temporarily removed from the program.
8.If this option is activated and the program is broadcast on a station in the standard bouquet, the series recorder will still create a timer even if a timer has already been created for this program on a station in the alternative bouquet.
In this way you can, for example, record a program again without advertising, for this all the advertising-free channels must be assigned to the standard bouquet and the others to the alternative bouquet.
9.The timer name and now also the timer description can now be freely configured; the file "SerienRecorder.timer-pattern.json" is available under / etc / enigma2 /.
Patterns can be defined in it in order to be able to create any timer name or description. The previous timer name options and others are already preset. For example, timer names can now be created without hyphens.
10.In the VTI Image there is the possibility of opening the so-called ChoiceBox with the OK button and selecting the value from a list there. This led to the fact that the value was accepted correctly, but possibly existing sub-options were not shown or hidden in the settings. An example of this was e.g. when selecting the search type - where "at the selected time" the time sub-option should have been displayed.
11.So far, the option "Create timer only from the TV planner email" could not be deactivated for certain series markers if it was activated globally. It was the other way around (globally deactivated but activated for certain markers) - this has now been corrected.
THX @MacDisein
New function:
-Support for images with Python 3 (see Notes 1)
-Confirmation dialog before the manual timer search (see note 2)
-New option "Message on channel updates" (at start or after the auto check) (see note 4)
-New option "Message in case of TV planner error" (see note 6)
-New option "Message if program was not found in EPG" (see note 7)
-New option "Prefer standard bouquet" (see note 8)
-New option "timer description" or changes to "timer name" (see note 9)
Changes:
-AdvancedHTMLParser updated from version 8.1.4 to 9.0.1
-Transparency activated for the column headings in the sender assignment (skin-dependent)
-Load-intensive views are now loaded in a separate thread (image-dependent)
-View settings revised and partially restructured (see Notes 5)
-"Extent of settings" option removed, all setting options are now always displayed
-The creation of a series marker must now be confirmed in the planner / Top 30 view
-IMAP test revised (see note 3)
-"Update screens immediately after changes" option removed from settings
-The cache files for the planner / Top 30 data are no longer stored under / usr / lib / enigma2 / python / Plugins / Extensions / serienrecorder / tmp, but in the folder / var / cache / serienrecorder.
-"Notification during search" renamed to "Message during timer search"
-Removed the "When Scan Starts" option from the "Scan Notification" option because it was not working properly
-"Notification of timer conflicts" renamed to "Notification of timer conflicts"
-"Auto-Check" area renamed to "Timer Search"
-"GUI" area renamed to "User Interface"
-"Log" area renamed to "Logging"
-"Scroll to the end" renamed to "Jump to the end"
-The term "STB" (Set-Top-Box) has now been consistently renamed to "Box" in all messages and the user interface.
-The term "Auto-Check" has now been consistently renamed to "Timer Search" in all messages and the user interface.
-The value for the set EPG search limits is now output in the log
-Output of the used box skin in the log
-Box type detection improved
-Revised log entries
Bug fixes:
-Bouquet selection in the settings also visible if you only have one bouquet on the box
-If the log file cannot be created, the crash will no longer occur
-In the series / season start view, the first line is now selected when the filter (yellow button) is switched.
-In some situations timers were incorrectly corrected when the timer was created for a station in the alternative bouquet.
-A timer could not be created later for a series "00" on the memo.
-Correct behavior when using the ChoiceBox in the settings (see note 10)
-Corrected option "Create timer only from TV planner email" (see note 11)
-Settings for "deviating timer update from EPG" on the marker were not taken into account during the first update
Notes:
1.The serial recorder is now Python 3 compatible, so a lot of code had to be adapted.
IMPORTANT: IMAP username and password have to be encrypted differently for technical reasons. If you switch to an image with Python 3, please re-enter both.
2.Until now, the manual timer search was carried out immediately if the TV planner option was not active, now the start of the manual timer search must always be confirmed.
3.During the IMAP test, the username and password are now also output in the log (every second character replaced by *). In addition, the names of the mailboxes were not displayed correctly so far, this has now also been corrected. From now on every step will be logged.
4.An option in the settings can now be used to decide when the message about "Channel updates on the series server" should be displayed, previously the message was always shown when the series recorder was started, now it can also be displayed after the timer search.
5.New areas for "Messages" and "TV Planner E-Mail"
6.This notification is displayed if an error has occurred while accessing or processing the TV planner email (e.g. incorrect login).
This is how you notice errors in the TV planner email directly and don't have to look at the log first
7.This notification is displayed if the program was not found in the EPG when the timers were updated; this could be a sign that the program may have been temporarily removed from the program.
8.If this option is activated and the program is broadcast on a station in the standard bouquet, the series recorder will still create a timer even if a timer has already been created for this program on a station in the alternative bouquet.
In this way you can, for example, record a program again without advertising, for this all the advertising-free channels must be assigned to the standard bouquet and the others to the alternative bouquet.
9.The timer name and now also the timer description can now be freely configured; the file "SerienRecorder.timer-pattern.json" is available under / etc / enigma2 /.
Patterns can be defined in it in order to be able to create any timer name or description. The previous timer name options and others are already preset. For example, timer names can now be created without hyphens.
10.In the VTI Image there is the possibility of opening the so-called ChoiceBox with the OK button and selecting the value from a list there. This led to the fact that the value was accepted correctly, but possibly existing sub-options were not shown or hidden in the settings. An example of this was e.g. when selecting the search type - where "at the selected time" the time sub-option should have been displayed.
11.So far, the option "Create timer only from the TV planner email" could not be deactivated for certain series markers if it was activated globally. It was the other way around (globally deactivated but activated for certain markers) - this has now been corrected.
THX @MacDisein