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
#22
(2024-04-23, 13:17)jdig4240 Wrote: Then use the custom command ActivateWindow(MyFavourites) to access the new Favourites window.

I'm using Eminence 2.0, and made the mistake of updating to Omega without checking first.

What worked for me was using the Activewindows(favouritesbrowser) shortcut with the MyFavourites.xml you provided.

Otherwise I don't see any other issues with this skin in Omega, so hopefully an official is possible.
Reply
#23
Here's the skin add-on fixed with the changes mentioned in this thread:

https://jor.is/skin.eminence.2-4.1.20b-omega-fix.zip
Reply
#24
The favourites dosent work on the skin zip youve send.
Reply
#25
I too do love Eminence. With the suggestions above I was able to get it working on omega Smile
I also improved on it a bit to be less prone to errors:
- Added favourites as a default menu item
- Overridden Favourites in the Common tab so it always calls Favouritesbrowser.

Now, if someone would like to skin the favourites item, that would be great! I had to take a deep dive.

You can download my changes here:
https://github.com/maghiel/skin.eminence...2.0-beta01
Reply
#26
Wink 
(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
Hello, can you share your mod please ?
is it ? https://forum.kodi.tv/showthread.php?tid=307568 : Authors: jurialmunkey - Mod by Guilouz - Mod by Alanon
thx in advance
Reply

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