Skip to content

Commit

Permalink
stop scan + kodi link changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MassIV committed Dec 7, 2014
1 parent f878973 commit 8ee6058
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
3 changes: 3 additions & 0 deletions 720p/Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@
<aspectratio>stretch</aspectratio>
<visible>!Skin.HasSetting(ProfileThumbVisible)</visible>
<visible>!Window.IsVisible(songinformation)</visible>
<visible>!Window.IsVisible(PVR)</visible>
<animation effect="fade" start="0" end="100" time="300" delay="0">VisibleChange</animation>
</control>

Expand Down Expand Up @@ -793,6 +794,8 @@
<onclick>Dialog.Close(all,true)</onclick>
<onclick>SetFocus(301)</onclick>
<visible>!Skin.HasSetting(LockMainMenu)</visible>
<visible>!Window.IsVisible(songinformation)</visible>
<visible>!Window.IsVisible(PVR)</visible>
</control>
<control type="button">
<width>52</width>
Expand Down
11 changes: 10 additions & 1 deletion 720p/Includes_MainMenu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,19 @@
</item>
<item id="99">
<description>Update Library</description>
<label>31075</label>
<label>653</label>
<onclick>UpdateLibrary(video)</onclick>
<visible>Window.IsActive(Home) + !Skin.HasSetting(HideUpdateLibrary)</visible>
<visible>Library.HasContent(movies) | Library.HasContent(TVShows)</visible>
<visible>!library.isscanningvideo</visible>
</item>
<item id="99">
<description>Stop Scan</description>
<label>13353</label>
<onclick>UpdateLibrary(video)</onclick>
<visible>Window.IsActive(Home) + !Skin.HasSetting(HideUpdateLibrary)</visible>
<visible>Library.HasContent(movies) | Library.HasContent(TVShows)</visible>
<visible>library.isscanningvideo</visible>
</item>
<item id="100">
<description>Download Logos</description>
Expand Down
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="skin.metroid"
version="1.0.0"
version="1.0.1"
name="Metroid"
provider-name="MassIV">
<requires>
Expand Down
2 changes: 1 addition & 1 deletion language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ msgid "Getting fanart for music. Make sure of the following before you scrape. [
msgstr ""

msgctxt "#31006"
msgid "For more information.[CR]Kodi has a very extensive wiki page, that can answer many questions. [CR]WIKI.Kodi.ORG [CR]As well as a forum full of enthousiasts that are more then willing to answer any additional questions or provide extra help.[CR]FORUM.Kodi.ORG [CR]Make sure to read the sticky posts on HOW to ask for help. The people helping you can not see into your computer, so they will need a log. [CR]http://wiki.xbmc.org/index.php?title=Log_file/Easy [CR]Metroid forum: http://forum.xbmc.org/showthread.php?tid=178956"
msgid "For more information.[CR]Kodi has a very extensive wiki page, that can answer many questions. [CR]http://kodi.wiki/ [CR]As well as a forum full of enthusiasts that are more then willing to answer any additional questions or provide extra help.[CR]http://forum.kodi.tv/ [CR]Make sure to read the sticky posts on HOW to ask for help. The people helping you can not see into your computer, so they will need a log. [CR]http://kodi.wiki/view/Log_file/Easy [CR]Metroid forum: http://forum.kodi.tv/showthread.php?tid=178956"
msgstr ""

msgctxt "#31007"
Expand Down

0 comments on commit 8ee6058

Please sign in to comment.