mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
WIP open_plugins.rock viewer
OP allows you to use Open With.. to call plugins with parameters called directly it acts as a shortcut list for plugins open_plugins.rock interfaces with the open_plugin core When opened directly it acts as a viewer for the plugin.dat file this allows you to edit the paths and parameters for core shortcuts as well as your added plugins If a plugin is supplied to the viewer it is added to the dat file If instead the plugin has previously been added then it is run with the parameters you previously supplied ----------------------------------------------------------------------------- Added export to .opx files this allows shortcuts to plugins with parameters to be called from the file browser Change-Id: Ib8b05a60b049fb1d5881031ca09a07e3307d375a
This commit is contained in:
parent
96e1bb6556
commit
889bcc0f76
7 changed files with 936 additions and 0 deletions
|
@ -86,6 +86,11 @@ $(OVERLAYREF_LDS): $(PLUGIN_LDS)
|
|||
$(BUILDDIR)/credits.raw credits.raw: $(DOCSDIR)/CREDITS
|
||||
$(call PRINTS,Create credits.raw)perl $(APPSDIR)/plugins/credits.pl < $< > $(BUILDDIR)/$(@F)
|
||||
|
||||
$(BUILDDIR)/apps/plugins/open_plugins.opx:
|
||||
$(call PRINTS,MK open_plugins.opx) touch $< $(BUILDDIR)/apps/plugins/open_plugins.opx
|
||||
|
||||
$(BUILDDIR)/apps/plugins/open_plugins.rock: $(BUILDDIR)/apps/plugins/open_plugins.opx
|
||||
|
||||
# special dependencies
|
||||
$(BUILDDIR)/apps/plugins/wav2wv.rock: $(RBCODEC_BLD)/codecs/libwavpack.a $(PLUGIN_LIBS)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue