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

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
(New Component page)
 
m
 
(2 intermediate revisions by one user not shown)
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.2
| stable_release_date  = 2022-08-30
+
| stable_release_date  = 2022-11-30
 
| preview_release      =  
 
| preview_release      =  
 
| preview_release_date =  
 
| preview_release_date =  
Line 17: Line 17:
 
| 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 pre 2.x foobar2000 releases]
 +
* [https://github.com/marc2k3/run-main/releases Download]

Latest revision as of 11:14, 5 March 2023

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