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

Like uri #138

Closed
wants to merge 17 commits into from
Closed

Like uri #138

wants to merge 17 commits into from

Commits on Jun 4, 2020

  1. Added option to list playlist tracks

    davidem authored and davidem committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    2098b47 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. replaced awk with standard bash

    davidem authored and davidem committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    083ca30 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Added check for jq.

    davidem committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    3249aa9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2020

  1. Added 'list mine' to list my playlists.

    Added 'user' authentication to make this possible.
    davidem authored and davidem committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    0e0b5ba View commit details
    Browse the repository at this point in the history
  2. Added 'list mine' line

    davidem authored and davidem committed Jun 7, 2020
    Configuration menu
    Copy the full SHA
    067fe3c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Added option to list and play on other devices

    davidem authored and davidem committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    3e2e466 View commit details
    Browse the repository at this point in the history
  2. Added options to 'help'

    davidem authored and davidem committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    6c35452 View commit details
    Browse the repository at this point in the history
  3. Added -v|--version similar to PR hnarayanan#64 from @ericmarkmartin, …

    …but with a separate variable at the top of the script and both shpotify and spotify version
    davidem authored and davidem committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    01c1646 View commit details
    Browse the repository at this point in the history
  4. Added 'list history' option, showing last 30 played songs.

    davidem authored and davidem committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    cddb9ac View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. Merge pull request #1 from davidem/connect

    Connect
    davidem authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    1d2ca3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from davidem/version

    Added -v|--version similar to PR hnarayanan#64 from @ericmarkmartin, but with a…
    davidem authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    eb95d6e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from davidem/history

    Added 'list history' option, showing last 30 played songs.
    davidem authored Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c7b6fb0 View commit details
    Browse the repository at this point in the history
  4. Fixed bug in jq output for 'showTrackList' function. Some songs have …

    …2 artists, screwing up csv output. Showing only first artist.
    davidem authored and davidem committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    1782f69 View commit details
    Browse the repository at this point in the history
  5. Updated Readme to explain user autherization a bit

    davidem authored and davidem committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    fdd18b8 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Added 'list liked' option, for both albums and songs.

    davidem authored and davidem committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    82e6875 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. Added 'likeURI' and 'showURIinfo' functions

    davidem authored and davidem committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    1fc9627 View commit details
    Browse the repository at this point in the history
  2. Added 'like' option to like tracks or albums. To check if a track or …

    …album is already liked, 'status liked' has been added.
    
    'list uri' now shows info for track-, album,- and playlist-uri's.
    davidem authored and davidem committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    aae74a4 View commit details
    Browse the repository at this point in the history