I want to play selected files & folders via button in TC. Aimp's command for this is "ADD_PLAY" but how to set directory parameter to make the button work?
AIMP3 Command line switches
http://scriptogr.am/ukah/post/aimp3-command-line-switches
Aimp Button: play selected files & folders via "ADD
Moderators: Hacker, petermad, Stefan2, white
Parameter should work.
This is limited to 32767 characters.
AIMP doesn't seem to support filelists like some other players. To those you would pass the %L or @%L parameter.
Code: Select all
/ADD_PLAY %P%S
This is limited to 32767 characters.
AIMP doesn't seem to support filelists like some other players. To those you would pass the %L or @%L parameter.