Hi guys, i addeded a MP3Tag button in the bar to open selected files with MP3Tag. well the problem is the next, when i select 4 out 5 files and i click the mp3tag button, it doese't open the selected files, it just open the file where the cursor its over.
Guys can u help me with this?
Image: https://ibb.co/4TVpKk5
Open selected files with a button program
Moderators: Hacker, petermad, Stefan2, white
Re: Open selected files with a button program
Well, you don't have any parameter in the Parameter field. Try %P%S in this field. Note that this seriously limits the number of files that can be (successfully) transferred to the called program (command line length limit). It's better to let TC create a list which is then processed by the called program. The latter must support list files, of course. I'm currently trying to find out if MP3tag supports it.
[ADD]
Doesn't look like MP3tag can understand a list file: https://docs.mp3tag.de/command-line/
Though I'm wondering how its context menu extension works with multiple selected files...
[/ADD]
Regards
Dalai
[ADD]
Doesn't look like MP3tag can understand a list file: https://docs.mp3tag.de/command-line/
Though I'm wondering how its context menu extension works with multiple selected files...
[/ADD]
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: Open selected files with a button program
It does not: https://docs.mp3tag.de/command-line/
Code: Select all
Start with directory
Mp3tag.exe /fp:"<full-qualified path to directory>"
Starts Mp3tag in the specified directory using the directory as working directory.
Start with file
Mp3tag.exe /fn:"<full-qualified file name>"
Starts Mp3tag with the specified file using the directory of the file as working directory.
Add directory or file
/add
Use this in combination with /fp or /fn to add files to the file list. Please note, that files are not automatically sorted when added to the file list.
Further Commands
Mp3tag is built as an interactive program, further commands are currently not planned.
Hoecker sie sind raus!
Re: Open selected files with a button program
2Sir_SiLvA
Yes, probably. Though this makes MP3tag add all files to its list. But that's apparently how things are handled.
Yes, probably. Though this makes MP3tag add all files to its list. But that's apparently how things are handled.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror