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

mpd:Update protocol version to 0.19 #1213

Merged
merged 3 commits into from
Jul 8, 2015
Merged

mpd:Update protocol version to 0.19 #1213

merged 3 commits into from
Jul 8, 2015

Commits on Jul 5, 2015

  1. mpd:Update protocol version to 0.19

    Since mpd 0.19, it has concatenated multiple values using
    a ';' character. Mopidy has been using ', '. This makes mopidy
    use a ';' for all artist-related values.
    
    In mpd 0.18, multiple values were displayed as multiple lines in
    the output, hence this change bumps the mpd protocol version to
    0.19 to reflect the new behaviour.
    fatg3erman committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    1e46e9a View commit details
    Browse the repository at this point in the history
  2. mpd:Update protocol to 0.19

    Update tests to reflect new function names
    fatg3erman committed Jul 5, 2015
    Configuration menu
    Copy the full SHA
    a2f2d5f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. mpd:Update protocol to 0.19

    Address issues raised in review:
    Fix formatting by shortening function name to concat_multi_values
    Change comments and variable names to reflect generic nature of function
    Fix typos in tests
    Default to single quotes for strings
    fatg3erman committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    f3f140c View commit details
    Browse the repository at this point in the history