Code Monkey home page Code Monkey logo

despotify's Introduction

$Id$

Despotify - the open source Spotify client
http://despotify.se/


Source code
~~~~~~~~~~
The latest version of the source code can be checked out from our Subversion repository
  $ svn checkout https://despotify.svn.sourceforge.net/svnroot/despotify despotify


Directories
~~~~~~~~~~~
The checked out source code contains a number of directories
  java/		This is where one of the available Java implementations go
  src/		This is where the C based client, library and Python bindings go
  web/		This is where the source code for our web site goes (http://despotify.se)


Build instructions for the simple client and library
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You'll need a few libraries to be able to build despotify
If you're running Debian/Ubuntu they can be installed with the following commands
  # aptitude install libssl-dev zlib1g-dev libvorbis-dev libtool
  # aptitude install libpulse-dev # For pulseaudio backend
  # aptitude install libgstreamer-plugins-base0.10-0 libgstreamer0.10-dev # For GStreamer backend
  # aptitude install libao-dev # For libao backend

If you encounter any problems, ask a friend or ask in the channel
#despotify on EFNet (example EFNet servers: irc.swepipe.se, efnet.xs4all.nl)


1. Goto the directory src/ where the despotify library and client is located
   $ cd src

2. Optionial (..because just running make will do this for you otherwise)
 - 2.1 Copy Makefile.local.mk.dist to Makefile.local.mk
       $ cp Makefile.local.mk.dist Makefile.local.mk

 - 2.2 Make local adjustments such as specifying additional path for where 
       the compiler's linker should look for libraries (modify LDFLAGS)
       or install to a different prefix (i.e. /usr/local instead of /usr)
       $ nano Makefile.local.mk

3. Run make
   $ make

4. Install
   $ sudo make install

5. You'll now have a client called 'despotify-simple' and a gateway called 'gateway'
   installed under ${INSTALL_PREFIX}/bin (usually this will be /usr/bin)


Also checkout
~~~~~~~~~~~~~
http://jotify.felixbruns.de/
- Felix Bruns' Java implementation of a Spotify compatible library and GUI client

http://github.com/nevyn/spot
- Nevyn's Spotify compatible client for the iPhone/iPod platform

http://www.spotify.com/
- Home of Spotify 


Final notes
~~~~~~~~~~~
This project is neither endorsed by nor associated with Spotify :-)

despotify's People

Contributors

auchter avatar avuton avatar simonkagstrom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

despotify's Issues

Segfault whan trying to play

I'm wondering if despotify is working because the site has been down for quite a long time and other free software clients have dissapeared too. I compiled this source code but can't play anything

search with no results

Running despotify on manjaro, installation was flawless, connection with no issues, but all I get after running a search is:

  ONLINE ap.gslb.spotify.com

any ideas on how I could troubleshoot this?

Support binary addon fork of XBMC for legal use of libspotify from despotify for Spotify client

Would you consider this feature request for you to add spotyxbmc2 as proof-of-concept Spotify binary addon for XBMC?

http://forum.xbmc.org/showthread.php?tid=67012

Arne Morten Kvarving (a.k.a. spiff, a.k.a. cptspiff) have forked XBMC and added binary addon support to it which is exacly what SpotyXBMC2 needs to run legally and be distributed precompiled, and he is looking for people to help him with his fork

Discussion about this with Spiff can be found here where he said that he could assist anyone interesting in coding this for his fork of XBMC notspiff/kodi-cmake#1

The actual fork of XBMC with binary addon interface support can be found here

https://github.com/notspiff/xbmc-cmake

Above account on GitHub and source code is his even though he announced his fork with his old username

http://lwn.net/Articles/571370/

Could not connect to server

I cannot connect to server, log says this:

(23:46:16) Initialized audio output
(23:46:16) Could not open configuration file
(23:46:25) thread_loop(): PAUSE, sleeping
(23:46:25) Could not connect to server.

I compilled client an hour ago.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.