Skip to content

barosl/flickr-music-player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A music player with Flickr backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages