Brandon4466 3a227f4e9e gitPUSH
2023-06-04 22:14:27 -07:00
2022-12-14 22:07:25 -08:00
2023-05-25 17:25:20 -07:00
2023-06-04 22:14:08 -07:00
2023-01-21 00:48:00 -08:00
2023-03-04 01:58:18 -08:00
2023-01-11 11:16:31 -08:00
2023-01-10 17:07:27 -08:00
2023-01-11 11:16:31 -08:00
2023-01-14 15:05:00 -08:00
2023-06-04 22:14:08 -07:00
2023-05-25 17:25:20 -07:00
2023-01-10 17:07:27 -08:00
2023-05-25 17:25:20 -07:00
2023-06-04 22:14:08 -07:00

Spotify Canvas Downloader

Tool to get Canvas cover videos from Spotify tracks.

Try it out

Building

  • Clone the repository
    git clone https://github.com/Delitefully/spotify-canvas-downloader
    
  • Configure the env variables
    mv env.example .env
    
  • Build the image using Docker Compose
    docker-compose up
    

Development

Recompile protocol buffer proto (useful when upgrading protobuff):

protoc ./protos/canvas.proto  --python_out=./src/

Requires the Protocol Buffers package.

API

GET /api/canvas/:trackId

Returns

{
    "success": boolean
    "canvas_url": string, if success is 'true'
    "message": string, error message if success is 'false'
}
Description
Control Spotify remotely with a nice and functional touchscreen interface
Readme 762 KiB
Languages
Python 98.4%
Shell 1.3%
Dockerfile 0.3%