Release candidate 1
This commit is contained in:
parent
177832641a
commit
2889bf7d8c
|
@ -149,7 +149,6 @@
|
||||||
<texture>colors/black.png</texture>
|
<texture>colors/black.png</texture>
|
||||||
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
<bordertexture border="6" colordiffuse="overlay">colors/black.png</bordertexture>
|
||||||
<bordersize>6</bordersize>
|
<bordersize>6</bordersize>
|
||||||
<colordiffuse>overlay</colordiffuse>
|
|
||||||
</control>
|
</control>
|
||||||
<control type="videowindow">
|
<control type="videowindow">
|
||||||
<posx>6</posx>
|
<posx>6</posx>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window>
|
<window>
|
||||||
<defaultcontrol always="false">9999</defaultcontrol>
|
<defaultcontrol always="true">9999</defaultcontrol>
|
||||||
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
||||||
<include>fadeInOut</include>
|
<include>fadeInOut</include>
|
||||||
<controls>
|
<controls>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<window id="1106">
|
<window id="1106">
|
||||||
<defaultcontrol always="true">9000</defaultcontrol>
|
<defaultcontrol always="true">9000</defaultcontrol>
|
||||||
|
<onload condition="Skin.hassetting(stopVideoOnMenu) + !Player.HasAudio">PlayerControl(stop)</onload>
|
||||||
<controls>
|
<controls>
|
||||||
<control type="group" id="9999">
|
<control type="group" id="9999">
|
||||||
<include>fadeInOut</include>
|
<include>fadeInOut</include>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Pellucid
|
Pellucid
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Pellucid is a skin for Kodi by theDeadMan
|
Pellucid is a skin for Kodi Krypton by theDeadMan.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<addon id="skin.pellucid" version="1.1.1" name="Pellucid" provider-name="theDeadman">
|
<addon id="skin.pellucid" version="1.0.0" name="Pellucid" provider-name="theDeadman">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.gui" version="5.12.0"/>
|
<import addon="xbmc.gui" version="5.12.0"/>
|
||||||
<import addon="script.skinshortcuts" version="1.0.0"/>
|
<import addon="script.skinshortcuts" version="1.0.0"/>
|
||||||
|
|
100
changelog.txt
100
changelog.txt
|
@ -1,100 +0,0 @@
|
||||||
[B]1.1.1[/B]
|
|
||||||
|
|
||||||
- [NEW] RPI / general bugfixes from Jarvis branch
|
|
||||||
- [ADDED] Addon.xml: Assets tag
|
|
||||||
- [MODIFIED] Skinwide includes name / content tagging updated
|
|
||||||
- [REMOVED] Custom oninfo screen for recently added videos (nice one Team Kodi!)
|
|
||||||
- [NEW] DialogMusicInfo.xml
|
|
||||||
- [REMOVED] DialogAlbumInfo.xml
|
|
||||||
- [REMOVED] DialogSongInfo.xml
|
|
||||||
- [MODIFIED] DialogSelect.xml: Add button id="7"
|
|
||||||
- [NEW] MyPlaylist.xml
|
|
||||||
- [REMOVED] MyMusicPlaylist.xml
|
|
||||||
- [REMOVED] MyVideoPlaylist.xml
|
|
||||||
- [NEW] Busy spinner (nicked from Estuary)
|
|
||||||
- [NEW] DialogPlayerProcessInfo.xml
|
|
||||||
- [MODIFIED] Addon Browser design reworked
|
|
||||||
- [NEW] DialogPlayerProcessInfo.xml
|
|
||||||
- [NEW] EventLog.xml
|
|
||||||
- [NEW] Privacy policy added to system info
|
|
||||||
- [NEW] DialogAudioDSPManager.xml
|
|
||||||
- Numerous misc tweaks and fixes
|
|
||||||
- [MODIFIED] SmartPlaylistEditor.xml / SmartPlaylistRule.xml
|
|
||||||
- [NEW] MyPVRTimers.xml
|
|
||||||
- [NEW] DialogGameControllers.xml
|
|
||||||
|
|
||||||
|
|
||||||
[TODO]
|
|
||||||
Check user option: player stop on return (include may need work)
|
|
||||||
Needs to allow PVR content if user has not adjusted their settings.
|
|
||||||
|
|
||||||
[B]1.1.0[/B]
|
|
||||||
|
|
||||||
***Preparing for Krypton***
|
|
||||||
|
|
||||||
- [MODIFIED] addon.xml: Updated GUI to 5.12.0
|
|
||||||
- [RENAMED] dialogKaiToast -> dialogNotification.xml
|
|
||||||
- [NEW] DialogConfirm.xml
|
|
||||||
- [REMOVED] DialogOK.xml
|
|
||||||
- [REMOVED] DialogProgress.xml
|
|
||||||
- [REMOVED] DialogYesNo.xml
|
|
||||||
- [NEW] DialogSettings.xml
|
|
||||||
- [REMOVED] DialogAudioDSPSettings.xml
|
|
||||||
- [REMOVED] DialogContentSettings.xml
|
|
||||||
- [REMOVED] DialogMediaFilter.xml
|
|
||||||
- [REMOVED] DialogNetworkSetup.xml
|
|
||||||
- [REMOVED] DialogPeripheralSettings.xml
|
|
||||||
- [REMOVED] DialogPVRTimerSettings.xml
|
|
||||||
- [REMOVED] LockSettings.xml
|
|
||||||
- [REMOVED] ProfileSettings.xml
|
|
||||||
- [REMOVED] VideoOSDSettings.xml
|
|
||||||
- [REMOVED] DialogMuteBug.xml
|
|
||||||
- [MODIFIED] Settings.xml: Updated to reflect changes to Kodi settings structure
|
|
||||||
|
|
||||||
[B]1.0.0[/B]
|
|
||||||
|
|
||||||
- Kodi Jarvis Release
|
|
||||||
|
|
||||||
|
|
||||||
[B]0.9.1[/B]
|
|
||||||
|
|
||||||
***Bug squashing***
|
|
||||||
|
|
||||||
- [FIX] Numeric keyboard entry
|
|
||||||
- [FIX] Typo in recent albums playlist (thanks PaulVT)
|
|
||||||
- [FIX] Filename casing error (thanks PaulVT)
|
|
||||||
- [FIX] Notifications now autoscroll
|
|
||||||
|
|
||||||
|
|
||||||
[B]0.9.0[/B]
|
|
||||||
|
|
||||||
***Working towards Kodi Jarvis release***
|
|
||||||
|
|
||||||
- [REMOVED DEPENDENCY] script.thedeadman.functions (Nice one team Kodi!)
|
|
||||||
- [REMOVED DEPENDENCY] script.globalsearch
|
|
||||||
- [REMOVED DEPENDENCY] script.artistslideshow
|
|
||||||
- [REMOVED] DialogPeripheralManager.xml
|
|
||||||
- [REMOVED] DialogKaraokeSongSelector.xml
|
|
||||||
- [REMOVED] DialogKaraokeSongSelectorLarge.xml
|
|
||||||
- [REMOVED] MusicKaraokeLyrics.xml
|
|
||||||
- [REMOVED] References to "allowoverlay" tag
|
|
||||||
- [REMOVED] mymusicsongs.xml
|
|
||||||
- [REMOVED] videooverlay.xml
|
|
||||||
- [REMOVED] musicoverlay.xml
|
|
||||||
- [NEW] custom_musicOverlay.xml
|
|
||||||
- [REMOVED] References to "zorder" tag
|
|
||||||
- [NEW] DialogPVRInfo.xml
|
|
||||||
- [REMOVED] DialogPVRGuideInfo.xml
|
|
||||||
- [REMOVED] DialogPVRRecordingInfo.xml
|
|
||||||
- [REMOVED] VisualisationPresetList.xml
|
|
||||||
- [NEW] EventLog.xml
|
|
||||||
- [MODIFIED] dialogKeyboard.xml - additional labels for BaiduPy input added
|
|
||||||
- [NEW] DialogAudioDSPManager.xml
|
|
||||||
- [NEW] DialogAudioDSPSettings.xml
|
|
||||||
- [MODIFIED] DialogAddonInfo.xml - remove button id="11"
|
|
||||||
- [MODIFIED] DialogKaiToast.xml - remove ID's 403-405
|
|
||||||
- [MODIFIED] DialogVideoInfo.xml - add button ID 7, replace user rating value
|
|
||||||
- [MODIFIED] MyMusicNav.xml - remove files node button
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue