Text Display (foo_textdisplay)
Reply #112 –
You must mean the road map. If it was in the change log, it would have been implemented already.
At the moment you can only use the pre-defined command IDs which are just the standard commands defined in the foobar2000 SDK. Obviously they do not include any menu commands from third-party plugins. The plan is to let the user pick any ID they like, for example:$cmdlink(Run my favourite command,fav-cmd)
The user could then choose a menu command that is associated with the ID "fav-cmd".
I have chosen this way because the display name of a menu command does not need to be unique. It can even change depending on the context where the command is used. On the other hand the unique IDs that are internally assigned to every menu command are definitely not human-readable and I don't want to bother users with them.