[Request] Script to Display Albums of a Selected Artist
#1
Hi Community,

I am developing the following skin for which I have an artists view that is simply the List of Artists on top af the artist Fanart.

http://forum.xbmc.org/showthread.php?tid=184171


For this view it would be really great if I could display the Albums from the selected artists without leaving the view.

I was wondering if somebody could provie a script for fetching that info so it can be displayed in the skin.

thanks

DjCisco
Reply
#2
script.extendedinfo http://forum.xbmc.org/showthread.php?tid=160558
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply
#3
I checked the script.extendedinfo post and development is kind of on hold, There is a post regarding the function that I need but without any hint as to how its supposed to be used, It doesnt really say if it was really implemented or not.

So is there anybody else that could help?
Reply
#4
Yes, download aeon nox and see how the script is called in MyMusicNav.xml
Reply
#5
(2014-03-21, 12:05)butchabay Wrote: Yes, download aeon nox and see how the script is called in MyMusicNav.xml

Oh ok. I didnt new thar it was a standard feature in aeon nox. Thanks for the tip
Reply
#6
No script needed. Use

PHP Code:
<content target="music">$INFO[ListItem.DBID,musicdb://artists/,]</content> 

and you should be able to display all albums of the selected artist in a container. Gotham required.
Image
Reply
#7
Hello Black

Is this possible with plugin.audio /Thumbs.db. I use plugin.audio.mp3streams.

Best Regards
Reply
#8
No idea, why don't you try it? Smile
Image
Reply
#9
I will soon I install Gotham.
Regards
Reply
#10
(2014-03-21, 19:04)`Black Wrote: No script needed. Use

PHP Code:
<content target="music">$INFO[ListItem.DBID,musicdb://artists/,]</content> 

and you should be able to display all albums of the selected artist in a container. Gotham required.

Excelent
Reply

Logout Mark Read Team Forum Stats Members Help
[Request] Script to Display Albums of a Selected Artist0