Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 662 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 662 Bytes

flickr-music-player: proof-of-concept music player with Flickr backend

Inspired by Flickr-FS and flickr-store.

Setup

Create static/flickr_keys.json file as like: (WARNING: it will be publicly served by web server!)

{
    "api_key": "<Flickr API Key>",
    "nsid": "<Flickr NSID>",
    "photoset_id": "<Photoset ID>"
}

flickr-music-player will load music files from specified photoset.

Use tools/convert.py to encode music file inside PNG file. Add it to Flickr photoset.

Execute run.py to run web server.