CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 20:22:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100211192424
location: https://web.archive.org/web/20100211192424/https://github.com/noahwilliamsson/openspotify
server-timing: captures_list;dur=1.144407, exclusion.robots;dur=0.032947, exclusion.robots.policy;dur=0.014426, esindex;dur=0.017881, cdx.remote;dur=571.479151, LoadShardBlock;dur=376.855771, PetaboxLoader3.datanode;dur=133.930079, PetaboxLoader3.resolve;dur=169.163729
x-app-server: wwwb-app204
x-ts: 302
x-tr: 1011
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app204; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 20:22:20 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Thu, 11 Feb 2010 19:24:24 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "e1bee84d8b8e22a9ee27826522d2de0a"
x-archive-orig-x-runtime: 91ms
x-archive-orig-content-length: 31458
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Thu, 11 Feb 2010 19:24:24 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 22 Sep 2009 05:18:39 GMT", ; rel="prev memento"; datetime="Sun, 10 Jan 2010 05:35:32 GMT", ; rel="memento"; datetime="Thu, 11 Feb 2010 19:24:24 GMT", ; rel="next memento"; datetime="Thu, 18 Mar 2010 02:35:58 GMT", ; rel="last memento"; datetime="Thu, 07 Jan 2021 22:01:20 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_14_20100211173033_crawl103-c/51_14_20100211192154_crawl101.arc.gz
server-timing: captures_list;dur=0.834625, exclusion.robots;dur=0.032417, exclusion.robots.policy;dur=0.015377, esindex;dur=0.021481, cdx.remote;dur=59.404575, LoadShardBlock;dur=387.458782, PetaboxLoader3.datanode;dur=233.896985, PetaboxLoader3.resolve;dur=561.774172, load_resource;dur=597.726025
x-app-server: wwwb-app204
x-ts: 200
x-tr: 1130
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
noahwilliamsson's openspotify at master - GitHub
noahwilliamsson / openspotify
- Source
- Commits
- Network (8)
- Issues (4)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
README.txt
ABOUT ===== An attempt to write an ABI-compatible libspotify clone with technology from the despotify project. Most API calls in libspotify 0.0.3 are implemented. Some have stubs. See the STATUS topic below for more information. Questions? Post them to noah.williamsson at gmail.com DEVELOPMENT =========== The latest code can be pulled from https://github.com/noahwilliamsson/openspotify $ git clone git://github.com/noahwilliamsson/openspotify.git Once checked out, the latest version can be pulled using: $ git pull STATUS ====== Modules (from the below link) that are implemented so far are: https://developer.spotify.com/en/libspotify/docs/modules.html * Error Handling - Completed, but likely a bit buggy * Session handling - Completed * Links (Spotify URIs) - All but spotify:user: (playlist) URIs * Tracks subsystem - Completed * Album subsystem - Completed * Artist subsystem - Completed * Album browsing - Completed * Artist browsing - Completed * Toplist browsing - Completed * Image handling - Completed * Search subsysten - Completed * Playlist subsystem - Read-only (loading), no support for create/modify/remove playlists or tracks * User handling - Completed BUILDING ======== Project files for Microsoft Visual Studio C++, Apple Xcode aswell as a UNIX makefile are included. There are a few random notes in BUILDING.txt with additional information. BUGS ==== * Searches don't adhere to album and artist offset and count * No local data cache * GC of ref counted objects could have been done better and is likely buggy * Not all routines support multiple callbacks (different function ptrs and userdata) * The internal thread notification/message passing part is a bit messy.. DIRECTORIES =========== bindings/ - libspotify-sharp/ contains bindings for C# It's git submodule and needs to be checked out seperately: $ git submodule init $ git submodule update examples/ - Examples from libspotify-0.0.1.tar.gz with makefiles modified to link against libopenspotify. include/ - The API header file spotify/api.h libopenspotify/ - The libspotify clone, built as a shared library on Unix and with static and shared (.DLL) release and debug targets on Windows openspotify-simple/ - Test code that simply logs in and out twice - Pretty much useless and should be removed win32/ - Bundled openssl and zlib headers and libraries for Windows ACKNOWLEDGEMENTS ================ This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (https://www.OpenSSL.org/) This product uses a SPOTIFY API but is not endorsed, certified or otherwise approved in any way by Spotify. Spotify is the registered trade mark of the Spotify Group.