utility tools based on spotframework and fmframework
Go to file
2020-08-11 18:27:58 +01:00
config added stats console app 2019-12-20 00:35:18 +00:00
spotfm single time method, ms to string formatter, fixed track timing 2020-08-11 18:27:58 +01:00
.gitignore initial commit with counter and count playlist function 2019-10-03 21:12:43 +01:00
README.md update README 2020-02-22 18:27:45 +00:00
stats_cmd.py added stats console app 2019-12-20 00:35:18 +00:00
time_top_artists.py added timer methods, moved chart to top level, added artist timer script 2020-08-09 12:51:24 +01:00

spotfm

Utility functions sitting on top of spotframework and fmframework.

Track Chart Source

Spotframework playlist engine source pulling from track charts for a given standard Last.fm range.

Counter

Interface class across Spotify and Last.fm to count scrobbles of Spotify objects (Tracks, Albums, Artists, Playlists).

Stats

Simple CMD interface to wrap around Counter including basic reading from file for frequently used.

Chart

get_chart_of_spotify_tracks() function to return Last.fm track chart for given range as Spotify tracks. Used Spotify search API to retrieve Spotify tracks.