Skip to content

Instantly share code, notes, and snippets.

View scientist1642's full-sized avatar

Zura Isakadze scientist1642

  • Tbilisi, Georgia
View GitHub Profile
@scientist1642
scientist1642 / Spot the Hijack
Created November 26, 2012 16:36 — forked from iolloyd/Spot the Hijack
Use Audio Hijack Pro to record Spotify tracks while you listen
* Script to record and tag spotify tracks, by Lloyd Moore *)
(* Make sure you are already recording in Audio Hijack Pro with a session called 'spotifySession' *)
tell application "Spotify"
set currentTrack to (current track)
set trackName to (name of currentTrack)
tell application "Audio Hijack Pro"
set theSession to my getSession()
end tell
repeat