How to add custom menu items to quickly add custom labels


night encoder

When you right-click on a track in Foobar2000 (v1.2.8), a context menu appears with items such as Play, Transform, Utilities, Properties, etc.
I want to add a custom menu item that says "my command" and there should be internal menu items like "mark track as unique", "mark track as rare", etc.

So I have two questions:

  1. How to add custom menu items
  2. How to write a script to save something to keep track of metadata (for example, add a "unique" value to the annotation metadata field).
night encoder

Comrade Rollin on the foobar forum helped me:

Create a script using Masstagger - http://www.foobar2000.org/components/view/foo_masstag
: Right Click - > Tags - > Manage Scripts
To use a saved script: Right click - > Tags - > script -> ...

After that I can add hotkeys for quick access to the script.

Related


How to add custom menu items to quickly add custom labels

night encoder When you right-click on a track in Foobar2000 (v1.2.8), a context menu appears with items such as Play, Transform, Utilities, Properties, etc. I want to add a custom menu item that says "my command" and there should be internal menu items like "m

How to add custom items to NavigationView using menu layout?

Tim Rae: I've been trying to simplify some navigation drawer code by using a new class from the Android Design Support Library . This works fine if you just want the icon on the left, and the text on the right in the example of the documentation, but if I want

How to add custom items to NavigationView using menu layout?

Tim Ray I've been trying to simplify some navigation drawer code by using a new class from the Android Design Support Library . If you just want to put the icon on the left and the text on the right in the documentation's example it works fine, but if I want t

How to add custom items to NavigationView using menu layout?

Tim Rae: I've been trying to simplify some navigation drawer code by using a new class from the Android Design Support Library . This works fine if you just want the icon on the left, and the text on the right in the example of the documentation, but if I want

How to add icons to custom context menu items in Windows 7?

Izzy Related: How to add a program to the context menu of all files? I've created custom context menu items and it seems to work for all file types - even via shortcut links. (Selecting my custom option will act on the shortcut target instead of the .lnk file.

How to add custom keyboard shortcuts for nested menu items?

Jim This has been bugging me for several years. So in Mac OS X you can assign your own keyboard shortcuts (in System Preferences > Keyboard > Keyboard Shortcuts ) by typing the exact name of the menu item you want to bind the keystroke to . So what should you

How to Add Custom Items to Specific WordPress Menu Item Locations

Kabu I signed up and was shown a main menu with 4 links (Home, About, News, Blog). I want to add html (logo) between the second menu and the third menu, I want to know if it is possible. Here's a chart: About | Logo | News | Blog I was looking at the hook wp_n

How to add custom classes to Laravel Voyager menu items

Eddie I have main menu in Voyager with some items (navigation bar buttons). I output all items in blade view {{menu('main', 'bootstrap')}} The problem is that all items (navigation bar buttons) have the same appearance. I have custom classes for them in my st

How to add custom items to NavigationView using menu layout?

Tim Ray I've been trying to simplify some navigation drawer code by using a new class from the Android Design Support Library . If you just want to put the icon on the left and the text on the right in the documentation's example it works fine, but if I want t

How to add icons to custom context menu items in Windows XP?

Izzy related: How can I add a program to the context menu of all files? How to add icons to custom context menu items in Windows 7? The first linked question deals with how to add custom context menu options for all files. This has been tested in Windows XP an

How to add custom options to xfce4 menu items?

Goswami I noticed that XFCE4 has an option to start firefox in incognito mode: This firefox was installed from the Arch Linux repository. Can I do the same with the Firefox Nightly custom launcher in the /opt/firefox-nightly/ directory ? Goswami Items can be a

How to add custom items to NavigationView using menu layout?

Tim Rae: I've been trying to simplify some navigation drawer code by using a new class from the Android Design Support Library . This works fine if you just want the icon on the left, and the text on the right in the example of the documentation, but if I want

How to add icons to custom context menu items in Windows 7?

Izzy Related: How to add a program to the context menu of all files? I've created custom context menu items and it seems to work for all file types - even via shortcut links. (Selecting my custom option will act on the shortcut target instead of the .lnk file.

How to add custom keyboard shortcuts for nested menu items?

Jim This has been bugging me for several years. So in Mac OS X you can assign your own keyboard shortcuts (in System Preferences > Keyboard > Keyboard Shortcuts ) by typing the exact name of the menu item you want to bind the keystroke to . So what should you

How to add custom keyboard shortcuts for nested menu items?

username This has been bugging me for several years. So in Mac OS X you can assign your own keyboard shortcuts (in System Preferences > Keyboard > Keyboard Shortcuts) by typing the exact name of the menu item you want to bind the keystroke to. So what should y

Outlook AddIn to add custom menu items in emails

Ilya I've read about extending the user interface in Outlook 2010 , but I haven't been able to add a custom menu item to the context menu in an email as shown in the image below. Ilya Fortunately I found a solution. <contextMenus> <contextMenu idMso="Conte

Add custom fields to navigation menu items

Dave Woodhall I'm trying to add custom data to menu items (eg data-*properties) or dropdowns to select links targetetc. Through "Screen Options" we can get "Link Target", "Title Attribute", "CSS Class", "Link Relationship (XFN)" and "Description" (see screensh

Add custom fields to navigation menu items

Dave Woodhall I'm trying to add custom data to menu items (eg data-*properties) or dropdowns to select links targetetc. Through "Screen Options" we can get "Link Target", "Title Attribute", "CSS Class", "Link Relationship (XFN)" and "Description" (see screensh

Outlook AddIn to add custom menu items in emails

Ilya I've read about extending the user interface in Outlook 2010 , but I haven't been able to add a custom menu item to the context menu in an email as shown in the image below. Ilya Fortunately I found a solution. <contextMenus> <contextMenu idMso="Conte

Add custom fields to navigation menu items

Dave Woodhall I'm trying to add custom data to menu items (eg data-*properties) or dropdowns to select links targetetc. Through "Screen Options" we can get "Link Target", "Title Attribute", "CSS Class", "Link Relationship (XFN)" and "Description" (see screensh

Add custom fields to navigation menu items

Dave Woodhall I'm trying to add custom data to menu items (eg data-*properties) or dropdowns to select links targetetc. Through "Screen Options" we can get "Link Target", "Title Attribute", "CSS Class", "Link Relationship (XFN)" and "Description" (see screensh

Add custom fields to navigation menu items

Dave Woodhall I'm trying to add custom data to menu items (eg data-*properties) or dropdowns to select links targetetc. Through "Screen Options" we can get "Link Target", "Title Attribute", "CSS Class", "Link Relationship (XFN)" and "Description" (see screensh

How to add custom menu to actionBar

albert I am using an application with this structure: The app doesn't have an initial ActionBar, so I add it to each Activity's OnCreate in the following way: android.support.v7.widget.Toolbar barra =(android.support.v7.widget.Toolbar) getLayoutInflater().in

How to add custom menu to actionBar

albert I am using an application with this structure: The app doesn't have an initial ActionBar, so I add it to each Activity's OnCreate in the following way: android.support.v7.widget.Toolbar barra =(android.support.v7.widget.Toolbar) getLayoutInflater().in

How to add custom menu to actionBar

albert I am using an application with this structure: The app doesn't have an initial ActionBar, so I add it to each Activity's OnCreate in the following way: android.support.v7.widget.Toolbar barra =(android.support.v7.widget.Toolbar) getLayoutInflater().in

How to add custom menu to actionBar

albert I am using an application with this structure: The app doesn't have an initial ActionBar, so I add it to each Activity's OnCreate in the following way: android.support.v7.widget.Toolbar barra =(android.support.v7.widget.Toolbar) getLayoutInflater().in