Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mp3download

Full-stack app for downloading YouTube audio as MP3s and editing local metadata.

Quick start

Backend:

cd myp3d-backend
python -m venv venv

Windows PowerShell:

.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
uvicorn main:app --reload --host 0.0.0.0 --port 8000

Frontend:

cd myp3d-frontend
npm install
npm run dev

Config

  • Backend: USE_SYSTEM_FFMPEG=true|false
  • Frontend: VITE_API_BASE_URL=http://localhost:8000

Structure

  • myp3d-backend/ FastAPI API
  • myp3d-frontend/ React + Vite UI
  • run/ helper scripts

About

YouTube to MP3 converter with metadata editing

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages