Skip to content

This is a little Kodi Script for requesting "Similar Artists" & "TOP Tracks of Artists" And "TOP Albums of Artist"

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

pimp1310/script.getInfo_lastFm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Last-FM Similar Artist Addon

List of possible script calls. All calls can also be done by using a plugin path.

ATTENTION

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)]

LASTFM SIMILAR ARTISTS

<content>plugin://script.getInfo_LastFM?request=getSimilar&amp;&amp;artist=$INFO[ListItem.Artist]</content>

Properties:

  • 'artistname'
  • 'imageurl_s'
  • 'imageurl_m'
  • 'imageurl_l'
  • 'imageurl_xl'

LASTFM TOP ALBUMS ARTISTS

<content>plugin://script.getInfo_LastFM?request=getTopAlbums&amp;&amp;artist=$INFO[ListItem.Artist]</content>

Properties:

  • 'albumname'
  • 'playcount'
  • 'imageurl_s'
  • 'imageurl_m'
  • 'imageurl_l'
  • 'imageurl_xl'

LASTFM TOP TRACKS ARTISTS

<content>plugin://script.getInfo_LastFM?request=getTopTracks&amp;&amp;artist=$INFO[ListItem.Artist]</content>

Properties:

  • 'trackname'
  • 'playcount'
  • 'listeners'
  • 'imageurl_s'
  • 'imageurl_m'
  • 'imageurl_l'
  • 'imageurl_xl'

###Examples

Bildschirmfoto vom 2016-12-20 16-09-59.png

Bildschirmfoto vom 2016-12-20 16-10-07.png

Bildschirmfoto vom 2016-12-20 16-10-19.png

About

This is a little Kodi Script for requesting "Similar Artists" & "TOP Tracks of Artists" And "TOP Albums of Artist"

Resources

License

GPL-3.0, GPL-2.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages