0
I am using pithos on debian 9 with xfce.
I am looking for a simple way to control it with the command line.
I installed mpris-remote but when I run it, it says:
$ mpris-remote
No MPRIS-compliant player found running.
How do I get it to work?
Or, do you have any working solutions for controlling pithos from the command line?
Pianobar is out becuase I need a GUI as well.
I had some trouble with the installation of playerctl. I ran:
sudo ./autogen.sh --prefix=/opt/playerctl
and
sudo make install
Everything seemed to work fine, but when I tried to run it is said command not found. – Person93 – 2017-12-07T21:06:03.863
If you install it to a nonstandard path, you need to specify it in full when running the command. – user1686 – 2017-12-07T21:13:03.870
I used the full path. It said that it was missing a library.
error while loading shared libraries: libplayerctl-1.0.so.0: cannot open shared object file: No such file or directory
I tried recompiling it after setting this env variableexport LDFLAGS="-rpath /path/to/library "$LDFLAGS
. It didn't help. I tried runninglibtool --mode=finish /opt/playerctl/libplayerctl-1.0.so.0
, I got this error:libtool: error: invalid argument '/opt/playerctl/libplayerctl-1.0.so.0
. – Person93 – 2017-12-07T21:34:46.617