After enjoying a lot of FOSS posts, I wanted to share this little utility I made to give back to the community (and to improve it haha)!

INB4: This program is experimental and has bugs. Is mainly used by me and a couple of friends so any issue on github or here is more than welcomed. Also suggestion, etc.

Contributions are more than appreciated

From the readme

TransTerm is an highly experimental text based graphical user interface to act on YouTube videos.

Being text based, this program runs even in the terminal.

TLDR Listing features:

  • Download any youtube video at the highest resolution by default in mp4 format
  • Is able to automatically convert the downloaded video both in mp3 or wav format
  • Playlist support for the above features including automatically rename the files using the video title and the channel name
  • Playlists organization in folders with resume support (aka check if files are already there with the same title and channel)
  • Transcribe a ssingle downloaded video using either: • Google Audio to Text • Google Audio to Text + Silence detection • Sphynx CMU (processed offline locally)

TLDR Working on:

  • Some kind of progress check so that it does not look stuck (especially in playlists)
  • Better error management (if i find other errors or you guys do)
  • Maybe channel support, I don’t know if ethically is ok

HUGE DISCLAIMER

This tool is ONLY for personal use and for permitted uses. I created this cause I needed a transcription tool and now I also use it to save playlists or songs offline for long trips. Don’t do that if you can’t.___

  • @[email protected]
    link
    fedilink
    English
    136 months ago

    For the screenshot you might want to use a terminal that doesn’t have bloom, a CRT filter, and a background, I genuinely can’t see the TUI.

    • The Cooking SenpaiOP
      link
      fedilink
      English
      7
      edit-2
      6 months ago

      Ye and in the terminal :) I find easier to copypaste and click buttons sometimes

      Late edit: and also great project, genuinely didn’t know it (using pytube)

  • @[email protected]
    link
    fedilink
    English
    56 months ago

    I was just looking for a good, local transcriber a few weeks back, thanks for the project!

  • @HamBrick
    link
    English
    26 months ago

    I just finished adding spotify support to my own version of this a couple days ago. Well done, looks far better than mine.

    • The Cooking SenpaiOP
      link
      fedilink
      English
      26 months ago

      curious! Send github :) If it’s in python, why not collab (i mean, in our free time)

      • @HamBrick
        link
        English
        15 months ago

        Warning: my code it not nearly as pretty or organized as yours, nor is it Object oriented in the way you’re supposed to do it. github link

      • @HamBrick
        link
        English
        15 months ago

        Sorry for completely forgetting to respond to this. Getting my stuff ready for github now, will report back with link

        • The Cooking SenpaiOP
          link
          fedilink
          English
          25 months ago

          I completely forgot too, incidentally I opened my Lemmy instance tonight and wow, what a timing. Looking at it (ps. thanks for the compliments!) ASAP , I am a little demotivated because I discovered JD2 does the exact thing of my software but well, at least mine is in the command line lol

          • @HamBrick
            link
            English
            15 months ago

            You do you, if I ever decide I need a challenge I’ll open a PR and see if I can adapt my code to work nicely with yours.