illustrate
Products            Buy            Support Forum            Registrations            Professional            About           
 

Windows 11: Explorer-Menue, right click on .flac :-: Default action

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vergiss Es

    • Oct 2025
    • 2

    #1

    Windows 11: Explorer-Menue, right click on .flac :-: Default action

    I would like to convince Windows to start "Edit ID Tags" on double click of a flac/mp3-file. If I select the program GetPopupInfo.exe dbpoweramp tells me, that this program can't run standalone.
    Is this possible?
  • Spoon
    Administrator
    • Apr 2002
    • 45427

    #2
    You have to call that program with --edit_tags_single="path and filename"
    Spoon
    www.dbpoweramp.com

    Comment

    • Vergiss Es

      • Oct 2025
      • 2

      #3
      Originally posted by Spoon
      You have to call that program with --edit_tags_single="path and filename"
      Well. I wrote a .bat script calling
      Code:
      "C:\Program Files\dBpoweramp\GetPopupInfo.exe" --edit_tags_single=%1
      and assigned that batch script to the "Open With" entry in the preference of an .flac file.
      Nevertheless, it results in the same error:Click image for larger version

Name:	Screenshot 2025-10-25 044927.png
Views:	21
Size:	5.9 KB
ID:	335760
      Note the difference of the command line argument "--edit_tags_singel" vs. "-edit_tags".

      If I run EditTags directly from right mouse click menu, it calls something like
      Code:
      "C:\Program Files\dBpoweramp\GetPopupInfo.exe" -edit_tags="C:\Users\...\AppData\Local\Temp\dBS-DF..." -centeronwnd=527354

      Comment

      • Spoon
        Administrator
        • Apr 2002
        • 45427

        #4
        -- not -
        Spoon
        www.dbpoweramp.com

        Comment

        Working...