adhamali450 / spotify-music-tagging

Fetches metadata for a whole downloaded discography using Spotify API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify Music Tagging logo

Spotify Music Tagging

Fetches the metadata for locally downloaded music with no metadata (Unkown Album / Unknown Artist)

Currently, you give it an artist directory that has their albums inside and it recursively look for songs and then tags them.

Screenshots

Sample run

Features

  • Fetch metadata for a whole discography
  • Verbose logging (check to the screenshots)
  • Efficient search mechanisms

Upcoming work

  • High level functions for various tasks (Get info for a whole artist, an ablum or even a song)
  • Rich CLI for various tasks mentioned above
  • Flexibility to be integrated with other projects (Youtube downloaders, etc...)
  • Flexibility to be used by a backend application

Installation

  $python -m venv .venv
  $./.venv/Scripts/activate
  $pip install requirements.txt

Authors

Feedback

If you have any feedback, please reach out to us at adhamali_4500@outlook.com

About

Fetches metadata for a whole downloaded discography using Spotify API.


Languages

Language:Python 100.0%