SkillAgentSearch skills...

Snip

Snip will get the artist, track, and album information from Spotify and iTunes, and save the information to a text file.

Install / Use

/learn @dlrudie/Snip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SNIP

Copyright 2012-2025 David Rudie d.rudie@gmail.com
Project Page: Snip

ABOUT

This small application sits in the system tray and updates a text file with the currently playing audio track.

It supports the following media players:

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 only use Spotify, 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, the files will be called Snip_Artist.txt, Snip_Track.txt, Snip_Album.txt, and Snip_History.txt (track history).

VARIABLES

There are a handful of variables you can use within the Output Settings.

These variables only affect the output of Snip.txt itself.

  • $$t = Track Title
  • $$ut = TRACK TITLE
  • $$lt = track title
  • $$a = Track Artist
  • $$ua = TRACK ARTIST
  • $$la = track artist
  • $$l = Track Album
  • $$ul = TRACK ALBUM
  • $$ll = track album
  • $$i = Spotify track ID
  • $$n = New line

HOTKEYS

  • Next Track: Ctrl, Alt, ]
  • Previous Track: Ctrl, Alt, [
  • Volume Up: Ctrl, Alt, + (iTunes Only)
  • Volume Down: Ctrl, Alt, - (iTunes Only)
  • Mute Track: Ctrl, Alt, M (iTunes Only)
  • Pause Track: Ctrl, Alt, P
  • Play/Pause Track: Ctrl, Alt, Enter (Pause iTunes Only)
  • Stop Track: Ctrl, Alt, Backspace (iTunes Only)

DONATIONS

Snip is free and always will be. However, if you'd like to support Snip donations are always greatly appreciated and all donations will go right back into making Snip even better. Thank you!

Related Skills

View on GitHub
GitHub Stars1.1k
CategoryDevelopment
Updated11d ago
Forks174

Languages

C#

Security Score

95/100

Audited on Mar 13, 2026

No findings