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

Add support for multiple genres in tags #437

Closed
wants to merge 3 commits into from
Closed

Add support for multiple genres in tags #437

wants to merge 3 commits into from

Commits on Oct 25, 2013

  1. Add support for multiple genres in tags

    This converts the comma-delimited string into a list when writing tags
    and vice-versa when reading.
    This way it adds support for media browsers separating genres without
    breaking database storage or querying.
    pollyzoid committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    e3e72a4 View commit details
    Browse the repository at this point in the history
  2. Fix reading multiple tags

    Now actually converts the genre list into a comma-delimited string.
    pollyzoid committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    da1280e View commit details
    Browse the repository at this point in the history
  3. Fix reading tags on non-mp3 files

    Whoops. Last change broke tests because it incorrectly returned a list.
    pollyzoid committed Oct 25, 2013
    Configuration menu
    Copy the full SHA
    a2c53b1 View commit details
    Browse the repository at this point in the history