tomkel / genify

Build spotify playlists from saved music based on their genre.

Home Page:https://tkel.ly/genify/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

genify

Build spotify playlists from saved music based on their genre.

Design

genify groups saved spotify songs into playlists based on their genre.

There are a couple properties in the Spotify Web API which appear to allow this. The album object has a genres property which would be sufficient, however not one of the albums in my library have this field populated.

The artist object also has a genres property. 90% of the artists in my library have this field populated. This is the current method genify uses to categorize tracks.

The EchoNest used to have a good API for this (the Artist/terms endpoint). Spotify has since bought them out and mostly integrated it into their current API.

About

Build spotify playlists from saved music based on their genre.

https://tkel.ly/genify/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 83.7%Language:JavaScript 12.3%Language:HTML 1.6%Language:Shell 1.2%Language:CSS 1.1%