Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 910 Bytes

spotify_metadata

This is a prototype for storing additional tag information against Spotify music.

It is intended to allow extra tagging of classical music.

It is currently split into a frontend, in www directory, and a rest api, in server directory, that talks to a local Postgress DB

If I ever get around to it this will be moved over to AWS with lambdas.

TODO

  • Implement save album tags
  • Clean up layout
  • Validate input - limit tag names to list from db
  • Complete as type for tag names and values
  • Useful error messages
  • Handle tracks
  • Add Aria labels etc
  • Migrate to aws
  • Sort out character set problems, eg in Pärt
  • Pact tests for the server?
  • Encode/decode parameters in urls
  • Prefix routes with /v1
  • Refesh access token

This project has been overtaken by Spotify introducing a tagging webpage so this project has been abandoned.