INTERACT FORUM

Mac => JRiver Media Center 33 for Mac => Topic started by: Lodewijk_Ramon on December 23, 2024, 04:10:07 am

Title: How to Quit MC33 when using a scheduled shutdown
Post by: Lodewijk_Ramon on December 23, 2024, 04:10:07 am
I am trying to implement automatic shutdown and poweron at preset times. This used to be a simple function in older MacOS-versions.
I am doing it now by using a pmset-command in the terminal. But the shutdown hangs because of MC33 is still running.
My question is: is there a way to quit (or kill) MC33 just before or at shutdown?
The command line I am using is: sudo pmset repeat shutdown MTWRFSU 23:00:00 poweron MTWRFSU 09:30:00
Title: Re: How to Quit MC33 when using a scheduled shutdown
Post by: EnglishTiger on December 23, 2024, 04:15:31 am
Have a look at this page:-  https://wiki.jriver.com/index.php/The_Command_Line  (https://wiki.jriver.com/index.php/The_Command_Line)
Title: Re: How to Quit MC33 when using a scheduled shutdown
Post by: Lodewijk_Ramon on December 23, 2024, 06:09:11 am
Have a look at this page:-  https://wiki.jriver.com/index.php/The_Command_Line  (https://wiki.jriver.com/index.php/The_Command_Line)

Sorry, the page you mentioned is typically for a Windows environment. Moreover I don't see any reference to quitting or stopping MC.
But anyway thank you for giving feedback.
Title: Re: How to Quit MC33 when using a scheduled shutdown
Post by: JimH on December 23, 2024, 07:44:22 am
Web Services (MCWS) may be able to do that.
https://wiki.jriver.com/index.php/DevZone
Title: Re: How to Quit MC33 when using a scheduled shutdown
Post by: bob on December 23, 2024, 04:20:30 pm
Most of the things on the page for the command line can also be used on the Mac command line. For example:

Code: [Select]
/Applications/Media\ Center\ 33.app/Contents/MacOS/Launcher.app/Contents/MacOS/Launcher /Close
Will gracefully close MC.
Title: Re: How to Quit MC33 when using a scheduled shutdown
Post by: bob on December 23, 2024, 04:56:10 pm
Updated the wiki for both MacOS and linux.