Skip to content

ChristianHersevoort/libspotify-plusplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT
---------------------------

C++ wrapper for the libspotify api provided by spotify.

Dependencies
- libspotify 12.1.51 (as provided by spotify)
- boost c++ libraries


TODO (unordered collection of ideas for forthcoming work)
---------------------------

Spotify/Disc
 - be able to ask an album for the number of discs that it contains
 - be able to obtain a 'disc' object for each of them (with references to the tracks in parent album)

?? Cache raw pointers in look-up table, or associate userdata with them?
 - so that we can always return the same C++ handle for the same artist/track/album etc
   - i.e. when retrieving Album from a track, and from an ArtistBrowse 

Different behaviour on spottily objects while they are loading
 - throw exception?

Refactor IsLoading() as HasLoaded() to match libspotify
 - perhaps refactor all functions to more closely match libspotify api

"Loaded Callbacks" where supported

About

C++ Wrapper for libspotify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • C 1.0%