karaluh / ScrobblerBrainz

A MusicBee plug-in to scrobble tracks to ListenBrainz
https://getmusicbee.com/addons/plugins/266/scrobblerbrainz/
GNU General Public License v3.0
23 stars 2 forks source link

Trouble saving token #12

Closed loosenut closed 1 year ago

loosenut commented 1 year ago

Is the token supposed to be displayed in the plugin settings after I click save? Because it isn't, and ListenBrainz doesn't seem to be receiving any of my scrobbles.

Can you please help?

Thanks!

karaluh commented 1 year ago

Yes, the token should be displayed. What is the version number of the plugin you're using?

loosenut commented 1 year ago

I'm using the one I downloaded here: https://github.com/karaluh/ScrobblerBrainz/releases/download/v1.1.0/mb_ScrobblerBrainz.dll (which, btw, says v 1.0.0.0 when I look at it with Windows properties).

edit: I've tried this on two computers, one running MusicBee 3.5.8289, and one running 3.4.8033. Thanks!

karaluh commented 1 year ago

Please try the more recent version of the plugin from here: https://github.com/karaluh/ScrobblerBrainz/releases/download/v1.1.1/mb_ScrobblerBrainz.dll

loosenut commented 1 year ago

Still not saving it. I updated to the latest MusicBee (3.5.8289) and tried pasting the code in. It was visible, then I hit apply, then save, then close. When I reopen the Prefs/Plugins, it is blank. I tried a few times.

karaluh commented 1 year ago

I'll look into it then.

karaluh commented 1 year ago

Unfortunately I'm unable to reproduce the issue. My guess is that the plugin is somehow not updated to the most recent version. Could you please download the version from the link below, update and post a screenshot of the plugin settings panel?

https://drive.google.com/file/d/1RPHkIkipQTkTMYUuLim3aB13uqUt0EXB/view?usp=sharing

loosenut commented 1 year ago

Happy to. I started with a Plugins folder without any mb_ScrobblerBrainz.dll in it, then I added the one you linked to by copying it into C:\Program Files (x86)\MusicBee\Plugins . Then I restarted MusicBee, and got the screenshot below. To confirm: the problem is still happening.

scrob

karaluh commented 1 year ago

It still looks like you're putting the file in the wrong place. Click the right mouse button on the MusicBee icon and choose Open file location, press the right mouse button on the icon again and choose Properties. Paste here everything what's in the Target field.

loosenut commented 1 year ago

"C:\Program Files (x86)\MusicBee\MusicBee.exe"

loosenut commented 1 year ago

I figured it out. MusicBee saves the plugins in C:\Users[username]\AppData\Roaming\MusicBee\Plugins when you install them with the "Add Plugin" feature. So the old version of mb_ScrobblerBrainz.dll was there, and it was ignoring the updated .dll in C:\Program Files (x86)\MusicBee\Plugins . I erased the one in AppData and now it saves the token. Thank you for your help!

karaluh commented 1 year ago

You're welcome, happy scrobbling :)