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 basic search support #13

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open

add basic search support #13

wants to merge 27 commits into from

Commits on Aug 29, 2013

  1. commands un/watched added

    mekanics committed Aug 29, 2013
    Configuration menu
    Copy the full SHA
    05ef3b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2013

  1. Configuration menu
    Copy the full SHA
    6d097ef View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2014

  1. add basic search support

    ygelfand committed Jul 6, 2014
    Configuration menu
    Copy the full SHA
    2aeed22 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2014

  1. fix merge conflict

    ygelfand committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    dabfbdb View commit details
    Browse the repository at this point in the history
  2. rework to not use class_eval

    ygelfand committed Nov 22, 2014
    Configuration menu
    Copy the full SHA
    a0e874e View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2014

  1. Bumped version

    Philipp Böhm committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    739cab2 View commit details
    Browse the repository at this point in the history
  2. Changed travis ruby versions

    Philipp Böhm committed Dec 5, 2014
    Configuration menu
    Copy the full SHA
    fd72252 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2015

  1. Configuration menu
    Copy the full SHA
    771bcaf View commit details
    Browse the repository at this point in the history
  2. Add missing require

    bok- committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    b4eecf7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2698901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c24410 View commit details
    Browse the repository at this point in the history
  5. Add support for players.

    bok- committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    d9325ab View commit details
    Browse the repository at this point in the history
  6. Missed a thing

    bok- committed Feb 28, 2015
    Configuration menu
    Copy the full SHA
    8b1731b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2015

  1. Correct URI escape

    Use URI escape to remove spaces from URL.
    jodyalbritton committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    0f2bc09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ekosz#17 from jodyalbritton/patch-2

    Correct URI escape for the player name
    pboehm committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    c0992c1 View commit details
    Browse the repository at this point in the history
  3. Bumped version to 1.5.3

    pboehm committed Jul 23, 2015
    Configuration menu
    Copy the full SHA
    981dd17 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Add support for reading Music sections

    Adds Artist, Album, and Track classes. Album and Artist are added as
    supported Directory types in Parser.
    rspeicher committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    d9ecc4d View commit details
    Browse the repository at this point in the history
  2. Add Medias to Track

    rspeicher committed Aug 15, 2015
    Configuration menu
    Copy the full SHA
    94b08e8 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. feat: add support for refreshing section

    Josh Cano committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    d235072 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. use https, ignore cert

    decrypted committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    6d41407 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2016

  1. Merge pull request ekosz#1 from joshcano/master

    feat: add support for refreshing section
    decrypted committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    d107262 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ekosz#2 from tsigo/rs-music-support

    Rs music support
    decrypted committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    8083577 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ekosz#3 from bok-/master

    Add Player and Status
    decrypted committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    9f96647 View commit details
    Browse the repository at this point in the history
  4. Merge pull request ekosz#4 from mekanics/watched_unwatched

    Watched unwatched
    decrypted committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    8b5ed5b View commit details
    Browse the repository at this point in the history
  5. Merge pull request ekosz#5 from ygelfand/master

    add basic search support
    decrypted committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    e69f1e6 View commit details
    Browse the repository at this point in the history
  6. update test urls to https

    decrypted committed Dec 10, 2016
    Configuration menu
    Copy the full SHA
    dd496c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. call URI.open

    ygelfand committed Jul 11, 2021
    Configuration menu
    Copy the full SHA
    b2067e9 View commit details
    Browse the repository at this point in the history