Kodi Community Forum
WIP New add-on: ListenBrainz - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: WIP New add-on: ListenBrainz (/showthread.php?tid=342538)

Pages: 1 2 3


RE: New add-on: ListenBrainz - black_eagle - 2021-04-11

@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.


RE: New add-on: ListenBrainz - murnaz - 2021-04-11

(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.


RE: New add-on: ListenBrainz - reggm - 2021-08-13

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.


RE: New add-on: ListenBrainz - STEELBAS - 2021-08-17

(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.


RE: New add-on: ListenBrainz - reggm - 2021-08-22

(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!


RE: New add-on: ListenBrainz - meowmoo - 2021-08-23

(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


RE: New add-on: ListenBrainz - fourtysixand2 - 2021-09-02

(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!


RE: New add-on: ListenBrainz - Freso - 2021-10-12

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.


RE: New add-on: ListenBrainz - Freso - 2021-10-12

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


RE: New add-on: ListenBrainz - docwra - 2021-10-13

(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...


RE: New add-on: ListenBrainz - gibxxi - 2021-11-22

(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.


RE: New add-on: ListenBrainz - Freso - 2021-11-28

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


RE: New add-on: ListenBrainz - Freso - 2021-12-14

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


RE: New add-on: ListenBrainz - docwra - 2021-12-25

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.


RE: New add-on: ListenBrainz - widardd - 2022-10-18

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.