Hi Everybody:
I use mp3tag in Linux plasma kde. I want to associate the directories so that they open with mp3tag. The application opens but not in the selected directory.
The command that I am using is:
wine '/home/diego/.wine/drive_c/Program Files (x86)/Mp3tag/Mp3tag.exe'
What would be the command you should use? or What parameters are missing for the working directory?
Florian
November 13, 2017, 3:11pm
#2
Hi Diego,
you can try this https://docs.mp3tag.de/command-line
Kind regards
— Florian
I try '/home/diego/.wine/drive_c/Program Files (x86)/Mp3tag/Mp3tag.exe /fp:%U'
but it does not work. I suppose it can be the slash like parameter
Florian
November 13, 2017, 4:35pm
#4
Have you tried with simply passing %U (if that's the placeholder for the working directory)?
Kind regards
— Florian
Yes, but it does not work either. I'm going to keep trying.
The placeholder for the working directory is %f
Thanks