Skip to content

Commit

Permalink
Merge pull request #7 from MartijnVogelaar/development
Browse files Browse the repository at this point in the history
New features: Podcast, Progress and Playback
  • Loading branch information
MartijnVogelaar authored Dec 5, 2020
2 parents 25747d9 + 9e4f849 commit fa178a3
Show file tree
Hide file tree
Showing 22 changed files with 865 additions and 83 deletions.
10 changes: 9 additions & 1 deletion KRunner-Spotify.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Settings]
MAX_RESULTS = 5
SPOTIFY_URL = https://open.spotify.com
ACCES_SCOPE = user-modify-playback-state user-read-playback-state
ACCES_SCOPE = user-modify-playback-state user-read-playback-state user-library-read user-library-modify user-read-playback-position user-top-read
CLIENT_ID = 4308514e1497441b9da05278342b8289
REDIRECT_URI = http://localhost:8888/callback
CACHE_PATH = ~/.cache/KRunnerSpotify/.cache
Expand All @@ -13,6 +13,9 @@ ADD_TO_QUEUE_COMMAND = Add
CURRENT_TRACK_INFO_COMMAND = TrackInfo
DECREASE_VOLUME_COMMAND = DecVol
EDIT_CONFIG_COMMAND = EditConfig
EPISODE_COMMAND = Episode
FAST_FORWARD_COMMAND = FastForward
FOLLOWED_PODCAST_COMMAND = FollowedPodcast
INCREASE_VOLUME_COMMAND = IncVol
LOGIN_COMMAND = Login
LOGOUT_COMMAND = Logout
Expand All @@ -24,7 +27,12 @@ PLAY_MY_PLAYLIST_COMMAND = myplaylist
PLAY_PLAYLIST_COMMAND = playlist
PLAY_SONG_BY_ARTIST_COMMAND = artist
PLAY_SONG_COMMAND = song
PODCAST_COMMAND = Podcast
PREVIOUS_COMMAND = Previous
RELOAD_CONFIG_COMMAND = ReloadConfig
REPEAT_COMMAND = Repeat
RESUME_COMMAND = Resume
REWIND_COMMAND = Rewind
SEEK_COMMAND = Seek
SHUFFLE_COMMAND = Shuffle
START_SPOTIFY_COMMAND = Spotify
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ The KRunner-Spotify plugin has a wide range of functionalities including:
See `USAGE.md` for an extensive guide.

## Future implementations:

* Support for Podcasts
* Control progress of a track
* Fast forward
* Rewind
* Move to a certain point in the track
* Control your own playlists
* Create
* Delete
Expand All @@ -63,10 +57,7 @@ See `USAGE.md` for an extensive guide.
* Search and play album by name
* Search and play album by artists name
* Play an artist besides just searching for songs by artist.
* Change playback style
* Shuffle
* Normal
* Repeat


## License
Distributed under the GPL-3.0 License. See `LICENSE` for more information.
Expand Down
Loading

0 comments on commit fa178a3

Please sign in to comment.