WIP New add-on: ListenBrainz
#16
@murnaz That error is because the addon is using python 2, but Matrix is python 3.  FWIW, if you are comfortable editing the source code, you can change all occurrences of .iteritems() to .items().  Might be other python 2 related errors though.
Learning Linux the hard way !!
Reply
#17
(2021-04-11, 13:56)black_eagle Wrote: @murnaz That error is because the addon is using python 2, but Matrix is python 3.  FWIW, if you are comfortable editing the source code, you can change all occurrences of .iteritems() to .items().  Might be other python 2 related errors though.

thanks for quick reply ,you are wright gives diffrent error no luck.
Reply
#18
This fork works on Matrix & fixes some of the issues mentioned earlier in this thread. It also submits mbids. There are merge request on the original project for all these fixes. but they haven’t been merged yet.
Reply
#19
(2021-08-13, 20:35)reggm Wrote: This fork works on Matrix & fixes some of the issues mentioned earlier in this thread. It also submits mbids. There are merge request on the original project for all these fixes. but they haven’t been merged yet.

Ah, great! Seems to work like a charm, though it gave a message of the API server not being reachable or something. But works nonetheless.
Reply
#20
(2021-08-17, 12:57)STEELBAS Wrote: Ah, great! Seems to work like a charm, though it gave a message of the API server not being reachable or something. But works nonetheless.
I have now pushed a fixed for this, same link as before. Enjoy!
Reply
#21
(2021-08-22, 15:26)reggm Wrote:
(2021-08-17, 12:57)STEELBAS Wrote: Ah, great! Seems to work like a charm, though it gave a message of the API server not being reachable or something. But works nonetheless.
I have now pushed a fixed for this, same link as before. Enjoy!

Thank you very much
Reply
#22
(2021-08-13, 20:35)reggm Wrote: This fork works on Matrix & fixes some of the issues mentioned earlier in this thread. It also submits mbids. There are merge request on the original project for all these fixes. but they haven’t been merged yet.

Thanks for the this.  I just spent a bit of time trying to get the old version to work before I thought to check this thread again.

Cheers!
Reply
#23
Hi all. Sorry for the radio silence for the last long while! I’ve picked up development again (and I’m streaming it on Twitch if you’re interested in watching it happen) and will hopefully put out 0.3.0 for Kodi 19/Matrix soon. @reggm’s fixes have already been merged in to the (new) matrix branch.
If any of my comments or contributions have been helpful to you, consider checking out my Patreon. 🙇
Reply
#24
I’ve updated the links in the OP to account for Leia vs. Matrix. You should be able to download the Matrix .zip file now to get a working version of the add-on for your Kodi. Music
Reply
#25
(2021-10-12, 16:59)Freso Wrote: Hi all. Sorry for the radio silence for the last long while! I’ve picked up development again (and I’m streaming it on Twitch if you’re interested in watching it happen) and will hopefully put out 0.3.0 for Kodi 19/Matrix soon. @reggm’s fixes have already been merged in to the (new) matrix branch.

Great news! I've just seen some nice updates to listebrainz recently that finally makes it a replacement for Last.FM I think.

Watching on twitch now! Very interesting...
Reply
#26
(2019-03-29, 15:05)Freso Wrote: ...
  • Go to the add-on settings and enter your ListenBrainz token from https://listenbrainz.org/profile/ (it would be great to have a better way to get this token into Kodi, esp. considering that you can't copy/paste…)
...

Actually, you can copy and paste the token into Kodi. Just use the 'copy' icon/button on the ListenBrainz site for your token, go back to Kodi and navigate the ListenBrainz Kodi addon settings, place the cursor in the box for the required token, and press 'CTRL-V' and the token will be pasted in verbatim. It will be obfuscated by asterisks, but the token will be valid. Hope I'm not overlooking something here or stating the obvious. Either way, it worked for me.

Smile

Dan / Gib.
Image
Reply
#27
I just tagged version 0.3.0 as the first version for Matrix, please do go ahead and try it out: service.listenbrainz-v0.3.0.zip

I also backported a couple of the bug fixes from 0.3.0 back to a new 0.2.1 release for Leia: service.listenbrainz-v0.2.1.zip

And given that I won’t be working more on the Leia branch, I have also submitted that to the official repository: https://github.com/xbmc/repo-scripts/pull/2160
If any of my comments or contributions have been helpful to you, consider checking out my Patreon. 🙇
Reply
#28
I also submitted Matrix version for inclusion in official repository btw: https://github.com/xbmc/repo-scripts/pull/2161

Which led to some code change suggestions… which led to release of 0.3.1. Download links in OP. Smile
Reply
#29
Tested the repo version but sadly got an error in the logs:
Quote:401 client error: UNAUTHORIZED for url: https://api.listenbrainz.org

Also request to view the API token instead of replacing with *** in the config. I wonder if I typed it in wrong perhaps but can't check.
Reply
#30
I just discovered listenbrainz, was able to easily import my 15 years on lastfm and thanks to your great addon, I can now scrobble via kodi aswell.

Thank you very much, you addon-devs are the reason Kodi is rocking for over 20 years.
Reply

Logout Mark Read Team Forum Stats Members Help
New add-on: ListenBrainz0
This forum uses Lukasz Tkacz MyBB addons.