I want code to right click context menu on a file and if it is a .mp4, then convert that to a .mp3 of the same name

also include an option to play faster by +25 +33 +50 or slower by -25 -33 -50 (in a sub menu)

I understand this is different depending on your system, so answer how to do it for the people who use the same system as you

  • deadcream@sopuli.xyz
    link
    fedilink
    arrow-up
    4
    ·
    5 days ago

    Even if a file manager doesn’t have this feature, you can probably get around that by adding a new .desktop file in ~/.local/share/applications that accepts specific MIME type and runs a script on “opened” files.

    • eldavi@lemmy.ml
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      5 days ago

      that’s the beautiful thing about linux; so many way to accomplish a goal and it you can do it at any experience level.

      the best part is that all of it is free and your solution is easily shareable through things like social media and source code repositories where people with more experience can improve upon your idea further. if your idea is REALLY good, it will become mainstream.