XBMC Community Forum
[RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (/forumdisplay.php?fid=148)
+---- Thread: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists (/showthread.php?tid=83915)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


- ErlendSB - 2012-03-05 16:44

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.


- gliko8 - 2012-03-05 20:49

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?


- ErlendSB - 2012-03-05 23:48

Can you put a new log file up on pastebin? And have you scanned all your music to the library?


- gliko8 - 2012-03-07 14:10

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


- ErlendSB - 2012-03-07 14:41

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/_/Any+Love/+similar
and for example:
http://www.last.fm/music/Pink+Floyd/_/Time/+similar

Nothing I can do about it I'm afraid.


- gliko8 - 2012-03-07 17:15

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/_/Any+Love/+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!!!


- ErlendSB - 2012-03-08 17:01

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.


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - sergej - 2012-04-11 00:11

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-TO:Sync_multiple_libraries). When using a local library, the script works fine "out of the box".

Keep up the good work!


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - thebearnecessit - 2012-04-26 13:30

thanks for making this script , its brilliant.


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - bube2 - 2012-06-10 22:46

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?