1. 29 Mar, 2011 3 commits
    • Simon Kagstrom's avatar
      playlist: Add despotify playlist plugin · a2574387
      Simon Kagstrom authored
      For spotify playlists or tracks. Uses a spt uri, so with mpc you can
      add playlists with
      
        mpc load spt://spotify:user:simon.kagstrom:playlist:3SUwkOe5VbVHysZcidEZtH
      a2574387
    • Simon Kagstrom's avatar
      input: Add despotify input plugin · 124d1a59
      Simon Kagstrom authored
      For Spotify tracks. Uses a spt URI, so with mpc you can play tracks
      with e.g.,
      
        mpc add spt://spotify:track:5qENVY0YEdZ7fiuOax70x1
        mpc play
      
      Uses the pcm_decoder_plugin for the output
      124d1a59
    • Simon Kagstrom's avatar
      despotify: Add support utilities · eec77b3a
      Simon Kagstrom authored
      Used to connect and authenticate to despotify. Provides a singleton
      session and a desptoify-track-to-tags function.
      eec77b3a
  2. 23 Mar, 2011 3 commits
  3. 19 Mar, 2011 2 commits
  4. 18 Mar, 2011 3 commits
  5. 16 Mar, 2011 4 commits
  6. 14 Mar, 2011 1 commit
  7. 09 Mar, 2011 2 commits
  8. 27 Feb, 2011 4 commits
  9. 25 Feb, 2011 1 commit
  10. 23 Feb, 2011 3 commits
  11. 22 Feb, 2011 1 commit
  12. 18 Feb, 2011 1 commit
  13. 15 Feb, 2011 1 commit
    • Christopher Brannon's avatar
      Insure proper initialization of stack-allocated struct. · 2a1f4539
      Christopher Brannon authored
      Version 1.0.0 of the libao library added a new field to the
      ao_sample_format struct.  It is a char * named matrix.  When
      an ao_sample_format is allocated on the stack, this field contains
      garbage.  The proper course is to insure that is initialized to NULL.
      NULL indicates that we do not want any mapping.
      The struct is now initialized using a static initializer, and this
      technique is compatible with all known versions of libao.
      2a1f4539
  14. 13 Feb, 2011 1 commit
  15. 09 Feb, 2011 3 commits
    • Thomas Jansen's avatar
      output/shout: add possibility to set url · 144d0926
      Thomas Jansen authored
      Added a new optional parameter for the shout plugin called "url".
      144d0926
    • Thomas Jansen's avatar
      general: whitespace cleanup · 948b8f35
      Thomas Jansen authored
      Remove trailing whitespace found by this command:
      find -name '*.[ch]' | xargs grep "[[:space:]]$"
      948b8f35
    • Thomas Jansen's avatar
      output/httpd: initialize unflushed_input · e776c605
      Thomas Jansen authored
      This fixes the following valgrind warning occuring on the first call of
      httpd_output_read_page:
      ==20124== Conditional jump or move depends on uninitialised value(s)
      ==20124==    at 0x425E65: httpd_output_read_page (httpd_output_plugin.c:240)
      ==20124==    by 0x426087: httpd_output_open (httpd_output_plugin.c:279)
      ==20124==    by 0x41D862: ao_open (output_plugin.h:206)
      ==20124==    by 0x41E133: audio_output_task (output_thread.c:590)
      e776c605
  16. 02 Feb, 2011 1 commit
  17. 31 Jan, 2011 1 commit
  18. 29 Jan, 2011 5 commits