Skip to content

Commit

Permalink
Introducing Favourites Browser
Browse files Browse the repository at this point in the history
  • Loading branch information
b-jesch committed Jan 20, 2023
1 parent 866bd54 commit 282182e
Show file tree
Hide file tree
Showing 6 changed files with 45 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="skin.estuary.modv2" version="4.0.2+nexus.18" name="Estuary MOD V2 Nexus" provider-name="Guilouz, K20 branch by PvD">
<addon id="skin.estuary.modv2" version="4.1.0+nexus" name="Estuary MOD V2 Nexus" provider-name="Guilouz, K20 branch by PvD">
<requires>
<import addon="xbmc.python" version="3.0.1"/>
<import addon="xbmc.gui" version="5.16.0"/>
Expand Down
Binary file modified extras/home-images/coreelec.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extras/home-images/favorites.jpg 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified extras/home-images/libreelec.png 100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions xml/DialogFavourites.xml
Expand Up @@ -14,6 +14,7 @@
<top>0</top>
<width>98%</width>
<height>100%</height>
<onleft>60</onleft>
<onright>531</onright>
<onup>450</onup>
<ondown>450</ondown>
Expand Down
43 changes: 43 additions & 0 deletions xml/MyFavourites.xml
@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">500</defaultcontrol>
<backgroundcolor>background</backgroundcolor>
<views>50,52,53,55,500</views>
<menucontrol>9000</menucontrol>
<controls>
<include>DefaultBackground</include>
<include>GlobalAnimatedBackground</include>
<control type="group">
<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
<include>View_50_List</include>
<include>View_52_IconWall</include>
<include>View_53_Shift</include>
<include>View_55_WideList</include>
<include>View_500_Wall</include>
<control type="group">
<depth>DepthContentPanel</depth>
<include>OpenClose_Left</include>
<include>Visible_Left</include>
<visible>Control.IsVisible(55)</visible>
<include>ListThumbInfoPanel</include>
</control>
<include content="TopBar">
<param name="breadcrumbs_label" value="$LOCALIZE[1036]" />
</include>
<include content="BottomBar">
<param name="info_visible" value="true" />
</include>
<include>CommonScrollbars</include>
<include>CommonAlphabet</include>
<include>MediaMenuMouseOverlay</include>
<control type="group">
<include>MediaMenuCommon</include>
<control type="grouplist" id="9000">
<top>50</top>
<include>MediaMenuListCommon</include>
<include>MediaMenuNowPlaying</include>
</control>
</control>
</control>
</controls>
</window>

0 comments on commit 282182e

Please sign in to comment.