Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: No audio for Spotify app

  1. #1
    Join Date
    Dec 2010
    Posts
    7

    Default No audio for Spotify app

    I've made a spotifyapp that, except for playback, is pretty functional.

    I can't seem to get the playback to work so if anyone has experience in streaming music over http using a python server, please let me know. It's the last bit needed before the first version of the app is done.

  2. #2

    Default

    Quote Originally Posted by leXorNet View Post
    I've made a spotifyapp
    That's great news! (except the audio not working bit). Whilst I cannot help you in anyway I do hope someone else can soon!

  3. #3
    Join Date
    Jul 2010
    Location
    Sussex, UK
    Posts
    942

    Default

    WOW! fantastic news!!! can't wait!

    you've beaten boxee to it then - and they have $26.5m of funding behind them.
    Boxee Box > HDMI > HDTV
    2 x HTPC (boxee 0.9) > HDMI > HDTV
    2 x 8TB NAS

  4. #4

    Exclamation

    Quote Originally Posted by leXorNet View Post
    I've made a spotifyapp that, except for playback, is pretty functional.

    I can't seem to get the playback to work so if anyone has experience in streaming music over http using a python server, please let me know. It's the last bit needed before the first version of the app is done.
    That's good to know May be you can try to get in touch with bartsidee www.bartsidee.nl , he might be able to help you. Good luck.

  5. #5
    Join Date
    Jul 2009
    Location
    Nynäshamn, Sweden
    Posts
    121

    Default

    From what I've learned is that you are not allowed to restream the audio according to the API license.

    That's why Servify has to play the audio and not Spy in my setup

    http://rockboxee.com/blog/spy-spotify-on-boxee.html

  6. #6
    Join Date
    Sep 2010
    Posts
    809

    Default

    Quote Originally Posted by rockboxee View Post
    From what I've learned is that you are not allowed to restream the audio according to the API license.

    That's why Servify has to play the audio and not Spy in my setup

    http://rockboxee.com/blog/spy-spotify-on-boxee.html
    You need spotify to handle this internally via their API. Boxee itself reached out a week ago or so when the public USA beta invites went out. They did this globally asking to port it.

    If you get this working, count us all in granted we can get an invite.

  7. #7
    Join Date
    Dec 2010
    Posts
    7

    Default

    Quote Originally Posted by rockboxee View Post
    From what I've learned is that you are not allowed to restream the audio according to the API license.

    That's why Servify has to play the audio and not Spy in my setup

    http://rockboxee.com/blog/spy-spotify-on-boxee.html

    Yea. I'm not talking about streaming in that sense. I'm not looking to violate their terms. My spotify client runs nativly on the Boxee Box. The problem is that the Boxee player software/API is very limited in what sources it accepts (a file or a stream basically). That's why, to be able to play anything, the client have to stream to itself (or access the audio hardware directly, which seems less doable) :P

  8. #8
    Join Date
    Apr 2009
    Location
    Orbiting Venus
    Posts
    16,166

    Default

    Quote Originally Posted by neveroffline View Post
    Boxee itself reached out a week ago or so when the public USA beta invites went out.
    Are you talking about account invites or something else (developer invites??)
    They did this globally asking to port it.
    Boxee did this? How/where? What do you mean "globally"?

    I'm just very very curious as I'd love to see spotify on Boxee but I'm having a hard time understanding what you've posted (probably because I'm up in the middle of the night )

    BTW if anyone needs account invites, PM with your email address, I have quite a few...
    Note: This is a users' community forum. For official support, submit a Support Request.
    You can also find out how to Get Help or read the Boxee TV and Boxee Box Documentation.

    SageTV Server 7.1.x w/Gemstone and Plex Home Theater v0.9.9.7.146 w/PlexPass
    HD-PVR w/v1.5.6 drivers / Hauppauge IR blaster / FiOS Extreme HD / Motorola QIP6200 / SPDIF+720p Fixed Output
    on HP Media Center 8400F (Phenom 9500 QuadCore 2.2GHz, nVidia GeForce 8500 GT)
    via Olevia 247TFHD/Onyko TX-SR606/Harmony 550/HP MediaSmart EX490 WHS w/12TB
    Plex Media Server v0.9.7.22 on HP Touchsmart 600-1105xt
    Sonos Play:3, Connect / Simple.TV / Roku 2 XS+Plex / iPhone 5 / iPad 2

    "Some people just aren't happy unless they're disappointed or angry."

  9. #9
    Join Date
    Jul 2009
    Location
    Nynäshamn, Sweden
    Posts
    121

    Default

    Quote Originally Posted by leXorNet View Post
    Yea. I'm not talking about streaming in that sense. I'm not looking to violate their terms. My spotify client runs nativly on the Boxee Box. The problem is that the Boxee player software/API is very limited in what sources it accepts (a file or a stream basically). That's why, to be able to play anything, the client have to stream to itself (or access the audio hardware directly, which seems less doable) :P
    Cool. I've been trying to get a Spotify API working in Python.
    Out of interest, what do you use to talk to Spotify in python?

  10. #10
    Join Date
    Dec 2010
    Posts
    7

    Default

    Quote Originally Posted by rockboxee View Post
    Cool. I've been trying to get a Spotify API working in Python.
    Out of interest, what do you use to talk to Spotify in python?
    I use the great python wrapper for libspotify called pySpotify. I did some modifications to make it run on boxee and added some missing functionallity.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •