Mark Greenwood

fatg3erman ·

Script monkey. If I had a shed it would run Linux.
fatg3erman/RompR

Unable to create music collection (Could not write to socket)

support

Firstly, given that it tried to use mysql the first time, it might still be set to that. Go to the setup screen (rompr?setup) and check.

But the communication issue is more concerning. Something is blocking, or closing, socket connections. That's some low...

fatg3erman/RompR

Problem importing Last.fm playcounts

There is a known bug with the importer, which has been fixed but it's still on the develop branch. The develop branch is somewhat unstable at the moment but you can take the latest version of lfmimporter.js and replace your copy, and that should fix ...

fatg3erman/RompR

How to check if Last.FM Playcount Importer realy imports?

support

There is no 'username' field in any of the Last.FM requests, so it's no wonder it is reporting 0.

Check your Last.FM username is present in the Preferences of RompR and that he button next to it says 'Logout'. If both those are true, click the Logout butt...

fatg3erman/RompR

UI Authentication

feature

No.

You might be able to do something with an htaccess file, but there is no thought given to security in Rompr because it is not something I know anything about. It is probably very insecure and I do not recommend connecting it to the internet.

fatg3erman/RompR

Is there a way to select the Player by giving a parameter in the URL

Based on your work I've added this as a permanent feature in the upcoming 1.48 release. Thanks.

fatg3erman/RompR

How to import/export playlists?

feature

Rompr doesn’t store any playlists, those are all handled by MPD. They will be stored in whatever location is configured in your MPD.conf.

fatg3erman/RompR

Database update question

No. They will be shared between all players of the same type - i.e. all Mopidy players will have one db, all MPD players will have another.

fatg3erman/RompR

Queue set to consume always?

OK, I can reproduce that. That is definitely a bug. I have no idea what is going on there, I'll look into it.