Skip to content

Commit

Permalink
[Widgets] added hd movies as widget content
Browse files Browse the repository at this point in the history
  • Loading branch information
beatmasterRS committed Jul 5, 2021
1 parent a4474d4 commit e7d8e3b
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
12 changes: 12 additions & 0 deletions extras/playlists/HDMovies.xsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="movies">
<name>HD Movies</name>
<match>all</match>
<rule field="videoresolution" operator="greaterthan">
<value>576</value>
</rule>
<rule field="videoresolution" operator="lessthan">
<value>2160</value>
</rule>
<order direction="ascending">sorttitle</order>
</smartplaylist>
6 changes: 5 additions & 1 deletion language/resource.language.de_de/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -2143,4 +2143,8 @@ msgstr "Benutze Vorschaubild anstelle des Hintergrundbildes"

msgctxt "#31551"
msgid "Try to lock skin colors/theme/fonts"
msgstr "Versuche Farben/Thema/Schriftarten des Skins beizubehalten"
msgstr "Versuche Farben/Thema/Schriftarten des Skins beizubehalten"

msgctxt "#31554"
msgid "HD Movies"
msgstr "HD Filme"
4 changes: 4 additions & 0 deletions language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -2203,4 +2203,8 @@ msgstr ""

msgctxt "#31553"
msgid "Show logo AZR in settings"
msgstr ""

msgctxt "#31554"
msgid "HD Movies"
msgstr ""
1 change: 1 addition & 0 deletions shortcuts/overrides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@
<shortcut widget="Embuary" type="31452" label="$ADDON[script.embuary.info 32029]" icon="DefaultMovies.png" widgetTarget="video">plugin://script.embuary.info/movie/top_rated</shortcut>
<shortcut widget="Embuary" type="31452" label="$ADDON[script.embuary.info 32050]" icon="DefaultMovies.png" widgetTarget="video">plugin://script.embuary.info/discover/movie/all</shortcut>
<shortcut widget="4KMovies" type="31452" label="31509" icon="DefaultMovies.png" widgetTarget="video">special://skin/extras/playlists/4KMovies.xsp</shortcut>
<shortcut widget="HDMovies" type="31452" label="31554" icon="DefaultMovies.png" widgetTarget="video">special://skin/extras/playlists/HDMovies.xsp</shortcut>
<shortcut widget="mysubmenu" type="31452" label="135" icon="special://skin/extras/icons/genre.png" widgetTarget="video">library://video/movies/genres.xml</shortcut>
<shortcut widget="Embuary" type="31452" label="31438" icon="DefaultGenre.png" widgetTarget="video">plugin://script.embuary.helper/?info=getgenre&amp;type=movie</shortcut>
</node>
Expand Down

0 comments on commit e7d8e3b

Please sign in to comment.