0.2.0 • Published 7 months ago

yt-librarian v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

You need an OPENAI_API_KEY environment variable, as that is used to parse and organize the metadata. You also need yt-dlp and ffmpeg installed.

If you have that, all you have to do is npx yt-librarian "<url>" and everything should work. You will get a correctly tagged mp3 file in your cwd.

Development

  1. Requirements

    You need Node.js installed on your system.

  2. Install packages

    Run npm install to install all neccesary packages.

  3. Run the application

    Run the script locally with npm start "<url>"