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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(New Component page)
 
m
Line 5: Line 5:
 
| caption              =  
 
| caption              =  
 
| module_name          = foo_run_main
 
| module_name          = foo_run_main
| developer            = [https://hydrogenaud.io/index.php?action=profile;u=130879 marc2k3]
+
| developer            = {{ha user|u=130879|name=marc2k3}}
 
| repository          = [https://github.com/marc2k3/foo_run_main Github]
 
| repository          = [https://github.com/marc2k3/foo_run_main Github]
| released            = 2022-08-16
+
| released            = {{start date and age|2021|01|10}}
 
| released_ref        =  
 
| released_ref        =  
 
| stable_release      = 1.0.1
 
| stable_release      = 1.0.1
Line 13: Line 13:
 
| preview_release      =  
 
| preview_release      =  
 
| preview_release_date =  
 
| preview_release_date =  
| foobar2000_minimum  = 2.0
+
| foobar2000_minimum  = 1.5
 
| foobar2000_maximum  =  
 
| foobar2000_maximum  =  
 
| foobar2000_ui_module =  
 
| foobar2000_ui_module =  
 
| use                  = Other
 
| use                  = Other
| license              = MIT License
+
| license              = [https://github.com/marc2k3/foo_cover_info/blob/main/LICENSE.md MIT License]
 
   
 
   
 
}}
 
}}
Line 35: Line 35:
 
== External links ==
 
== External links ==
 
* {{ha|https://hydrogenaud.io/index.php/topic,121952}}
 
* {{ha|https://hydrogenaud.io/index.php/topic,121952}}
* [https://marc2k3.github.io/component/run-main/ 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://github.com/marc2k3/run-main/releases Download]

Revision as of 06:12, 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