Mark Greenwood

fatg3erman ·

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

Alarm Clock - not working ?

The docs do mention the timezone setting. Make sure you edit the right php.ini - depending on your system you may have more than one. You seem to have edited the cli one. If that's works for you then great but if it doesn't you should edit any others.

It'...

Need help with nginx/rompr

Well that is interesting. I don't know why this is giving you a 403 error, but you've got a problem in your mpd setup.

ACK [4@0]{status} you don't have permission for "status"

This will be a setting in your mpd.conf. It might be that you need a password ...

Need help with nginx/rompr

"/home/andrew/web/index.php" is forbidden (13: Permission denied

It'll look for that file if you don't put /rompr on the end of the url. Ignore it, it's irrelevant.

I can see from the access log that it is actually getting some of the files, which ma...

Need help with nginx/rompr

This is very odd. Can you post your nginx rompr config file? And is there anything in the logs? It kind of sounds like you missed a step during the setup, but 403 is a strange error to get. All the permissions look ok.

Need help with nginx/rompr

Sorry that should have read sites-enabled

Need help with nginx/rompr

Also check in /etc/nginx/sites-available. If there is a "default" in there, delete it and restart nginx.

Need help with nginx/rompr

Hmm this is strange, I'm using a Pi too.

What are the permissions on /home/andrew and /home?

Need help with nginx/rompr

This tells us that adding /rompr to the url is the correct thing to do.

The problem is probably permissions. Which distro are you using? Some distros need the webserver to have read/write permission all the way down from /, so just changing permission...

Need help with nginx/rompr

referrer: "http://euterpe/"

Is the clue. You're using the wrong url.

Try "http://euterpe/rompr"

WebUI doesn't update

OK that makes sense. It will load the mopidy player if you configure the websocket. The fact it wasn't responding means the mpd websocket server isn't running for some reason. It's not essential but it will work better with it.

WebUI doesn't update

You'll be wanting to look in the browser console with debug enabled. It's all run on timers from there. Which browser are you using? Older browsers, or ones that don't implement certain javascript features, won't work.

Apache2 Failing To Start

That message still makes no sense whatsoever but I suspect the problem is in your rompr.conf. Because Apache configuration files are dependant on version numbers of things outside apache it is almost impossible to write instructions that work for more than...

Apache2 Failing To Start

That log makes no sense whatsoever 😀

Syntax error on line 33 of /etc/apache2/sites-enabled/rompr.conf/404.php: Expected Badgers! but saw

/etc/apache2/sites-enabled/rompr.conf/404.php is not a file that exists, for a start. And why is it expecting Badg...

Black screen after update

You still haven't told me what the error is, but buster is out of date and not supported.

Black screen after update

Going to need a lot more information.
It "shows an error" - what is the error?
What OS are you running it on?
What version of php?

Qobuz Enhancement

I was working on Qobuz while I had a free month's trial subscription, which has now expired :) Glad you find it useful.

The only place those might appear in RompR would be under Qobuz in the file browser. If they're not there then Mopidy-Qobuz-Hires is no...

Albums grouped by MUSICBRAINZ_ALBUMID?

No, the same album by the same artist is one album as far as rompr is concerned. It's primarily aimed at using online sources via Mopidy, and none of those return musicbrainz ids, they always use different titles for different versions of albums.

You migh...

ElegantGrey.css.js file missing

bug

That is normal. Please don’t report things yoy see in the logs unless you’ve studied the code.

YT-DLP

Gonna need a debug log to make any sense of that really.

Play queue

i'm not sure what this means. "Play all tracks from collection" will add all the tracks from that album to the play queue.

search tool and diacritics

So it looks like you're using MPD, the "only in music collection" option is only available for Mopidy and is not present for you - therefore MPD is doing the search, not RompR. RomoR is merely displaying the results that MPD returns.

I suggest you try a d...

installing dependencies broke wine on ubuntu 22.04 -- PHP Version??

support

This isn't the fault of the PHP modules. It's the fault of you using an unofficial external repository (wine PPA) which is supplying versions of modules that are out of sync with your base distribution. Such incompatibilities aren't uncommon when using PPA...

installing dependencies broke wine on ubuntu 22.04 -- PHP Version??

support

If you've got dependency issues with PPAs then that's a problem with the PPA, not RompR. I have no idea hiw to resolve that.

search tool and diacritics

Unlesz you are using the "Search only in Music Collection" option, the search is performed by MPD/mopidy, so this is not an issue with RompR

Consume/Repeat/Random modes

They are implemented. There's a drop down menu above the play queue.