foobar2000:Components/Run Main (foo_run_main)

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
Run Main

foo_run_main
Developer(s) marc2k3
Repository Github
Release information
Initial release January 10, 2021; 3 years ago
Stable release 1.0.2 (November 30, 2022)
Preview release
foobar2000 compatibility
Architecture {{{foobar2000_architecture}}}
Minimum version 2.0
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