diff options
author | Kai Sommerfeld <kai.sommerfeld@gmx.com> | 2016-08-13 09:42:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-13 09:42:11 +0200 |
commit | 0671eaf546d6fbf04975cd461d649e5e83d9036f (patch) | |
tree | 4d38aa3b76dfd5f3e82388a9427a7a12ecce91a6 /addons | |
parent | e595e5662cc34c6c0007c855b998901c7a821235 (diff) | |
parent | 5a7a6d7faa7cd811ee4e40389af7ef2ef1af6d17 (diff) |
Merge pull request #10280 from ksooo/pvr-startwindows
[PVR] Fix PVR channels not working as Kodi startup window
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 18 | ||||
-rw-r--r-- | addons/skin.estuary/1080i/Includes_MediaMenu.xml | 9 |
2 files changed, 18 insertions, 9 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 8951551219..19d04d7457 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -9748,9 +9748,10 @@ msgctxt "#19179" msgid "Deleted" msgstr "" +#. Settings -> Interface -> Other -> Startup window #: system/settings/settings.xml msgctxt "#19180" -msgid "TV" +msgid "TV channels" msgstr "" #: system/settings/settings.xml @@ -9763,9 +9764,10 @@ msgctxt "#19182" msgid "Days to display" msgstr "" +#. Settings -> Interface -> Other -> Startup window #: system/settings/settings.xml msgctxt "#19183" -msgid "Radio" +msgid "Radio channels" msgstr "" #. Used on pvr recordings as button to show of them @@ -10185,7 +10187,17 @@ msgctxt "#19272" msgid "You need a tuner, backend software, and an add-on for the backend to be able to use PVR. Please visit http://kodi.wiki/view/PVR to learn more." msgstr "" -#empty strings from id 19273 to 19274 +#. Settings -> Interface -> Other -> Startup window +#: system/settings/settings.xml +msgctxt "#19273" +msgid "TV guide" +msgstr "" + +#. Settings -> Interface -> Other -> Startup window +#: system/settings/settings.xml +msgctxt "#19274" +msgid "Radio guide" +msgstr "" #: xbmc/pvr/timers/PVRTimerInfoTag.cpp msgctxt "#19275" diff --git a/addons/skin.estuary/1080i/Includes_MediaMenu.xml b/addons/skin.estuary/1080i/Includes_MediaMenu.xml index 667c2a8467..a6a585ae26 100644 --- a/addons/skin.estuary/1080i/Includes_MediaMenu.xml +++ b/addons/skin.estuary/1080i/Includes_MediaMenu.xml @@ -253,13 +253,10 @@ <include name="MediaMenuCommon"> <include>OpenClose_Left</include> <depth>DepthSideBlade</depth> - <animation type="Conditional" condition="$EXP[sidebar_focused]"> + <left>-484</left> + <animation type="Conditional" condition="$EXP[sidebar_focused]" reversible="true"> <effect type="fade" start="0" end="100" time="300" tween="sine" easing="out" /> - <effect type="slide" start="-320" end="0" time="400" tween="cubic" easing="out" /> - </animation> - <animation type="Conditional" condition="!$EXP[sidebar_focused]"> - <effect type="fade" start="100" end="0" time="300" tween="sine" easing="in" /> - <effect type="slide" start="0" end="-320" time="300" tween="cubic" easing="in" /> + <effect type="slide" start="0" end="484" time="400" tween="cubic" easing="out" /> </animation> <control type="image"> <left>0</left> |