Skip to content

Commit

Permalink
Credit where due
Browse files Browse the repository at this point in the history
  • Loading branch information
David Rudie committed Jun 18, 2017
1 parent 8634ab9 commit 24e7343
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ Contributors
* Greek translation

* KingCrazy
* Fix for VLC player trimming titles prematurely
* Fix for VLC player trimming titles prematurely

* Jay Lapham (jaylapham)
* Added support for Quod Libet player
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGES
force Snip to bump up to the next major version. I also removed my name
from the registry path so it will now just be located under Snip.
* Fixed possible uppercase/lowercase issues based on user's locale setting.
* Added Quod Libet player support (Support added by Jay Lapham).

**v6.5.0 (2017-Jun-14):**
* Added support for Google Play Music Desktop Player
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ It supports the following media players:
* [foobar2000](http://www.foobar2000.org/)
* [VLC](http://www.videolan.org/vlc/)
* [Google Play Music Desktop Player](https://www.googleplaymusicdesktopplayer.com/)
* [Quod Libet](https://quodlibet.readthedocs.io/)

If you choose to use iTunes, Snip will automatically launch it. (This
is the behavior of the COM API and there's nothing I can do about it.) If you
Expand All @@ -35,6 +36,7 @@ SUPPORTED FEATURES FOR PLAYERS
* **foobar2000:** Artist, Track
* **VLC:** Nothing (It uses whatever the titlebar says)
* **Google Play Music Desktop Player:** Artist, Track, Album, Artwork
* **Quod Libet:** Nothing (It uses whatever the titlebar says)

WINAMP
======
Expand Down Expand Up @@ -86,6 +88,12 @@ determine if VLC is running. If the title bar is anything different then it
will not be found. If a track is currently playing when you start Snip you
just have to push stop and Snip will find VLC.

Quod Libet
==========
Snip looks for the window class "quodlibet" to determine if Quod Libet is
running. Once the window is found it will just read the titlebar and output
the text in it.

GOOGLE PLAY MUSIC DESKTOP PLAYER
================================
Snip utilizes GPMDP's JSON API. Make sure "Enable JSON API" has a checkmark
Expand Down

0 comments on commit 24e7343

Please sign in to comment.