Skip to content

Commit

Permalink
6.5.0 Prep
Browse files Browse the repository at this point in the history
Updated README to include links to various players as well as for the
newly supported Google Play Music Desktop Player (I'm seriously tired of
typing this long title).
  • Loading branch information
dlrudie committed Jun 15, 2017
1 parent cefde5c commit 1cd8c3d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
CHANGES
=======
**v6.5.0 (2017-Jun-14):**
* Added support for Google Play Music Desktop Player
* Added option to toggle song text as how it appears, all upper case, or all
lower case. There are six new hidden variables to suppor this. They are:
$$ut, $$lt, $$ua, $$la, $$ul, $$ll

**v6.1.0 (2017-Jun-11):**
* Rewrote Spotify code to take advantage of the local web server instead of
searching for track information using Spotify's window title.
Expand Down
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ ABOUT
This small application sits in the system tray and updates a text
file with the currently playing audio track.

It supports Spotify, iTunes, Winamp, foobar2000, and VLC.
It supports the following media players:
* [Spotify](https://www.spotify.com/)
* [iTunes](https://www.apple.com/itunes/)
* [Winamp](http://www.winamp.com/)
* [foobar2000](http://www.foobar2000.org/)
* [VLC](http://www.videolan.org/vlc/)
* [Google Play Music Desktop Player](https://www.googleplaymusicdesktopplayer.com/)

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 @@ -28,6 +34,7 @@ SUPPORTED FEATURES FOR PLAYERS
* **Winamp:** Artist, Track
* **foobar2000:** Artist, Track
* **VLC:** Nothing (It uses whatever the titlebar says)
* **Google Play Music Desktop Player:** Artist, Track, Album, Artwork

WINAMP
======
Expand Down Expand Up @@ -79,6 +86,11 @@ 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.

GOOGLE PLAY MUSIC DESKTOP PLAYER
================================
Snip utilizes GPMDP's JSON API. Make sure "Enable JSON API" has a checkmark
next to it under Desktop Settings.

HOTKEYS
=======
* **Next Track:** Ctrl, Alt, ]
Expand All @@ -92,7 +104,8 @@ HOTKEYS

Note
----
Not all hotkeys work between Spotify, iTunes, Winamp, foobar2000, and VLC.
Not all hotkeys work between Spotify, iTunes, Winamp, foobar2000, VLC, and
Google Play Music Desktop Player.

DONATIONS
=========
Expand Down
4 changes: 2 additions & 2 deletions Snip/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("6.1.0.0")]
[assembly: AssemblyFileVersion("6.1.0.0")]
[assembly: AssemblyVersion("6.5.0.0")]
[assembly: AssemblyFileVersion("6.5.0.0")]

[assembly: NeutralResourcesLanguageAttribute("en-US")]
[assembly: CLSCompliant(false)]

0 comments on commit 1cd8c3d

Please sign in to comment.