Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Version 1.9.13 backport to Helix
Browse files Browse the repository at this point in the history
Version 1.9.13.1
Added: Extended series settings dialog
Added: "No grouping for single recording" setting
Fixed: Long delay when starting transcoded stream from server that does not support it
Speed and memory use optimizations
  • Loading branch information
dvblogic committed Apr 30, 2015
1 parent c2f8ea7 commit e13de72
Show file tree
Hide file tree
Showing 27 changed files with 1,155 additions and 171 deletions.
2 changes: 1 addition & 1 deletion addons/pvr.dvblink/addon/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.dvblink"
version="1.9.12"
version="1.9.13.1"
name="DVBLink PVR Client"
provider-name="DVBLogic">
<requires>
Expand Down
12 changes: 12 additions & 0 deletions addons/pvr.dvblink/addon/changelog.txt
@@ -1,3 +1,15 @@
[B]Version 1.9.13.1[/B]
Added: Extended series settings dialog
Added: "No grouping for single recording" setting
Fixed: Long delay when starting transcoded stream from server that does not support it
Speed and memory use optimizations

[B]Version 1.9.13[/B]
Fixed: no timers are added from EPG of DVBLink TV Adviser product
Added: Grouping recordings by series
Added: Year to the episode title
Fixed: incorrect available disk space calculations

[B]Version 1.9.12[/B]
Fixed: platform fixes

Expand Down
43 changes: 42 additions & 1 deletion addons/pvr.dvblink/addon/resources/language/English/strings.po
Expand Up @@ -118,7 +118,12 @@ msgctxt "#30203"
msgid "Combine title and episode name for recordings"
msgstr ""

#empty strings from id 30204 to 32000
msgctxt "#30204"
msgid "Group Recordings by Series"
msgstr ""

#empty strings from id 30205 to 32000

#category labels

msgctxt "#32001"
Expand Down Expand Up @@ -182,3 +187,39 @@ msgstr ""
msgctxt "#32016"
msgid "Delete the entire series"
msgstr ""

msgctxt "#32017"
msgid "Margin before (minutes)"
msgstr ""

msgctxt "#32018"
msgid "Margin after (minutes)"
msgstr ""

msgctxt "#32019"
msgid "New episodes only"
msgstr ""

msgctxt "#32020"
msgid "Broadcast anytime"
msgstr ""

msgctxt "#32021"
msgid "Number of episodes to keep"
msgstr ""

msgctxt "#32022"
msgid "Default"
msgstr ""

msgctxt "#32023"
msgid "Keep all"
msgstr ""

msgctxt "#32024"
msgid "Playback failed. Server does not support transcoding"
msgstr ""

msgctxt "#32025"
msgid "Do not group single recordings"
msgstr ""
4 changes: 3 additions & 1 deletion addons/pvr.dvblink/addon/resources/settings.xml
Expand Up @@ -21,5 +21,7 @@
<category label="30200">
<setting id="showinfomsg" type="bool" label="30202" default="false" />
<setting id="add_rec_episode_info" type="bool" label="30203" default="true" />
</category>
<setting id="group_recordings_by_series" type="bool" label="30204" default="true" />
<setting id="no_group_for_single_record" visible="eq(-1,true)" type="bool" label="32025" default="false" />
</category>
</settings>
Expand Up @@ -12,7 +12,7 @@
<posx>0</posx>
<posy>0</posy>
<width>800</width>
<height>300</height>
<height>530</height>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
Expand Down Expand Up @@ -54,11 +54,11 @@
<visible>system.getbool(input.enablemouse)</visible>
</control>

<control type="group" description ="radio buttons">
<control type="group" description ="record prefs">
<posx>40</posx>
<posy>100</posy>
<width>720</width>
<height>100</height>
<height>360</height>
<control type="radiobutton" id="10">
<description>episode recording</description>
<posx>0</posx>
Expand Down Expand Up @@ -92,13 +92,109 @@
<onright>11</onright>
<onleft>11</onleft>
<onup>10</onup>
<ondown>1</ondown>
<ondown>12</ondown>
</control>

<control type="image" id="108">
<description>Separator</description>
<posx>0</posx>
<posy>95</posy>
<height>2</height>
<width>720</width>
<aspectratio align="left" aligny="top">stretch</aspectratio>
<texture>separator2.png</texture>
</control>

<control type="spincontrolex" id="12">
<description>Record minutes before</description>
<posx>0</posx>
<posy>107</posy>
<height>40</height>
<width>720</width>
<label>$ADDON[pvr.dvblink 32017]</label>
<onright>11</onright>
<onleft>11</onleft>
<onup>11</onup>
<ondown>13</ondown>
</control>

<control type="spincontrolex" id="13">
<description>Record minutes after</description>
<posx>0</posx>
<posy>154</posy>
<height>40</height>
<width>720</width>
<label>$ADDON[pvr.dvblink 32018]</label>
<onright>11</onright>
<onleft>11</onleft>
<onup>12</onup>
<ondown>14</ondown>
</control>

<control type="image" id="109">
<description>Separator</description>
<posx>0</posx>
<posy>204</posy>
<height>2</height>
<width>720</width>
<aspectratio align="left" aligny="top">stretch</aspectratio>
<texture>separator2.png</texture>
</control>

<control type="radiobutton" id="14">
<description>new only</description>
<posx>0</posx>
<posy>216</posy>
<height>40</height>
<width>720</width>
<label>$ADDON[pvr.dvblink 32019]</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onright>10</onright>
<onleft>10</onleft>
<onup>13</onup>
<ondown>15</ondown>
</control>

<control type="radiobutton" id="15">
<description>anytime</description>
<posx>0</posx>
<posy>261</posy>
<height>40</height>
<width>720</width>
<label>$ADDON[pvr.dvblink 32020]</label>
<font>font13</font>
<textcolor>grey2</textcolor>
<focusedcolor>white</focusedcolor>
<texturenofocus border="5">button-nofocus.png</texturenofocus>
<texturefocus border="5">button-focus2.png</texturefocus>
<onright>11</onright>
<onleft>11</onleft>
<onup>14</onup>
<ondown>16</ondown>
</control>
</control>

<control type="spincontrolex" id="16">
<description>number to keep</description>
<posx>0</posx>
<posy>306</posy>
<height>40</height>
<width>720</width>
<label>$ADDON[pvr.dvblink 32021]</label>
<onright>11</onright>
<onleft>11</onleft>
<onup>15</onup>
<ondown>1</ondown>
</control>

</control>

<control type="group" id="9001">
<posx>190</posx>
<posy>235</posy>
<posy>455</posy>
<control type="button" id="1">
<description>Ok Button</description>
<posx>0</posx>
Expand All @@ -111,7 +207,7 @@
<texturefocus border="5">button-focus.png</texturefocus>
<label>186</label>
<font>font12_title</font>
<onup>11</onup>
<onup>16</onup>
<onleft>2</onleft>
<onright>2</onright>
<ondown>10</ondown>
Expand All @@ -128,7 +224,7 @@
<texturefocus border="5">button-focus.png</texturefocus>
<label>222</label>
<font>font12_title</font>
<onup>11</onup>
<onup>16</onup>
<onleft>1</onleft>
<onright>1</onright>
<ondown>10</ondown>
Expand Down

0 comments on commit e13de72

Please sign in to comment.