Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playback history #803

Closed
wants to merge 57 commits into from
Closed

Playback history #803

wants to merge 57 commits into from

Commits on Jan 25, 2014

  1. Copy the full SHA
    850b023 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0cfd694 View commit details
    Browse the repository at this point in the history
  3. core: Add a bunch of TODOs

    adamcik committed Jan 25, 2014
    Copy the full SHA
    100b32a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2014

  1. Copy the full SHA
    d962277 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a431525 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. Copy the full SHA
    6490d5b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    99d581f View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d18bde View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a660524 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2014

  1. Copy the full SHA
    d1b9111 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd98ad8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2014

  1. audio: Add more TODOs

    adamcik committed Jan 30, 2014
    Copy the full SHA
    e4932c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2014

  1. Merge branch 'develop' into feature/audio-prep-work-for-gapless

    Conflict files fixed up to a state where tests pass again before commit.
    
    Conflicts:
    	mopidy/audio/actor.py
    	mopidy/audio/listener.py
    	tests/audio/test_actor.py
    	tests/audio/test_listener.py
    adamcik committed Jul 22, 2014
    Copy the full SHA
    2aeb87e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2014

  1. Checks for musicbrainz album ID and sets images to a list containing …

    …the corresponding URL
    ifosch committed Jul 27, 2014
    Copy the full SHA
    e9289ca View commit details
    Browse the repository at this point in the history
  2. Correct if .. is not None

    ifosch committed Jul 27, 2014
    Copy the full SHA
    1307336 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Merge pull request mopidy#802 from ifosch/697

    audio: Scanner adds images with the URL from musicbrainz album ID
    adamcik committed Jul 28, 2014
    Copy the full SHA
    2670d79 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Copy the full SHA
    acef38a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e73159d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bf75285 View commit details
    Browse the repository at this point in the history
  4. travis: Update tox env names

    jodal committed Jul 29, 2014
    Copy the full SHA
    e950cf5 View commit details
    Browse the repository at this point in the history
  5. docs: Add v0.20 changelog

    jodal committed Jul 29, 2014
    Copy the full SHA
    d9efb1f View commit details
    Browse the repository at this point in the history
  6. Merge pull request mopidy#801 from arjunrn/develop

    raspi: Workaround for RasPi selecting jack server.
    adamcik committed Jul 29, 2014
    Copy the full SHA
    1fd455a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    29019d9 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    0440703 View commit details
    Browse the repository at this point in the history
  9. docs: Update authors

    jodal committed Jul 29, 2014
    Copy the full SHA
    614dc93 View commit details
    Browse the repository at this point in the history
  10. docs: Add Mopidy-Banshee

    jodal committed Jul 29, 2014
    Copy the full SHA
    a470e0c View commit details
    Browse the repository at this point in the history
  11. docs: Add Mopidy-Bassdrive

    jodal committed Jul 29, 2014
    Copy the full SHA
    c519885 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    3f6a9ac View commit details
    Browse the repository at this point in the history
  13. docs: Add Mopidy-LeftAsRain

    jodal committed Jul 29, 2014
    Copy the full SHA
    2a28128 View commit details
    Browse the repository at this point in the history
  14. docs: Add Mopidy-Touchscreen

    jodal committed Jul 29, 2014
    Copy the full SHA
    27d4c89 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ad40a5a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2014

  1. Copy the full SHA
    514d836 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2014

  1. Copy the full SHA
    5d1dd1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request mopidy#680 from adamcik/feature/audio-prep-work-fo…

    …r-gapless
    
    audio: Preparation work for gapless playback support
    jodal committed Aug 2, 2014
    Copy the full SHA
    4f34f01 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2014

  1. zeroconf: Fix intermittent dbus/avahi exception

    This fixes an issue where I sometimes would get an error from dbus
    'Unable to guess signature from an empty list'. After some digging
    and checking the avahi dbus specs I found they expect the text list
    to have a signature of 'aay' (an array of arrays containing bytes).
    So instead of using python lists we now use a 'typed' dbus array.
    
    It is not clear to me why this is a heisenbug, but this fix does
    seem to make it go away.
    adamcik committed Aug 3, 2014
    Copy the full SHA
    80f5c91 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    58b8506 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9260ae2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1e0569a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5dd2be5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into develop

    Conflicts:
    	docs/changelog.rst
    jodal committed Aug 3, 2014
    Copy the full SHA
    e982211 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    531b312 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f0f19eb View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    fb8b02c View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    88788fd View commit details
    Browse the repository at this point in the history
  11. audio: Improve GStreamer logging

    This adds an extra mopidy.audio.gst logger and moves the GStreamer logging to
    it. Additionally this adds more logging so we can likely get by with just
    mopidy logs in more cases.
    adamcik committed Aug 3, 2014
    Copy the full SHA
    b9879ef View commit details
    Browse the repository at this point in the history
  12. audio: Split out ouput handling from audio actor

    This also lays some basic ground work for handling multiple outputs.
    adamcik committed Aug 3, 2014
    Copy the full SHA
    d650c0b View commit details
    Browse the repository at this point in the history
  13. audio: Unify source handlers

    notify::source and setup-source are the same, just that setup-source is a
    convenience wrapper.
    adamcik committed Aug 3, 2014
    Copy the full SHA
    72ca1a7 View commit details
    Browse the repository at this point in the history
  14. audio: Split out proxy setup

    adamcik committed Aug 3, 2014
    Copy the full SHA
    4bfc5e7 View commit details
    Browse the repository at this point in the history
  15. audio: Refactor softwaremixer and audio interactions

    This rips the mixer bits and pieces that have been hiding in the audio actor to
    it's own class. The software mixer now only knows about this and nothing else
    from audio.
    adamcik committed Aug 3, 2014
    Copy the full SHA
    b8a0ca5 View commit details
    Browse the repository at this point in the history
  16. audio: Group playbin teardown/setup

    This makes it possible to see that we setup and teardown the same things. Also
    fixes disconnect on a signal we no longer listen to.
    adamcik committed Aug 3, 2014
    Copy the full SHA
    6b88b4f View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    fd9100a View commit details
    Browse the repository at this point in the history
  18. Merge pull request mopidy#814 from adamcik/feature/audio-actor-refactor

    mopidy.audio.actor refactoring and cleanups
    jodal committed Aug 3, 2014
    Copy the full SHA
    9182278 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    0400605 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    7a93fb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2014

  1. Copy the full SHA
    03f4330 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0181f8e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    814c37e View commit details
    Browse the repository at this point in the history