SwagLyrics / SwSpotify

Cross-platform library to get the currently playing song and artist from Spotify w/o using the API or the internet. Very fast.
MIT License
86 stars 12 forks source link

Don't launch spotify if it ain't playing #26

Closed MatejMecka closed 3 years ago

MatejMecka commented 3 years ago

Title describes it all. The pain for waiting for spotify to open shall no more exist with this PR

pep8speaks commented 3 years ago

Hello @MatejMecka! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-11-29 19:20:35 UTC
codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (ef1b86a) into master (c19a19a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   73.33%   73.33%           
=======================================
  Files           3        3           
  Lines         135      135           
  Branches       12       12           
=======================================
  Hits           99       99           
  Misses         32       32           
  Partials        4        4           
Impacted Files Coverage Δ
SwSpotify/spotify.py 76.19% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c19a19a...f7a7b6d. Read the comment docs.

aadibajpai commented 3 years ago

thanks! <3