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

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Music Add-ons (https://forum.kodi.tv/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


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - ErlendSB - 2012-12-20

You probably need a newer version of xbmc. Frodo is using JSONRPC and has removed the httpapi, which the addon was relying on before 1.1.0.

From version 1.1.0 and out we will be using JSONRPC, making the addon unusable in Eden and earlier versions of xbmc.

@mortstar: Is it possible to prevent autoupdate for Eden users?



RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - gliko8 - 2012-12-20


+1 on the disable auto-update for Eden.
Thanks!


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - iguana - 2013-01-04

I'm constantly getting this "No similar tracks were found" error. However, looking at the logfile it seems that LFM PLG does actually find similar tracks.

What else besides installing the add-on do I have to do to get started?

Could anybody have a look at this? Thanks!
http://xbmclogs.com/show.php?id=25759
(scroll down in the logfile for debug mode)




RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - DarkHelmet - 2013-01-08

(2012-12-20, 12:49)gliko8 Wrote: +1 on the disable auto-update for Eden.
Thanks!

+1

xbmc for atv2 does not seem stable enough so far. I might have to stick with eden. Could you at least make the latest version before switching to JSON available as a download?

Thanks in advance.

Cheers


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - ErlendSB - 2013-01-09

Sorry about the auto update problem. I'm a bit rusty with the repository world. I'll ask Mortstar.
For now, as a fix for eden users with a new (1.1.0) version:
You get the 1.0.9 version back by overwriting the pm.py file with this one.
http://lastfmplaylistgenerator.googlecode.com/svn-history/r49/branches/partymode/pm.py

I'll put up a link to the zip file later.

EDIT: Link to 1.0.9 (Eden version)
http://lastfmplaylistgenerator.googlecode.com/files/script.lastfmplaylistgeneratorPM-1.0.9.zip


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - DarkHelmet - 2013-01-12

Thanks man. One thing while I'm here. Why is this a "program add-on" and not a "music add-on"? As a user I'd never look for this add-on in the program section.


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - DarkHelmet - 2013-01-20

Does this work for anyone lately? I'm getting no similar tracks found error with every track


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - ErlendSB - 2013-01-20

It seems the LastFM api key I'm using (obtained from a xbmc team member) has been suspended.

I'll try to find out what happened, and hopefully put a new version out soon.



RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - distracto - 2013-01-21

hasn't worked here for a while now. wondering if this is tied to the lack of Last.FM in XBMC now?


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - ErlendSB - 2013-01-22

New version is out (1.1.1). Changed the api key.


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - gliko8 - 2013-01-22

(2013-01-22, 11:22)ErlendSB Wrote: New version is out (1.1.1). Changed the api key.

Thx!
It's working again.
It was a rough time without it. Smile


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - DarkHelmet - 2013-01-22

Thanks. Working like a charm now


RE: [RELEASE] Last.FM Playlist Generator Script - Auto Generate Similar Music Playlists - gliko8 - 2013-01-26

Hey,
Another question, is there any way to enable Hebrew search in the script?
I can find the artist in lastfm and get recommendations but the script can't find nothing.



OPENELEC - Dependencies not met - Reefermadness - 2013-01-28

Hi,

i was trying to install this great add-on (THX a lot for this) on openlec twice (ion_x64). once on openelec 2.0 once on 3.0rc3 (2.99.2) - it always failed with dependecies not met - it works like a charm under ubuntu 12.04 with xbmc on top and on raspmc.

Main question - which dependecies does it need? Any way to manually install them ?

THX

Edit (30 Mins Later) IT WORKS ANYWAY ?? Smile

So there is a quick (and very dirty) workaround...

I tried to update/get the required Dependecies (to answer my own question above - they can be found in addon.xml) installed via apt-get, but Openelec wont let you do this easily

BUT - in the addon.xml you can edit the <required> Section as follows

<requires>
<import addon="xbmc.python" version="1.0" optional="true"/>
<import addon="script.module.pysqlite" version="2.5.6" optional="true"/>
<import addon="script.module.elementtree" optional="true"/>
<import addon="script.module.simplejson" version="2.0.10" optional="true"/>
</requires>

so all i did was setting the requirements to "optional" by adding optional="true"

it installed well then, and voila - it also worked perfect with first song i choose (Black Keys - Lonely Boy)

Funny Thing though - as i have also mortstars repo installer as an add-on - it gives me the option to update (i have 1.1.1 downloaded from github manually) - but there it straight away tells me the add-on is broken as dependencies are nor met...

As Openelec is a growing Base for XBMC USers i would recommend fixing it properly - but for me everthings cool now - again - thanks a lot for this add-on !!!

Edit 2 (~2 Hours Later) Works like a charm - every now and again a pop-up occurs saying dependecies not met - but still works

And i think more important - all of mortstars add-ons (liveFooty & Co) are reported to be broken as well - must be nothing for heros like u Wink


RE: OPENELEC - Dependencies not met - heldchen - 2013-01-28

(2013-01-28, 19:13)Reefermadness Wrote: BUT - in the addon.xml you can edit the <required> Section as follows

<requires>
<import addon="xbmc.python" version="1.0" optional="true"/>
<import addon="script.module.pysqlite" version="2.5.6" optional="true"/>
<import addon="script.module.elementtree" optional="true"/>
<import addon="script.module.simplejson" version="2.0.10" optional="true"/>
</requires>

so all i did was setting the requirements to "optional" by adding optional="true"
i removed the entries altogether and got it to load, but it would not find any matches for each song/artist i've tried (openelec 2.99.2)...