japasato / mod-skin

Automatically exported from code.google.com/p/mod-skin
0 stars 0 forks source link

Adding a music favorite to the main menu does not work. #317

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Adding a music favorite to the main menu does not work.

1. At first I added a folder from my music collection to my favorites. 2. Then 
in the main menu I selected "Customizations" and then "+FAV".
3. Then I get a list of my favorites to choose from. When I click on my music 
favorite nothing happens. The dialog just remains. Selecting another favorite 
(like a movie favorite or a addon favorite) works fine though.

I am using OpenELEC x64 on a XS35GTv2.

Original issue reported on code.google.com by robin.lo...@gmail.com on 23 Nov 2012 at 2:59

GoogleCodeExporter commented 8 years ago
I've run into a similar issue with videos. This used to work, but as of a 
couple of releases ago it seems like something broke it. I'm using XBMC 11 with 
the latest Aeon MQ4. Here is an example of the config from a favorite that I'm 
having troubles accessing:

<setting type="string" name="skin.aeonmq.4.fav1_name">EXAMPLE</setting>
<setting type="string" name="skin.aeonmq.4.fav1_label">EXAMPLE</setting>
<setting type="string" 
name="skin.aeonmq.4.fav1_bg">smb://10.10.1.1/Backdrops/example.jpg</setting>
<setting type="string" 
name="skin.aeonmq.4.fav1_path">ActivateWindow(10025,"smb://10.10.1.1/Videos/")</
setting>
<setting type="string" name="skin.aeonmq.4.fav1">subtvshows</setting>

When trying to activate the menu nothing happens.

Original comment by ryanwag...@gmail.com on 25 Nov 2012 at 6:45