INTERACT FORUM

Linux => JRiver Media Center 33 for Linux => Topic started by: max096 on August 23, 2024, 02:25:05 pm

Title: Docker Images for MC33
Post by: max096 on August 23, 2024, 02:25:05 pm
MC 33 docker images are now available too.

https://hub.docker.com/r/shiomax/jrivermc
Title: Re: Docker Images for MC33
Post by: HaWi on August 23, 2024, 02:59:50 pm
Thank you so much, Max!
I just installed latest-33 on my NAS and it works perfectly.
Title: Re: Docker Images for MC33
Post by: Helibaby on September 06, 2024, 02:39:47 pm
shiomax/jrivermc:latest (33.0.37) is working fine on my QNAP-NAS.
Thanks a lot, Max!
Title: Re: Docker Images for MC33
Post by: Richard Martin on September 14, 2024, 10:46:33 am
Thank you Max, all installed and working on my Synology NAS
Title: Re: Docker Images for MC33
Post by: HaWi on September 28, 2024, 09:20:45 am
I just updated the latest-33 image and running into an issue.
When I try to access the container I get a license challenge and even after pasting the correct key into the box and hitting return, nothing happens.
Any help is highly appreciated!
EDIT:
I found this in the log. Looks like MC can't find a way to check for authorization on the web. This might be a NAS problem but I have no clue how to fix it.
For good measure I attached the log folder

EDIT2:
SOLVED. Had some Firewall issues, sorry

2024-09-29 14:36:58.347473061  /usr/bin/xdg-open: 882: x-www-browser: not found
2024-09-29 14:36:58.349459700  /usr/bin/xdg-open: 882: firefox: not found
2024-09-29 14:36:58.350458655  /usr/bin/xdg-open: 882: iceweasel: not found
2024-09-29 14:36:58.351481902  /usr/bin/xdg-open: 882: seamonkey: not found
2024-09-29 14:36:58.352609992  /usr/bin/xdg-open: 882: mozilla: not found
2024-09-29 14:36:58.354423272  /usr/bin/xdg-open: 882: epiphany: not found
2024-09-29 14:36:58.355950470  /usr/bin/xdg-open: 882: konqueror: not found
2024-09-29 14:36:58.357811471  /usr/bin/xdg-open: 882: chromium: not found
2024-09-29 14:36:58.359526792  /usr/bin/xdg-open: 882: chromium-browser: not found
2024-09-29 14:36:58.361819391  /usr/bin/xdg-open: 882: google-chrome: not found
2024-09-29 14:36:58.363470486  /usr/bin/xdg-open: 882: www-browser: not found
2024-09-29 14:36:58.365011112  /usr/bin/xdg-open: 882: links2: not found
2024-09-29 14:36:58.366757621  /usr/bin/xdg-open: 882: elinks: not found
2024-09-29 14:36:58.368398323  /usr/bin/xdg-open: 882: links: not found
2024-09-29 14:36:58.370119920  /usr/bin/xdg-open: 882: lynx: not found
2024-09-29 14:36:58.371750510  /usr/bin/xdg-open: 882: w3m: not found
2024-09-29 14:36:58.371800917  xdg-open: no method available for opening 'https://rover.jriver.com/cgi-bin/restore_email.cgi?displayemail=1'

Title: Re: Docker Images for MC33
Post by: bucky63 on November 16, 2024, 05:47:11 pm
I'm a month into setting up an Unraid system to replace my old Synology NAS and a laptop running a Media Center server. I'm new to Docker and Linux, so I'm learning as I go. With help from some YouTube videos and Max's GitLab page for some code examples, I was able to create a Docker container template and get MC33 up and running. It's now serving all my Media Center clients.

One issue I had was I couldn't get a network connection until I switched from bridge mode to host.  Maybe I missed something.