apastuszak

apastuszak ·

I created a simple script to install RompR on a Raspberry Pi running Raspbian

howto

Ok, upon further testing, this script is totally not going to work. I did some major cleanup, and got it down one script file with no extra files.

This is for Raspberry Pi OS that is fully patched as of 10/17/2020.

#!/bin/bash

# Rompr install script  Th...

I created a simple script to install RompR on a Raspberry Pi running Raspbian

howto

I've run this successfully twice now. It's pretty crude, and requires you run this as pi from the root of your home drive.

You will need to create 3 files at the root of the pi user's home drive:

install.sh
php_append.txt
rompr

Contents of...

Display Artist Tag, but sort by Artist Sort Tag

feature

Curious if this is possible. Can we display the Artist/Album Artist tag, but sort by Artist Sort/Album Artist Sort. This would make Paul McCartney show up under M instead of P. It would also deal with artist names that start with "The." Of course, this req...

Lyrics on satellite server

support

Thanks! Do you need me open a bug on Github?

Lyrics on satellite server

support

I am running rompr on a Raspberry pi, with mpd and nginx and everything is going great. mpd is set up as a satellite server with the music library being on a nfs share.

Almost all my songs are tagged with lyrics via beets. Rompr will not display lyrics....

install on raspberry os with php 7.3 and ngix

support

I just set this up last night. I was getting a 502 bad gateway error.

I put the extracted zip in /var/www/rompr. I changed permissions on that folder:

chown -R www-data rompr
chgrp -R www-data rompr

Changed the root in the config to

root /var/www/romp...

Joined GitQ

on