[RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists

  Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ErlendSB Online
Senior Member
Posts: 163
Joined: Sep 2008
Reputation: 2
Location: Norway
Post: #121
1.0.8 is the latest version. I suggest you install Mortstar“s repo (found here: https://github.com/mortstar/repository-mortstar-addons) and install the addon from there. That way, you'll get updates automagically.
find quote
gliko8 Offline
Junior Member
Posts: 23
Joined: Sep 2011
Reputation: 0
Post: #122
ErlendSB Wrote:1.0.8 is the latest version. I suggest you install Mortstar“s repo (found here: https://github.com/mortstar/repository-mortstar-addons) and install the addon from there. That way, you'll get updates automagically.

i have installed the new 1.0.8 from the repo.
didnt work..

any other suggestions?
find quote
ErlendSB Online
Senior Member
Posts: 163
Joined: Sep 2008
Reputation: 2
Location: Norway
Post: #123
Can you put a new log file up on pastebin? And have you scanned all your music to the library?
find quote
gliko8 Offline
Junior Member
Posts: 23
Joined: Sep 2011
Reputation: 0
Post: #124
ErlendSB Wrote:Can you put a new log file up on pastebin? And have you scanned all your music to the library?

yes my music is all scanned up.

is this log helping?
http://pastebin.com/dstzh5md
find quote
ErlendSB Online
Senior Member
Posts: 163
Joined: Sep 2008
Reputation: 2
Location: Norway
Post: #125
In this case I belive Last.FM is unable to find any similar tracks.

If you compare these two:
http://www.last.fm/music/Massive+Attack/...e/+similar
and for example:
http://www.last.fm/music/Pink+Floyd/_/Time/+similar

Nothing I can do about it I'm afraid.
find quote
gliko8 Offline
Junior Member
Posts: 23
Joined: Sep 2011
Reputation: 0
Post: #126
ErlendSB Wrote:In this case I belive Last.FM is unable to find any similar tracks.

If you compare these two:
http://www.last.fm/music/Massive+Attack/...e/+similar
and for example:
http://www.last.fm/music/Pink+Floyd/_/Time/+similar

Nothing I can do about it I'm afraid.

ok, its working, Confused i have tried with all kind of artists and didn't get a result.

10x anyway,
great plugin!!! couldn't live without it!!!
find quote
ErlendSB Online
Senior Member
Posts: 163
Joined: Sep 2008
Reputation: 2
Location: Norway
Post: #127
Thanx mate.

You can test by manipulating this link: http://www.last.fm/music/{Artist name}/_/{Track name}/+similar
Replacing the {Artist name} and {Track name}
If the resulting page gives you results, so should the addon given you have some of the similar tracks in your library.

Send me a log file if you run into any wierdness.
find quote
sergej Offline
Junior Member
Posts: 39
Joined: Jan 2004
Reputation: 0
Post: #128
First of all, this is a really great addon!

It would be great if it would automatically detect whether a mysql database is used. I stumbled across the bug discussed earlier in this thread, where in the SQL SELECT statement:

Quote:order by random()

has to be replaced by:

Quote:order by rand()

In the main script file (pm.py) when using a shared mysql library (http://wiki.xbmc.org/index.php?title=HOW...ibraries). When using a local library, the script works fine "out of the box".

Keep up the good work!
find quote
thebearnecessit Offline
Fan
Posts: 615
Joined: Jan 2012
Reputation: 3
Post: #129
thanks for making this script , its brilliant.
find quote
bube2 Offline
Junior Member
Posts: 1
Joined: Jun 2012
Reputation: 0
Post: #130
I just tried to activate the script (1. 0.8) from the repository. But it fails with unsatisfied dependencies. As far as I can see one of the unsatisfied dependencies is the python module PIL. It does not exist any longer in the Eden environment of my Openelec installation. How can I resolve this?
find quote
Post Reply