More > JRiver Media Center 24 for Linux
JRiver Media Center - Docker image
tutenchamun:
The clipboard issue seems to be related to x11vnc and it seems that another vnc server might be better suited ... but since it works so good I do not realy want to mess the image up ...
The clipboard works within VNC and the image - but not with the Mac
szczemirek:
Excellent job. Thanks cassfras21 & ciechomir ;)
ciechomir:
First thanks to cassfras21. Great and cool stuff !
In my "implementation" installation for beginners in linux (like me;)
Installation procedure with Windows:
First: on QNAP/AppCenter install Container Station.
Next: through PuTTy logon to QNAP and start!
Remember: copy on Windows is: Ctrl+C, on PuTTy Insert on keyboard.
In putty:
apt-get update
apt-get install mc
apt-get install -y wget
# Add JRiver packages to apt-get
wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | apt-key add -
wget http://dist.jriver.com/stable/mediacenter/mediacenter22jessie.list -O /etc/apt/sources.list.d/mediacenter22.list
# Install JRiver and other required apps
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y mediacenter22 supervisor xserver-xorg-video-dummy x11vnc
rm -rf /var/lib/apt/lists/*
# Add config files
wget https://github.com/cassfras21/docker-jrivermc/blob/master/latest/xorg.conf
cp xorg.conf /etc/X11/
wget https://github.com/cassfras21/docker-jrivermc/blob/master/latest/entrypoint.sh
cp entrypoint.sh /usr/local/bin/
wget https://github.com/cassfras21/docker-jrivermc/blob/master/latest/supervisord.conf
cp supervisord.conf /etc/supervisor/conf.d/
# Set files access permissions
chmod 744 /etc/X11/xorg.conf
chmod 700 /usr/local/bin/entrypoint.sh
chmod 700 /etc/supervisor/conf.d/supervisord.conf
# Add user and group
groupadd -r jriver
useradd -r -ms /bin/bash -g jriverjriver
# Set up VNC
mkdir /home/jriver/.vnc
chown jriver:jriver /home/jriver/.vnc
# Set up JRiver
mkdir /home/jriver/.jriver
chown jriver:jriver /home/jriver/.jriver
Now start dockers with JRiver:
docker run --name=jrivermc22--data-container cassfras21/jrivermc echo "Data-only container for JRiver Media Center 22"
Replace everything between <> with your own setup settings:
<vnc_password> VNC password, default Password123
<local_media_volume> directory path to your local media folder on your QNAP,example: /share/Music/ - best way check in Midnight Commander.
docker run -d --name=jrivermc22-latest --net=host --pid=host -e UPDATE=no -e VNCPASS=<vnc_password> --volumes-from jrivermc22--data-container -v <local_media_volume>:/mnt/media cassfras21/jrivermc:latest
Next download VNC Viewer: https://www.realvnc.com/download/file/viewer.files/VNC-Viewer-6.17.731-Windows.exe
and connect to addres your QNAP to your JRiver
that all folks
ajw1997:
Hi all,
Has anyone tried installing JRiver 23 via the docker on a QNAP? I need to use 23, as it has new functionality I require.
In the meantime, I'll try adapting the above code.
Regards ,
Andrew
dskrt:
Anyone succeeded to build a docker container with MC 23 ?
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version