2024-12-11, 03:16
@mikeSiLVO Thank you for taking on Amber!
I just updated to Omega and the new Amber Repo. I'm having issues with all of my customized Home Menu items not working. I've tried to redo them all and still nothing. All I can get them to do is take me to the Videos screen, with the options like Files, Playlists, etc. I was trying to set them up using Video Library>Sources>Then my Source, like "Anime">Create Menu Item to Here. Then I'll choose to Display as TV Shows or Movies as applicable. The menu action looks just like it did in Nexus:
ActivateWindow(Videos,special://profile/addon_data/script.skinshortcusts/2.xsp,return)
Then if I navigate to this location and open 2.xsp I show the same stuff as I do on my Nexus build:
<smartplaylist type="tvshows">
<name>Anime</name>
<match>one</match>
<rule field="path" operator="startswith">
<value>smb://CrazyNAS/Anime/</value>
</rule>
</smartplaylist>
I've also tried adding some Kodi Commands like Update Video Library or Clean Video Library back to my Power Submenu, but once you click on them, they do nothing. That action is just UpdateLibrary(video,,true)
Am I drastically overlooking something that has changed in Omega that is preventing from this feature from working still?
I just updated to Omega and the new Amber Repo. I'm having issues with all of my customized Home Menu items not working. I've tried to redo them all and still nothing. All I can get them to do is take me to the Videos screen, with the options like Files, Playlists, etc. I was trying to set them up using Video Library>Sources>Then my Source, like "Anime">Create Menu Item to Here. Then I'll choose to Display as TV Shows or Movies as applicable. The menu action looks just like it did in Nexus:
ActivateWindow(Videos,special://profile/addon_data/script.skinshortcusts/2.xsp,return)
Then if I navigate to this location and open 2.xsp I show the same stuff as I do on my Nexus build:
<smartplaylist type="tvshows">
<name>Anime</name>
<match>one</match>
<rule field="path" operator="startswith">
<value>smb://CrazyNAS/Anime/</value>
</rule>
</smartplaylist>
I've also tried adding some Kodi Commands like Update Video Library or Clean Video Library back to my Power Submenu, but once you click on them, they do nothing. That action is just UpdateLibrary(video,,true)
Am I drastically overlooking something that has changed in Omega that is preventing from this feature from working still?