Ik I can use grep to find filenames with specific characters and then print that to a list but idk how to utilize said list to rename. I found another solution which’s using mv but couldn’t figure out how to make it work w subdirectories. I think using both grep and mv in unison’s the answer just idk how to do it. plz halp

    • sinextitan@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      9 hours ago

      I didn’t get my music from yt-dlp. and even if the source title contains special chars, yt-dlp uses chars that look the same but aren’t.

      edit: am aware of the feature but the one I mentioned does the job for me

      • thingsiplay@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        10 hours ago

        yt-dlp has an option to rename downloaded files to restrict to ASCII characters (and another option to restrict filename length). I usually use my own wrapper script around yt-dlp, but I guess you already have your own. So for that, you can use the option --restrict-filenames to “Restrict filenames to only ASCII characters, and avoid “&” and spaces in filenames”. See all options with man yt-dlp. Try it out.

        • sinextitan@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          10 hours ago

          Ik of yt-dlp being able to rename the media that I download using it. but I didn’t use it to get my music. plus it’s not a prob that I have w yt-dlp. even w/o yt-dlp using their same same but not same chars, Linux doesn’t mind ?,* and " in filenames. but I do like the feature as / does present probs.