Difference between revisions of "Foobar2000:Components/Run Main (foo run main)"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
m
Line 36: Line 36:
 
* {{ha|https://hydrogenaud.io/index.php/topic,121952}}
 
* {{ha|https://hydrogenaud.io/index.php/topic,121952}}
 
* [https://marc2k3.github.io/component/run-main/ Official component homepage]
 
* [https://marc2k3.github.io/component/run-main/ Official component homepage]
* [https://marc2k3.github.io/component/run-main/ Official component homepage for releases before foobar2000 2.x]
+
* [https://marc2k3.github.io/component/run-main/ Official component homepage for pre 2.x foobar2000 releases]
 
* [https://github.com/marc2k3/run-main/releases Download]
 
* [https://github.com/marc2k3/run-main/releases Download]

Revision as of 16:16, 8 October 2022

Run Main

foo_run_main
Developer(s) marc2k3
Repository Github
Release information
Initial release January 10, 2021; 3 years ago
Stable release 1.0.1 (August 30, 2022)
Preview release
foobar2000 compatibility
Architecture {{{foobar2000_architecture}}}
Minimum version 1.5
Maximum version
UI module(s) N/A
Additional information
Use Other
License MIT License
Discussion thread {{{discussion_thread}}}
View all components

Description

Unlike the built in command line handler/foo_runcmd, this component has full support for dynamically generated menu commands meaning you can use Edit commands and switch playlists, change output devices etc.

Usage

To avoid ambiguity with common names that might appear more than once under different sub menus, you must supply the full path to the command.

Examples:

foobar2000.exe /run_main:Edit/Sort/Randomize
foobar2000.exe /run_main:Library/Search

// use double quotes when command contains spaces
foobar2000.exe /run_main:"Playback/Device/Primary Sound Driver" 

External links