SNIP
====
Copyright 2012-2015 David Rudie <d.rudie@gmail.com>
Project Page: [Snip](https://github.com/dlrudie/Snip)
ABOUT
=====
This is a small application that sits in the system tray and updates a text
file with the currently playing audio track.
It supports Spotify, iTunes, Winamp, foobar2000, and VLC.
If you choose to use iTunes then Snip will automatically launch iTunes. This
is the behavior of the COM API and there's nothing I can do about it. If you
only use Spotify then you don't have to worry about it.
To switch between players just right-click on the icon in the system tray.
Snip will write a generic format output to a file called Snip.txt within the
same folder as Snip.exe. If you choose to save information to separate files
then the files will be called Snip_Arist.txt, Snip_Track.txt, Snip_Album.txt,
and if you choose to save track history then it will be saved to a file
called Snip_History.txt.
SUPPORTED FEATURES FOR PLAYERS
------------------------------
* **Spotify:** Artist, Track, Album, Artwork
* **iTunes:** Artist, Track, Album, Artwork
* **Winamp:** Artist, Track
* **foobar2000:** Artist, Track
* **VLC:** Nothing (It uses whatever the titlebar says)