More > JRiver Media Center 28 for Linux

Docker Image for MC28

<< < (3/19) > >>

max096:

--- Quote from: yeanay on June 30, 2021, 05:26:49 am ---NO instructions anywhere.

--- End quote ---

There are instructions on both dockerhub and gitlab. Itīs the same instructions. Just canīt copy paste it here, because the forum does not use markdown like seemingly everything else does.


--- Quote from: yeanay on June 30, 2021, 05:26:49 am ---I had no problems setting up a unifi docker on a Synology Nas.

--- End quote ---

What instructions did you follow for that? Probably, you can do it very similar. The instructions I wrote are mostly for straight up Linux hosts. So not specific to synology.


--- Quote from: yeanay on June 30, 2021, 05:26:49 am ---Just use docker compose.. ? okay where, when , how, host vs bridge? the only choice is bridge.., how do i connect?

--- End quote ---

Given that you probably already found those instructions and did not find them very helpful.

I did add a "Accessing the GUI" section. The ports were already listed in the port sections. Effectively port 5800 is for the WEB GUI http://<IP>:5800 or https://<IP>:5800 when using the SECURE_CONNECTION flag. Should work with just about any browser. If you want to access it with a VNC client <IP>:5900 with any VNC client. If you use the SECURE_CONNECTION flag there same thing, however you do require a VNC client with SSL support then (which many do not support at all, so your choice of VNC clients becomes very limited).

Since you were happy with however you installed the unifi controller Iīd recommend you find that guide again and substitute the image name, ports, environment variables and mounts for the ones for this image.

The only extra thing you might need to do for this image is finding out what user your media folders belong to. The default is just 1000, which if you install Linux itīs the first User you end up with. But it may be different on your synology. It might be 1003 or 1004 or something. JRiver inside the container runs as the User thatīs set with the environment variables USER_ID and GROUP_ID. If whatever user has ID 1000 does not have access rights to the folder(s), you cannot access it from JRiver and you need to change those.

Also got a section here in the docu for that
https://gitlab.com/shiomax/jrivermc-docker#permission-problems

You should be able to ssh into your synology and use the same id command to find out the numeric user id. Names donīt help, since the container does not actually have any way of knowing who that User really is on the host.

JimH:
Thanks, Max0096.

Yeaney, Docker support is entirely by volunteers here.  Max096 has been very generous with his time.

JRiver doesn't support Docker, so I'm asking on behalf of JRiver that you be more respectful.  Docker isn't for everyone.

merman-corrode-portage:
FYI I had a permissions error which I've never had with previous versions of the container. I needed to modify the environment variable for GROUP_ID to match the host.

https://yabb.jriver.com/interact/index.php/topic,129979.0.html

jokertest:
Hi there,
i installed shiomax/jrivermc28 on my qnap TS-251+ latest Firmware via Container Station.
mostly everthing work as it should except Video. JRiver found mounted Music and Video drives add this to the library i also see my files when go to import section but i can not see any movie in jriver. the complete side section Video is empty. No Files, Movie, TV-Show or Home Video. Movies i see only in recent importet, thats it. Music works perfect.


Any idea whats the problem?

Edit: i test shiomax/jrivermc25,26,27,28. MC 25 and 26 worked for Video MC 27 and 28 not work for Video.

 :'( same problem i have in desktop docker win10

max096:

--- Quote from: jokertest on August 25, 2021, 11:04:13 pm ---Hi there,
i installed shiomax/jrivermc28 on my qnap TS-251+ latest Firmware via Container Station.
mostly everthing work as it should except Video. JRiver found mounted Music and Video drives add this to the library i also see my files when go to import section but i can not see any movie in jriver. the complete side section Video is empty. No Files, Movie, TV-Show or Home Video. Movies i see only in recent importet, thats it. Music works perfect.


Any idea whats the problem?

Edit: i test shiomax/jrivermc25,26,27,28. MC 25 and 26 worked for Video MC 27 and 28 not work for Video.

 :'( same problem i have in desktop docker win10

--- End quote ---

This had come up before, but I kinda forgot about it. I think I got it working now through basically installing all of ffmpeg. Relatively big but better too much than too little I guess. Not sure what exactly it was missing, the log just said missing ffmpeg and I couldnīt figure out how to narrow it down. Donīt believe it needs even remotely close to everything.

Though, unfortunately for the first time that I can remember dockerhub is currently dead so Im unable to push the image to the registry.

Pretty sure it will come back up shortly. It does still let you push images, but they disappear into the void. Curious how many automated systems are currently repeatedly trying to push images to dockerhub (circumstancial ddos?  ^^).

You can test build it locally if you want

--- Code: ---git clone https://gitlab.com/shiomax/jrivermc-docker
cd jrivermc-docker
git checkout dev
./build.sh 28-latest-debian-10-amd64

--- End code ---

Then you will have an image locally tagged shiomax/jrivermc28-testing:28-latest-debian-10-amd64 that you can use for now.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version