theriley106 / Lyri.py

Program that allows you to backup your Youtube Music while also grabbing metadata and album artwork from Amazon's MP3 catalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyri.py

I am not responsible for any use of this program that break copyright. Only use this with songs that you currently own.

TotallyNotForMusic is a Python program that allows you to grab MP3 Files with correct MetaData with a single search.

This program does the following:

  • Searches Amazon MP3 for Music File
  • Scrapes Album Artwork and MetaData from Amazon
  • Searches Youtube for Top Result
  • Downloads Youtube Video using YoutubeDL and converts it to MP3
  • Pushes MetaData to the downloaded MP3 file
  • Renames File to "[Song] - [Artist]"
##Example Use
import Music
Music.SearchSong("buddy holly weezer")

About

Program that allows you to backup your Youtube Music while also grabbing metadata and album artwork from Amazon's MP3 catalog


Languages

Language:Python 100.0%