V1.0.4 permissions fix

This commit is contained in:
Chris Bevan 2017-01-31 23:38:08 +00:00
parent 00cdbebe4b
commit 610a7bbd8f
185 changed files with 217 additions and 31 deletions

0
1080i/AddonBrowser.xml Executable file → Normal file
View File

0
1080i/Defaults.xml Executable file → Normal file
View File

16
1080i/DialogAddonInfo.xml Executable file → Normal file
View File

@ -111,7 +111,7 @@
<control type="label">
<description>Addon Title</description>
<posx>2-col-indent</posx>
<posy>12</posy>
<posy>6</posy>
<width>10-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
@ -120,11 +120,11 @@
</control>
<control type="label">
<posx>2-col-indent</posx>
<posy>2-row</posy>
<posy>84</posy>
<width>12-col-gutter</width>
<font>smallStrong</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,]$INFO[ListItem.addonversion,$LOCALIZE[31139]: , ]</label>
<label>$INFO[ListItem.AddonCreator,$LOCALIZE[31082] ,][CR]$INFO[ListItem.addonversion,$LOCALIZE[31139]: , ]</label>
</control>
<control type="textbox" id="400">
<posx>12</posx>
@ -133,7 +133,14 @@
<width>12-col-gutter</width>
<height>7-row</height>
<label>$INFO[ListItem.AddonDescription]</label>
<autoscroll delay="5000" time="1000" repeat="10000"/>
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>870</posx>
<posy>4-row</posy>
<height>7-row</height>
<onleft>8000</onleft>
</control>
</control>
<!--dialog controls-->
@ -149,6 +156,7 @@
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onup>50</onup>
<onright>61</onright>
<itemlayout width="6-col" height="2-row">
<control type="label">
<posx>0</posx>

0
1080i/DialogAddonSettings.xml Executable file → Normal file
View File

0
1080i/DialogAudioDSPManager.xml Executable file → Normal file
View File

0
1080i/DialogBusy.xml Executable file → Normal file
View File

0
1080i/DialogButtonMenu.xml Executable file → Normal file
View File

0
1080i/DialogConfirm.xml Executable file → Normal file
View File

0
1080i/DialogContextMenu.xml Executable file → Normal file
View File

0
1080i/DialogExtendedProgressBar.xml Executable file → Normal file
View File

0
1080i/DialogFavourites.xml Executable file → Normal file
View File

0
1080i/DialogFullScreenInfo.xml Executable file → Normal file
View File

0
1080i/DialogGameControllers.xml Executable file → Normal file
View File

0
1080i/DialogKeyboard.xml Executable file → Normal file
View File

0
1080i/DialogMediaSource.xml Executable file → Normal file
View File

137
1080i/DialogMusicInfo.xml Executable file → Normal file
View File

@ -116,9 +116,72 @@
<width>660</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>17-row</height>
<height>390</height>
<label fallback="31205">$INFO[ListItem.Property(Artist_Description)]</label>
<autoscroll delay="15000" time="3000" repeat="10000"/>
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
<posy>246</posy>
<height>10-row</height>
<ondown>8000</ondown>
</control>
<!--meta-->
<control type="panel">
<posx>12</posx>
<posy>18-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[31140]</label>
<label2>$INFO[ListItem.Property(Artist_Formed)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[515]</label>
<label2>$INFO[ListItem.Property(Artist_Genre)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31141]</label>
<label2>$INFO[ListItem.Property(Artist_YearsActive)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31193]</label>
<label2>$INFO[ListItem.Property(Artist_Style)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
<!--dialog controls-->
<control type="panel" id="8000">
@ -126,6 +189,7 @@
<posy>row-25-begin</posy>
<width>10-col</width>
<height>4-row</height>
<onup>61</onup>
<orientation>vertical</orientation>
<itemlayout width="5-col" height="2-row">
<control type="image">
@ -282,16 +346,78 @@
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
<posy>168</posy>
<posy>row-6-begin</posy>
<font>textbox</font>
<width>660</width>
<align>left</align>
<textcolor>textActive</textcolor>
<height>16-row</height>
<height>390</height>
<label fallback="31205">$INFO[ListItem.Property(Album_Description)]</label>
<autoscroll delay="10000" time="3000" repeat="10000"/>
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
<posy>246</posy>
<height>10-row</height>
<ondown>8000</ondown>
</control>
<!--meta-->
<control type="panel">
<posx>-12</posx>
<posy>18-row</posy>
<width>10-col</width>
<height>6-row</height>
<enable>false</enable>
<itemlayout width="5-col" height="2-row">
<control type="label">
<posx>12</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>highlight</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>12</posx>
<posy>32</posy>
<width>4-col-gutter</width>
<font>itemSubTitle</font>
<textcolor>textActive</textcolor>
<label fallback="31159">$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="5-col" height="2-row">
</focusedlayout>
<content>
<item>
<label>$LOCALIZE[31149]</label>
<label2>$INFO[ListItem.Year]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31150]</label>
<label2>$INFO[ListItem.Property(Album_Label)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31167]</label>
<label2>$INFO[ListItem.Genre]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
<item>
<label>$LOCALIZE[31148]</label>
<label2>$INFO[ListItem.Property(Album_Style)]</label2>
<thumb>-</thumb>
<onclick>noop</onclick>
</item>
</content>
</control>
</control>
<!--dialog controls-->
<control type="panel" id="8000">
@ -299,6 +425,7 @@
<posy>row-25-begin</posy>
<width>10-col</width>
<height>6-row</height>
<onup>61</onup>
<orientation>vertical</orientation>
<itemlayout width="5-col" height="2-row">
<control type="image">

0
1080i/DialogNotification.xml Executable file → Normal file
View File

0
1080i/DialogNumeric.xml Executable file → Normal file
View File

0
1080i/DialogPVRChannelManager.xml Executable file → Normal file
View File

0
1080i/DialogPVRChannelsOSD.xml Executable file → Normal file
View File

0
1080i/DialogPVRGroupManager.xml Executable file → Normal file
View File

0
1080i/DialogPVRGuideOSD.xml Executable file → Normal file
View File

0
1080i/DialogPVRGuideSearch.xml Executable file → Normal file
View File

12
1080i/DialogPVRInfo.xml Executable file → Normal file
View File

@ -75,9 +75,16 @@
<align>left</align>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<height>200</height>
<height>232</height>
<label>$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<autoscroll>false</autoscroll>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>-24</posx>
<posy>300</posy>
<height>6-row</height>
<ondown>8000</ondown>
</control>
<!--dialog controls-->
<control type="list" id="8000">
@ -85,6 +92,7 @@
<posy>16-row</posy>
<width>12-col</width>
<height>2-row</height>
<onup>61</onup>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row">
<control type="image">

0
1080i/DialogPictureInfo.xml Executable file → Normal file
View File

0
1080i/DialogPlayerProcessInfo.xml Executable file → Normal file
View File

0
1080i/DialogSeekBar.xml Executable file → Normal file
View File

0
1080i/DialogSelect.xml Executable file → Normal file
View File

3
1080i/DialogSettings.xml Executable file → Normal file
View File

@ -90,7 +90,6 @@
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--dialog control buttons-->
<control type="panel" id="9000">
<posx>12-col</posx>
@ -183,7 +182,7 @@
<onclick>SendClick(29)</onclick>
</item>
<item id="3">
<visible>Control.IsEnabled(30)</visible>
<visible>Control.IsEnabled(30) + !window.isactive(osdvideosettings) + !window.isactive(osdaudiosettings)</visible>
<description>clear / settings</description>
<label>31048</label>
<label2></label2>

0
1080i/DialogSlider.xml Executable file → Normal file
View File

0
1080i/DialogSubtitles.xml Executable file → Normal file
View File

0
1080i/DialogTextViewer.xml Executable file → Normal file
View File

25
1080i/DialogVideoInfo.xml Executable file → Normal file
View File

@ -169,8 +169,15 @@
<textcolor>textActive</textcolor>
<height>388</height>
<label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<autoscroll>false</autoscroll>
<shadowcolor>-</shadowcolor>
<pagecontrol>61</pagecontrol>
</control>
<control type="scrollbar" id="61">
<posx>12r</posx>
<posy>10-row</posy>
<height>8-row</height>
<ondown>8000</ondown>
</control>
</control>
<!--dialog controls-->
@ -180,6 +187,7 @@
<width>10-col</width>
<height>6-row</height>
<itemgap>3</itemgap>
<onup>61</onup>
<orientation>vertical</orientation>
<itemlayout width="5-col" height="2-row">
<control type="image">
@ -322,8 +330,8 @@
<posy>0</posy>
<width>12-col</width>
<height>486</height>
<aspectratio scalediffuse="false" aligny="bottom">scale</aspectratio>
<texture background="true" fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
<aspectratio scalediffuse="false" aligny="top">scale</aspectratio>
<texture fallback="colors/black.png" border="0">$INFO[Listitem.thumb]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control>
@ -369,7 +377,6 @@
<label fallback="31159">$INFO[listitem.duration,, $LOCALIZE[31018]]</label>
</control>
</control>
<!--synopsis-->
<control type="textbox">
<posx>0</posx>
@ -381,7 +388,14 @@
<shadowcolor>-</shadowcolor>
<height>160</height>
<label fallback="31205">$INFO[ListItem.plot]</label>
<autoscroll delay="10000" time="1000" repeat="10000"/>
<autoscroll>false</autoscroll>
<pagecontrol>62</pagecontrol>
</control>
<control type="scrollbar" id="62">
<posx>-24</posx>
<posy>186</posy>
<height>4-row</height>
<ondown>8000</ondown>
</control>
<!--dialog controls-->
<control type="list" id="8000">
@ -389,6 +403,7 @@
<posy>11-row</posy>
<width>12-col</width>
<height>2-row</height>
<onup>62</onup>
<orientation>horizontal</orientation>
<itemlayout width="6-col" height="2-row">
<control type="image">

0
1080i/DialogVolumeBar.xml Executable file → Normal file
View File

0
1080i/EventLog.xml Executable file → Normal file
View File

0
1080i/FileBrowser.xml Executable file → Normal file
View File

0
1080i/FileManager.xml Executable file → Normal file
View File

0
1080i/Font.xml Executable file → Normal file
View File

0
1080i/Home.xml Executable file → Normal file
View File

0
1080i/Includes.xml Executable file → Normal file
View File

0
1080i/Includes_animations.xml Executable file → Normal file
View File

0
1080i/Includes_grid.xml Executable file → Normal file
View File

0
1080i/Includes_hubMenu.xml Executable file → Normal file
View File

0
1080i/Includes_hubOptions.xml Executable file → Normal file
View File

0
1080i/Includes_hubOptionsItems.xml Executable file → Normal file
View File

0
1080i/Includes_variables.xml Executable file → Normal file
View File

0
1080i/LoginScreen.xml Executable file → Normal file
View File

0
1080i/MusicOSD.xml Executable file → Normal file
View File

0
1080i/MusicVisualisation.xml Executable file → Normal file
View File

0
1080i/MyMusicNav.xml Executable file → Normal file
View File

0
1080i/MyMusicPlaylistEditor.xml Executable file → Normal file
View File

0
1080i/MyPVRChannels.xml Executable file → Normal file
View File

0
1080i/MyPVRGuide.xml Executable file → Normal file
View File

0
1080i/MyPVRRecordings.xml Executable file → Normal file
View File

0
1080i/MyPVRSearch.xml Executable file → Normal file
View File

0
1080i/MyPVRTimers.xml Executable file → Normal file
View File

0
1080i/MyPics.xml Executable file → Normal file
View File

0
1080i/MyPlaylist.xml Executable file → Normal file
View File

0
1080i/MyPrograms.xml Executable file → Normal file
View File

0
1080i/MyVideoNav.xml Executable file → Normal file
View File

0
1080i/MyWeather.xml Executable file → Normal file
View File

0
1080i/PlayerControls.xml Executable file → Normal file
View File

0
1080i/Pointer.xml Executable file → Normal file
View File

0
1080i/Settings.xml Executable file → Normal file
View File

0
1080i/SettingsCategory.xml Executable file → Normal file
View File

0
1080i/SettingsProfile.xml Executable file → Normal file
View File

0
1080i/SettingsScreenCalibration.xml Executable file → Normal file
View File

0
1080i/SettingsSystemInfo.xml Executable file → Normal file
View File

0
1080i/SkinSettings.xml Executable file → Normal file
View File

0
1080i/SlideShow.xml Executable file → Normal file
View File

0
1080i/SmartPlaylistEditor.xml Executable file → Normal file
View File

0
1080i/SmartPlaylistRule.xml Executable file → Normal file
View File

0
1080i/Startup.xml Executable file → Normal file
View File

0
1080i/VideoFullScreen.xml Executable file → Normal file
View File

0
1080i/VideoOSD.xml Executable file → Normal file
View File

0
1080i/VideoOSDBookmarks.xml Executable file → Normal file
View File

0
1080i/View_Albums.xml Executable file → Normal file
View File

0
1080i/View_ArtistAlbums.xml Executable file → Normal file
View File

0
1080i/View_Artists.xml Executable file → Normal file
View File

0
1080i/View_Episodes.xml Executable file → Normal file
View File

0
1080i/View_LiveTVChannels.xml Executable file → Normal file
View File

0
1080i/View_Movies.xml Executable file → Normal file
View File

0
1080i/View_MusicAddons.xml Executable file → Normal file
View File

0
1080i/View_MusicFiles.xml Executable file → Normal file
View File

0
1080i/View_MusicGenres.xml Executable file → Normal file
View File

0
1080i/View_MusicPlaylist.xml Executable file → Normal file
View File

0
1080i/View_Photos.xml Executable file → Normal file
View File

0
1080i/View_Seasons.xml Executable file → Normal file
View File

0
1080i/View_Songs.xml Executable file → Normal file
View File

0
1080i/View_TVShows.xml Executable file → Normal file
View File

0
1080i/View_VideoFiles.xml Executable file → Normal file
View File

0
1080i/custom_menuSelector.xml Executable file → Normal file
View File

0
1080i/custom_musicFullscreenDisabler.xml Executable file → Normal file
View File

0
1080i/custom_musicOverlay.xml Executable file → Normal file
View File

0
1080i/custom_musicPlayerFullscreen.xml Executable file → Normal file
View File

0
1080i/custom_musicPlayerOptions.xml Executable file → Normal file
View File

15
1080i/custom_recentContent.xml Executable file → Normal file
View File

@ -43,6 +43,9 @@
<control type="group">
<!--overlay-->
<control type="group">
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<posy>row-19-begin</posy>
<posy>0</posy>
<control type="image">
@ -53,9 +56,6 @@
</control>
<include>globalBackground</include>
<control type="image">
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
@ -132,6 +132,9 @@
</control>
<!--content listing: movies and tvshows-->
<control type="panel" id="9998">
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<visible>container(9123).hasfocus(1) | container(9123).hasfocus(2) | container(9123).hasfocus(6)</visible>
<posx>72</posx>
<posy>row-20-begin</posy>
@ -298,6 +301,9 @@
</control>
<!--content listing: episodes-->
<control type="panel" id="9998">
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<visible>container(9123).hasfocus(7)</visible>
<posx>72</posx>
<posy>row-20-begin</posy>
@ -407,6 +413,9 @@
</control>
<!--content listing: Music-->
<control type="panel" id="9998">
<animation type="conditional" condition="control.hasfocus(9001)">
<effect type="fade" start="100" end="0" time="200"/>
</animation>
<visible>container(9123).hasfocus(3) | container(9123).hasfocus(4) | container(9123).hasfocus(5)</visible>
<posx>72</posx>
<posy>row-20-begin</posy>

0
1080i/custom_subtitleMenu.xml Executable file → Normal file
View File

0
1080i/script-RCB-contextmenu.xml Executable file → Normal file
View File

0
1080i/script-Rom_Collection_Browser-main.xml Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More