List of possible script calls. All calls can also be done by using a plugin path.
You need this file in your MQ7 Skin Folder (Easy Replace the old one)
https://github.com/pimp1310/dialogmusicinfo
. . . . Example of a Request in a Container :
$INFO[Listitem.Property(artistname)]
<content>plugin://script.getInfo_LastFM?request=getSimilar&&artist=$INFO[ListItem.Artist]</content>
Properties:
- 'artistname'
- 'imageurl_s'
- 'imageurl_m'
- 'imageurl_l'
- 'imageurl_xl'
<content>plugin://script.getInfo_LastFM?request=getTopAlbums&&artist=$INFO[ListItem.Artist]</content>
Properties:
- 'albumname'
- 'playcount'
- 'imageurl_s'
- 'imageurl_m'
- 'imageurl_l'
- 'imageurl_xl'
<content>plugin://script.getInfo_LastFM?request=getTopTracks&&artist=$INFO[ListItem.Artist]</content>
Properties:
- 'trackname'
- 'playcount'
- 'listeners'
- 'imageurl_s'
- 'imageurl_m'
- 'imageurl_l'
- 'imageurl_xl'
###Examples