|
@@ -31,7 +31,7 @@ $ installJRMC --help
|
|
--compat
|
|
--compat
|
|
Build/install MC without minimum dependency version requirements
|
|
Build/install MC without minimum dependency version requirements
|
|
--mcversion VERSION
|
|
--mcversion VERSION
|
|
- Specify the MC version, ex. "33", "34.0.31", or "34.0.31-1" (default: latest)
|
|
|
|
|
|
+ Specify the MC version, ex. "33", "34.0.36", or "34.0.36-1" (default: latest)
|
|
--arch ARCH
|
|
--arch ARCH
|
|
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
|
|
Specify the target MC architecture, ex. "amd64", "arm64", etc (default: host architecture)
|
|
--mcrepo REPO
|
|
--mcrepo REPO
|
|
@@ -66,7 +66,7 @@ $ installJRMC --help
|
|
--help, -h
|
|
--help, -h
|
|
Print help dialog and exit
|
|
Print help dialog and exit
|
|
--uninstall, -u
|
|
--uninstall, -u
|
|
- Uninstall JRiver MC, service files, and firewall rules (does not remove library or media files)
|
|
|
|
|
|
+ Uninstall JRiver MC, service files, firewall rules, etc.
|
|
[/code]
|
|
[/code]
|
|
|
|
|
|
[size=18pt]Services[/size]
|
|
[size=18pt]Services[/size]
|
|
@@ -108,6 +108,16 @@ Multiple services (but not [tt]--service-types[/tt]) can be installed at one tim
|
|
|
|
|
|
installJRMC automatically creates port forwarding firewall rules for remote access to Media Network (52100-52200/tcp, 1900/udp DLNA) and Xvnc/x11vnc (if selected), using firewall-cmd or ufw.
|
|
installJRMC automatically creates port forwarding firewall rules for remote access to Media Network (52100-52200/tcp, 1900/udp DLNA) and Xvnc/x11vnc (if selected), using firewall-cmd or ufw.
|
|
|
|
|
|
|
|
+[size=18pt]Other Nicities[/size]
|
|
|
|
+[list]
|
|
|
|
+[*]Automatically updates [tt]installJRMC[/tt] to the latest release
|
|
|
|
+[*]Activates external third-party repositories for improved media playback (hardware decoding, etc.)
|
|
|
|
+[*]Adds temporary legacy repositories to provide deprecated libraries
|
|
|
|
+[*]Links non-standard SSL certs
|
|
|
|
+[*]Disables BTRFS CoW for MC database directories
|
|
|
|
+[*]Activates MC if a valid license file is found in common locations
|
|
|
|
+[/list]
|
|
|
|
+
|
|
[size=18pt]Examples[/size]
|
|
[size=18pt]Examples[/size]
|
|
|
|
|
|
[code]installJRMC[/code]
|
|
[code]installJRMC[/code]
|
|
@@ -118,8 +128,8 @@ Install the latest version of MC33 from the best available repository with debug
|
|
Install a more widely-compatible version of the latest MC version.
|
|
Install a more widely-compatible version of the latest MC version.
|
|
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
|
|
[code]installJRMC --install repo --service jriver-mediacenter --service-type user[/code]
|
|
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
|
|
Install MC from the repository and start/enable jriver-mediacenter.service as a user service.
|
|
-[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 34.0.31[/code]
|
|
|
|
-Build and install an MC 34.0.31 comptability RPM locally and activate it using the /path/to/license.mjr
|
|
|
|
|
|
+[code]installJRMC --install local --compat --restorefile /path/to/license.mjr --mcversion 34.0.36[/code]
|
|
|
|
+Build and install an MC 34.0.36 comptability RPM locally and activate it using the /path/to/license.mjr
|
|
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|
|
[code]installJRMC --createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|
|
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
|
|
Build an RPM locally for the current distro, move it to the webroot, and run createrepo as www-user.
|
|
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|
|
[code]installJRMC --service jriver-createrepo --createrepo-webroot /srv/jriver/repo --createrepo-user www-user[/code]
|