More > JRiver Media Center 32 for Mac
Syncing problems tags between iMac and Synology NAS
zybex:
Try resizing with this command:
xrandr -s 1600x1200
Or find the vncserver startup line and add a geometry:
vncserver -geometry 1600x1200
HaWi:
--- Quote from: zybex on February 24, 2024, 05:18:19 am ---Try resizing with this command:
xrandr -s 1600x1200
Or find the vncserver startup line and add a geometry:
vncserver -geometry 1600x1200
--- End quote ---
Actually, you can put the desired resolution into your docker-compose file. I run at 2560x1440 and it's great.
add this under - environment (change the numbers to your desired values)
- DISPLAY_WIDTH=2560
- DISPLAY_HEIGHT=1440
Btw, I got all this info from Max when I set up my NAS. He's a genius!
Here's my personal docker-compose file
version: '3'
services:
jrivermc:
image: shiomax/jrivermc:latest
restart: always
container_name: jrivermc
network_mode: host
environment:
- VNC_PASSWORD=<your chosen PW>
- VNC_LISTEN=ALLOW_ALL
- USER_ID-<get this value from your NAS>
- GROUP_ID=<get this value from your NAS>
- DISPLAY_WIDTH=2560
- DISPLAY_HEIGHT=1440
- TZ=America/New_York <change this to your location>
volumes:
- /volume1/docker/MC32/config:/config:rw
- /volume1/music:/data/music:rw
- /volume1/docker/MC32/data/Library:/data/Library:rw
EDITS: spelling
Vadomar:
--- Quote from: HaWi on February 24, 2024, 09:43:30 am ---Actually, you can put the desired resolution into your docker-compose file. I run at 2560x1440 and it's great.
add this under - environment (change the numbers to your desired values)
- DISPLAY_WIDTH=2560
- DISPLAY_HEIGHT=1440
Btw, I got all this info from Max when I set up my NAS. He's a genius!
Here's my personal docker-compose file
version: '3'
services:
jrivermc:
image: shiomax/jrivermc:latest
restart: always
container_name: jrivermc
network_mode: host
environment:
- VNC_PASSWORD=<your chosen PW>
- VNC_LISTEN=ALLOW_ALL
- USER_ID-<get this value from your NAS>
- GROUP_ID=<get this value from your NAS>
- DISPLAY_WIDTH=2560
- DISPLAY_HEIGHT=1440
- TZ=America/New_York <change this to your location>
volumes:
- /volume1/docker/MC32/config:/config:rw
- /volume1/music:/data/music:rw
- /volume1/docker/MC32/data/Library:/data/Library:rw
EDITS: spelling
--- End quote ---
Well, this is far easier and the perfect solution for my problem, thank you, works finally really great! ;D ;D ;D
HaWi:
--- Quote from: Vadomar on February 24, 2024, 11:05:48 am ---Well, this is far easier and the perfect solution for my problem, thank you, works finally really great! ;D ;D ;D
--- End quote ---
I am happy it works for you now.
All credit goes to Max!
Vadomar:
Hej HaWi,
I was wondering if you could help me out with another problem which now occurred: How can the Synology docker version of MC be registered? I entered my master license key via VNC, got an e-mail and clicked on the .mjr file just as I did it with my local mac version of MC, but the docker version remains still unregistered after this process. Do I need to open the file so to speak ›inside‹ of the Synology GUI? If so, how do I do this?
Thanks again!
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version