Will Eminence support Omega?
#16
(2024-04-23, 22:29)ihchris Wrote:
(2024-04-23, 13:08)jdig4240 Wrote: Rename dialogfavorites.xml to MyFavoirites.xml and replace with this code. Not sure if its exactly right, but it works for me..

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">500</defaultcontrol>
<views>50,52,53,55,500</views>
<controls>
<include>GlobalOverlay</include>
<include>Furniture_Background</include>
<include>Furniture_TopBar</include>
<control type="group">
<include>Animation_SlideIn</include>
<include>Animation_FadeOut</include>
<centerleft>50%</centerleft>
<width>favdialogw</width>
<bottom>80</bottom>
<height>514</height>
<include>Dialog_Background</include>
<include content="Dialog_Top_IconHeader">
<param name="label" value="$LOCALIZE[1036]" />
<param name="icon" value="special://skin/extras/icons/favourites.png" />
</include>
<control type="group">
<left>side</left>
<bottom>side</bottom>
<width>414</width>
<height>414</height>
<include>Object_Background</include>
</control>
<control type="image">
<left>side</left>
<bottom>side</bottom>
<width>414</width>
<height>414</height>
<aspectratio>keep</aspectratio>
<texture background="true" fallback="DefaultAddon.png">$INFO[Container(500).ListItem.Icon]</texture>
</control>
<include content="Dialog_FavouriteList">
<param name="id" value="500" />
<param name="moveid" value="noop" />
</include>

</control>
</controls>

</window>

I can't seem to find dialogfavorites.xml. Where is it located?

Thank you,

-Chris


If you are using windows use this tool https://www.voidtools.com
Reply
#17
(2024-04-24, 01:22)jdig4240 Wrote:
(2024-04-23, 22:29)ihchris Wrote:
(2024-04-23, 13:08)jdig4240 Wrote: Rename dialogfavorites.xml to MyFavoirites.xml and replace with this code. Not sure if its exactly right, but it works for me..

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">500</defaultcontrol>
<views>50,52,53,55,500</views>
<controls>
<include>GlobalOverlay</include>
<include>Furniture_Background</include>
<include>Furniture_TopBar</include>
<control type="group">
<include>Animation_SlideIn</include>
<include>Animation_FadeOut</include>
<centerleft>50%</centerleft>
<width>favdialogw</width>
<bottom>80</bottom>
<height>514</height>
<include>Dialog_Background</include>
<include content="Dialog_Top_IconHeader">
<param name="label" value="$LOCALIZE[1036]" />
<param name="icon" value="special://skin/extras/icons/favourites.png" />
</include>
<control type="group">
<left>side</left>
<bottom>side</bottom>
<width>414</width>
<height>414</height>
<include>Object_Background</include>
</control>
<control type="image">
<left>side</left>
<bottom>side</bottom>
<width>414</width>
<height>414</height>
<aspectratio>keep</aspectratio>
<texture background="true" fallback="DefaultAddon.png">$INFO[Container(500).ListItem.Icon]</texture>
</control>
<include content="Dialog_FavouriteList">
<param name="id" value="500" />
<param name="moveid" value="noop" />
</include>

</control>
</controls>

</window>

I can't seem to find dialogfavorites.xml. Where is it located?

Thank you,

-Chris

Kodi\addons\skin.eminence.2.mod\16x9

Thank you for that. Idk what I'm doing wrong but the favorites still aren't working. At least I got the skin back. I'm happy.

-Chris
Reply
#18
(2024-04-23, 13:17)jdig4240 Wrote: Then use the custom command ActivateWindow(MyFavourites) to access the new Favourites window.
wont work for me...any chance to upload full zip file of your version?
Reply
#19
(2024-04-24, 06:59)ihchris Wrote:
(2024-04-24, 01:22)jdig4240 Wrote:
(2024-04-23, 22:29)ihchris Wrote: I can't seem to find dialogfavorites.xml. Where is it located?

Thank you,

-Chris

Kodi\addons\skin.eminence.2.mod\16x9

Thank you for that. Idk what I'm doing wrong but the favorites still aren't working. At least I got the skin back. I'm happy.

-Chris

Oops, I realized im using the Eminence Mod version, it might be different than original Eminence.
Reply
#20
(2024-04-25, 06:34)jdig4240 Wrote:
(2024-04-24, 06:59)ihchris Wrote:
(2024-04-24, 01:22)jdig4240 Wrote: Kodi\addons\skin.eminence.2.mod\16x9

Thank you for that. Idk what I'm doing wrong but the favorites still aren't working. At least I got the skin back. I'm happy.

-Chris

Oops, I realized im using the Eminence Mod version, it might be different than original Eminence.

Ah, okay. I guess they're different. Thanks for clearing that up.

-Chris
Reply
#21
well i mange to bypass the favourites issue via the  script.skin.helper.widgets addon.
using this line:

ActivateWindow(10025,plugin://script.skin.helper.widgets/?action=favourites,return)

Image

Image
Reply

Logout Mark Read Team Forum Stats Members Help
Will Eminence support Omega?0