Page 1 of 1

Set last.fm user/pw for all users?

PostPosted: Thu Mar 07, 2013 8:42 pm
by Pcace
Hey, i tried to set the last.fm pass/user for all users of musiccabinet here on the server via:

update user_settings set LAST_FM_USERNAME='{blablabla}', LAST_FM_PASSWORD='{enc:1324567542156}', LAST_FM_ENABLED='true'


but i get the response:
Code: Select all
Error
Column not found: LAST_FM_PASSWORD in statement [update user_settings set LAST_FM_USERNAME='{t64-mediathek}', LAST_FM_PASSWORD]


I found that command in the Forum for an older version of subsonic. What else should i do to set the Last.fm account for every Musiccabinet user on my server?

Thanks a lot!!!


Pcace

Re: Set last.fm user/pw for all users?

PostPosted: Thu Mar 07, 2013 8:56 pm
by hakko
I don't think that's a really good idea, but technically your users are stored in the PostgreSQL database, table music.lastfmuser. They are not stored with a clear-text password but with a session key from last.fm.

Re: Set last.fm user/pw for all users?

PostPosted: Thu Mar 07, 2013 9:00 pm
by Pcace
Hmmm,

have you got any other idea to make a global last.fm account for the MusicCabinet instance?

so every Song played is scrobbled to one last.fm account...


Pcace

Re: Set last.fm user/pw for all users?

PostPosted: Thu Mar 07, 2013 9:40 pm
by hakko
This hasn't changed since last time I answered it: viewtopic.php?f=11&t=10857&p=49702#p49702