Skip to content

Commit

Permalink
Backport additional optimizations from Krypton
Browse files Browse the repository at this point in the history
  • Loading branch information
djp952 committed Jun 8, 2017
1 parent ed2210b commit 7c2b938
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 184 deletions.
7 changes: 7 additions & 0 deletions pvr.hdhomerundvr/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.0.10 (2017.06.07)
- Reduce number of Kodi callbacks generated during initial discovery tasks
- Delay initial discovery tasks a configurable number of seconds to work around Kodi deadlock condition
- Add "Startup discovery task delay (seconds)" advanced option
- Remove unnecessary 1 second delays when manually triggering discoveries via PVR Client Specific settings
- Remove unnecessary electronic program guide update when channel lineup changes are detected

v1.0.9 (2017.06.02)
- Update SQLite database engine to version 3.19.2
- Update cURL library to version 7.54.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ msgctxt "#30112"
msgid "Use season/episode number as title for recordings"
msgstr ""

msgctxt "#30113"
msgid "Startup discovery task delay (seconds)"
msgstr ""

msgctxt "#30201"
msgid "5 Minutes"
msgstr ""
Expand Down
1 change: 1 addition & 0 deletions pvr.hdhomerundvr/resources/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<category label="30002">
<setting id="use_direct_tuning" label="30111" type="bool" default="false"/>
<setting id="startup_discovery_task_delay" label="30113" type="slider" default="3" range="1,1,10" option="int"/>
</category>

</settings>
Loading

0 comments on commit 7c2b938

Please sign in to comment.