Skip to content

JensDeLeersnyder/ItunesSpotifyMetaData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add metadata to songs from itunes and spotify

This program will try to recognize songs using the ShazamIO python package and get the album art. Spotify is used to get the Artist(s) using the official Spotify api. AlbumArtist, ReleaseYear, Genre, TrackNr from Apple Music website

Future of the project

I would like to add a GUI for the program. And try to fix all bugs in the program

Installation

Python dependencies

Required Pyton version >= Python 3.8.

The following command will install the packages according to the configuration file requirements.txt.

pip install -r requirements.txt

ffmpeg

Windows:

Then install ffmpeg this will allow you to use shazam in python

NOTE: You will need 7Zip to open this file

Link: Download ffmpeg

Installtion guide: Guide

Linux

Ubuntu:

sudo apt install ffmpeg

Fedora:

sudo dnf install ffmpeg

Arch:

Pacman -S ffmpeg

Spotify Credentials

You will need to create a spotify developer account and get your Credentials there

Running

To Run The program Execute The main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages