More > JRiver Media Center 24 for Linux
Docker for MC24?
Scobie:
Ok many thanks Jatzoo and sjhilton. It looks like I need to do some homework on Docker to get used to the terminology...!
So from what I understand I just install the container linked to in this thread and spin it up.
Then I can hit it with VNC Viewer to and link to my library / files as per any Jrover MC install and also configure DLNA etc.
Cheers
Scobie
RvdZ:
@Jatzoo:
I think the issue has something to do with display package in the Docker.
But it's not such a big deal. I have been experimenting with DLNA-DSP-settings today, and even though I cannot go back to the previous menu, the settings that i changed are still applied when I just restart the server.
It's just a little inconvenient when you want to change and test the DSP settings. You have to restart the server several times in the process. (But restarting takes only 20-30 secs, so that's also not a big deal).
@Scobie.
I also use MC mainly for music. But I do stream DSD 5.6 MHz, an I stream 2 (sometimes 3) streams at the same time.
No problem for my QNAP.
I also have 8GB, but I set the Docker to use max 6144 MB and max 75% processertime.
Mikhail:
Greetings.
Please help me with one problem, I successfully installed MC24 in the docker on my QNAP NAS, but I can not access my music folders.
I have it on the path /share/CACHEDEV3_DATA/Music_Los
After trying to mount the directory
--- Code: ----v /share/CACHEDEV3_DATA/Music_Los:/Music: rw
--- End code ---
I see permission denied.
I tried to manually specify
--- Code: ----e USER_ID=0
-e GROUP_ID=0
--- End code ---
But it did not help.
if I mount the entire Share folder to container, like this
--- Code: ----v /share:/share: rw \
--- End code ---
then the directory structure is visible in the MC, but the contents of the folders can not be viewed - permission denied.
What am I doing wrong?
Please help me, thank you!
Jatzoo:
I will not help too much - for me, works this:
--- Code: ----v /share/Audio:/mnt/audio \
--- End code ---
I didn't use options "rw", full path "CACHEDEVx..." and mount different media every time under "/mnt" folder.
Mikhail:
Thank you very much for your reply.
--- Code: ---docker run -d \
--name=jrivermc24--latest \
--net=host \
--pid=host \
-e UPDATE=yes \
-e VNCPASS=jriver \
--volumes-from jrivermc24--data-container \
-v /share/Music_los:/mnt/audio \
jatzoo/jrivermc24:latest
--- End code ---
I tried to use your method, but the result in my case is the same.
Tell me, what permissions do you have on the /share/Audio folder? Maybe a problem somewhere in the permissions ?.
Problem solved!
It was all about - advanced folder permissions.
Disable it, and the folder access for containers starts working again.
Thx - demod from Qnap Forum
https://forum.qnap.com/viewtopic.php?t=135435#p635779
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version