Command line options

The forum for designers and developers.
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Command line options

Postby Service-Team » 19. Dec 04, 11:20

EDIT: Some of these options are deprecated, for a more valid list, please refer to "Help / All files" in the running program, use man silverjuke or look


You may control Silverjuke by the command line with the following options:

--ini=<file> - set the configuration file to use
--db=<file> - set the database file to use
--temp=<directory> - set the temp. directory to use

--play
--pause
--toggle - toggle play/pause
--prev
--next

--kiosk - start Silverjuke in kiosk mode
--minimize - start Silverjuke minimized

--open <files> - open the given files, --open may be ommited
--enqueue <files> - enqueue the given files

--help - show all available commands


Although there is always only one instance of Silverjuke running, you may call Silverjuke.exe with these commands which will then be forwarded to the running instance if possible.

If you want to use the command line on :mac: Mac OS X, you have to execute the program in the app's package directly, eg. /Applications/Silverjuke.app/Contents/MacOS/Silverjuke --help. Under :win: Windows, you use eg. c:ProgramsSilverjukeSilverjuke.exe --help.

You can set the "db", "temp", "kiosk" and "minimize" options also manually to the current configuration file (ini file) in the section "main". Moreover, if there is a file called mysettings.ini in the program's directory (where silverjuke.exe is), this file is used as the configuration file. All this allows you to run Silverjuke independently from a windows system eg. on a removable disk where you save your music together with Silverjuke.

BTW, most commands are also available through . Feel free to post any questions or comments to this thread.
Last edited by Service-Team on 30. Sep 08, 07:41, edited 16 times in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Credit system

Postby Service-Team » 2. Oct 05, 04:22

Silverjuke 1.15beta2 supports a basic that may be controlled with the following additional command line options:

--addcredit=<num> - adds the numer of credits (tracks that may be enqueued) to the credit system

--setcredit=<num> - sets the number of credits

These options only work if "Settings/Kiosk mode/Credit system/Credits may be added by external programs" is enabled.
Attachments
credits.gif
credits.gif (21.02 KiB) Viewed 31155 times
Last edited by Service-Team on 30. Sep 08, 07:41, edited 12 times in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Skipping errors on startup

Postby Service-Team » 22. Oct 05, 19:53

The following command line option was introduced in Silverjuke 1.15beta4:

--skiperrors

With this option you can avoid showing errors about an erroneous termination on the last Silverjuke run. This is especially useful when turning off Silverjuke using the "Power off" button, as in this case the operating system may not give us the time we need to unload all modules completely.
Last edited by Service-Team on 30. Sep 08, 07:42, edited 2 times in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Using multiple instances of Silverjuke

Postby Service-Team » 19. Nov 05, 05:11

The following command line option was introduced in Silverjuke 1.15beta10:

--instance=<INI-file>

If you give a different INI-file to each instance, you can use multiple instances of Silverjuke with this option. All settings for each instance are stored in the INI-file, so the intances are completely independent; however, make sure, there are not conflicts regarding the used hardware.

You can give the INI-files as complete paths; if the files do not exist, they are created as needed.

If you want to use different music libraries for each instance, you have to use the --db=<file> option as described above.
Last edited by Service-Team on 30. Sep 08, 07:42, edited 2 times in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Update the index on startup

Postby Service-Team » 19. Feb 06, 22:41

The following command line option was introduced in Silverjuke 1.21beta3:

--update

This will automatically upate the index as if you hit F5 just after starting Silverjuke. If you use this option in combination with --kiosk and the kiosk mode is running with limited functionality, the update process cannot be aborted.
Last edited by Service-Team on 30. Sep 08, 07:42, edited 1 time in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Window size in Kiosk mode

Postby Service-Team » 28. Apr 06, 16:11

The following command line option was introduced in Silverjuke 1.50beta3:

--kioskrect=[<x>,<y>,]<width>,<height>[,clipmouse]

With this option you can force the Silverjuke window to the given rectangle when using the kiosk mode. This is usefull if you want to show sth. beside the Silverjuke window (by default, the whole screen is used). If the x and y parameters are skipped, the window will be placed at the upper left corner at 0/0.

Moreover, if you add the "clipmouse" modified, the mouse cannot be moved outside the given rectangle. Using the following command line option, you can also assign a static portion of the screen for the visualization:

--visrect=[<x>,<y>,]<width>,<height>

If --visrect or --kioskrect are given, portions of the screen not used by Silverjuke can be used by other programs - otherwise, Silverjuke would "darken" eg. an unused 2nd or 3rd screen.
Last edited by Service-Team on 9. Apr 10, 20:29, edited 7 times in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Volume & Visualizations

Postby Service-Team » 2. Jun 06, 01:23

The following command line option will be introduced in Silverjuke 1.50beta5:

--volup - increase the main volume
--voldown - decrease the main volume

--togglevis - toggle the selected visualizations on and off
Last edited by Service-Team on 30. Sep 08, 07:43, edited 1 time in total.

User avatar
Service-Team
Posts: 2448
Joined: 7. Dec 04, 04:48
Location: Germany
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Start scripts using the command line

Postby Service-Team » 10. Jul 07, 19:47

The following command line option will be introduced in Silverjuke 2.52beta2:

--execute=<script> - Execute the given script snippet

--execute=<file> - Load the given script and execute it

With this command line option you are able to execute any little script by the command line. For scripting details, please refer to the . Instead of using the command line for this purpose, you can also use , which, however, is a little bit more tricky.


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “Developer Network”