Skip to content

Emmings/JRiverServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emmings/JRiverServer

JRiver Media Center is a media manager and player providing high quality playback of audio and video. Its scope includes almost all formats of audio, video, and images. Media Center can also record television and manage documents. It also provides a media network to stream your media across multiple devices. Usage

You need to run at least one app container. Data container is optional but recommended. Replace everything between <> with your own setup settings.

Headless server only (doesn't support audio/video local rendering)
DLNA is supported (server and controller only)
Easy data backup and restoration

Options

MONITOR - Change the screen monitor used for environment variable DISPLAY. Default value is :1 (optional)
VNCPASS - VNC password is by default 'jriver' (optional)
UPDATE - If set to 'yes', JRiver will be updating at the container startup (optional)

Data container (optional)

docker run
--name=jrivermc22--data-container
emmings/jriverserver
echo "Data-only container for JRiver Media Center 22"

App container (JRiver latest version)

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
emmings/jriverserver:latest

App container (JRiver stable version)

docker run -d
--name=jrivermc22-stable
--net=host
--pid=host
-e UPDATE=no
-e VNCPASS=<vnc_password>
--volumes-from jrivermc22--data-container
-v <local_media_volume>:/mnt/media
emmings/jriverserver:stable

To backup your data...

docker run --rm
--volumes-from jrivermc22--data-container
-v <local_backup_folder>:/backup
emmings/jriverserver
tar cvf /backup/backup_jrivermc22.tar --exclude 'home/jriver/.jriver/Media Center 22/Temp' /home/jriver/.jriver

To restore you data...

docker run --rm
--volumes-from jrivermc22--data-container
-v <local_backup_folder>:/backup
emmings/jriverserver
tar xvf /backup/backup_jrivermc22.tar

About

JRiver server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages