diff --git "a/(+)\302\275 \342\230\206" "b/(+)\302\275 \342\230\206" new file mode 100644 index 0000000..b40e015 Binary files /dev/null and "b/(+)\302\275 \342\230\206" differ diff --git "a/(-)\302\275 \342\230\206" "b/(-)\302\275 \342\230\206" new file mode 100644 index 0000000..4a8dbfe Binary files /dev/null and "b/(-)\302\275 \342\230\206" differ diff --git a/Current Track Stuff/Current Track - Back 30 Seconds.applescript b/Current Track Stuff/Current Track - Back 30 Seconds.applescript new file mode 100644 index 0000000..2360aa1 --- /dev/null +++ b/Current Track Stuff/Current Track - Back 30 Seconds.applescript @@ -0,0 +1,16 @@ +tell application "iTunes" + if player state is playing then + --get the current track time: + set currTime to get player position + if currTime < 30 then + --go to start of the track: + set currSkip to 0 + else + --otherwise, skip backwards + set currSkip to currTime - 30 + end if + + set player position to currSkip --skip to new position + end if + +end tell \ No newline at end of file diff --git a/Current Track Stuff/Current Track - Display Lyrics with QS.scpt b/Current Track Stuff/Current Track - Display Lyrics with QS.scpt new file mode 100644 index 0000000..804e057 Binary files /dev/null and b/Current Track Stuff/Current Track - Display Lyrics with QS.scpt differ diff --git a/Current Track Stuff/Current Track - Play in QT7 @ 1.5x.scpt b/Current Track Stuff/Current Track - Play in QT7 @ 1.5x.scpt new file mode 100644 index 0000000..76ef65a Binary files /dev/null and b/Current Track Stuff/Current Track - Play in QT7 @ 1.5x.scpt differ diff --git a/Current Track Stuff/Current Track - Send Title to Clipboard.scpt b/Current Track Stuff/Current Track - Send Title to Clipboard.scpt new file mode 100644 index 0000000..4ca31d3 Binary files /dev/null and b/Current Track Stuff/Current Track - Send Title to Clipboard.scpt differ diff --git a/Current Track Stuff/Current Track - Skip 30 Seconds.applescript b/Current Track Stuff/Current Track - Skip 30 Seconds.applescript new file mode 100644 index 0000000..1c9b313 --- /dev/null +++ b/Current Track Stuff/Current Track - Skip 30 Seconds.applescript @@ -0,0 +1,17 @@ +tell application "iTunes" + if player state is playing then + -- length of current track: + set trackTime to duration of current track + --get the current position time: + set currTime to get player position + set currSkip to currTime + 30 + + -- checks if new position is greater than + -- length of track, and corrects it if it is: + if currSkip > trackTime then + set currSkip to trackTime + end if + + set player position to currSkip --skip to new position + end if +end tell \ No newline at end of file diff --git a/Current Track Stuff/Spotify + Itunes.scpt b/Current Track Stuff/Spotify + Itunes.scpt new file mode 100644 index 0000000..6f107da Binary files /dev/null and b/Current Track Stuff/Spotify + Itunes.scpt differ diff --git a/Spotify + Itunes + Vox + Swinsian WIP.scpt b/Spotify + Itunes + Vox + Swinsian WIP.scpt new file mode 100644 index 0000000..2862416 Binary files /dev/null and b/Spotify + Itunes + Vox + Swinsian WIP.scpt differ diff --git a/Spotify + Itunes + Vox.scpt b/Spotify + Itunes + Vox.scpt new file mode 100644 index 0000000..a434651 Binary files /dev/null and b/Spotify + Itunes + Vox.scpt differ diff --git a/Spotify + Itunes Next Track.scpt b/Spotify + Itunes Next Track.scpt new file mode 100644 index 0000000..dc63e1f Binary files /dev/null and b/Spotify + Itunes Next Track.scpt differ diff --git a/Spotify + Itunes Previous Track.scpt b/Spotify + Itunes Previous Track.scpt new file mode 100644 index 0000000..0d75b6e Binary files /dev/null and b/Spotify + Itunes Previous Track.scpt differ diff --git a/Spotify + iTunes + Swinsian + Vox Notify 2016-05-06.scpt b/Spotify + iTunes + Swinsian + Vox Notify 2016-05-06.scpt new file mode 100644 index 0000000..eacfcfb Binary files /dev/null and b/Spotify + iTunes + Swinsian + Vox Notify 2016-05-06.scpt differ diff --git a/Spotify + iTunes Notify 10.6.scpt b/Spotify + iTunes Notify 10.6.scpt new file mode 100644 index 0000000..73dc661 Binary files /dev/null and b/Spotify + iTunes Notify 10.6.scpt differ diff --git a/Spotify + iTunes Notify 10.8 copy.scpt b/Spotify + iTunes Notify 10.8 copy.scpt new file mode 100644 index 0000000..5b148eb Binary files /dev/null and b/Spotify + iTunes Notify 10.8 copy.scpt differ diff --git a/Spotify + iTunes Notify 10.8.scpt b/Spotify + iTunes Notify 10.8.scpt new file mode 100644 index 0000000..aeadc8e Binary files /dev/null and b/Spotify + iTunes Notify 10.8.scpt differ diff --git a/Spotify + iTunes Notify 2016-05-04.scpt b/Spotify + iTunes Notify 2016-05-04.scpt new file mode 100644 index 0000000..0cd374f Binary files /dev/null and b/Spotify + iTunes Notify 2016-05-04.scpt differ diff --git a/Spotify - Song URL.scpt b/Spotify - Song URL.scpt new file mode 100644 index 0000000..e646ee3 Binary files /dev/null and b/Spotify - Song URL.scpt differ diff --git a/Spotify Next Track.scpt b/Spotify Next Track.scpt new file mode 100644 index 0000000..67cacf9 Binary files /dev/null and b/Spotify Next Track.scpt differ diff --git a/Spotify Notify.scpt b/Spotify Notify.scpt new file mode 100644 index 0000000..c083052 Binary files /dev/null and b/Spotify Notify.scpt differ diff --git a/Spotify Play+Pause.scpt b/Spotify Play+Pause.scpt new file mode 100644 index 0000000..8e79cb2 Binary files /dev/null and b/Spotify Play+Pause.scpt differ diff --git a/Spotify Previous Track.scpt b/Spotify Previous Track.scpt new file mode 100644 index 0000000..9f88913 Binary files /dev/null and b/Spotify Previous Track.scpt differ diff --git a/Swinsian Notify.scpt b/Swinsian Notify.scpt new file mode 100644 index 0000000..d6c6e25 Binary files /dev/null and b/Swinsian Notify.scpt differ diff --git a/Swinsian/Albumize.scpt b/Swinsian/Albumize.scpt new file mode 100644 index 0000000..f22f846 Binary files /dev/null and b/Swinsian/Albumize.scpt differ diff --git "a/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\205.scpt" "b/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\205.scpt" new file mode 100644 index 0000000..e0cebd1 Binary files /dev/null and "b/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\205.scpt" differ diff --git "a/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\206.scpt" "b/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\206.scpt" new file mode 100644 index 0000000..26ee12b Binary files /dev/null and "b/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\206.scpt" differ diff --git "a/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\206\342\230\206.scpt" "b/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..461462f Binary files /dev/null and "b/Swinsian/\342\230\205\342\230\205\342\230\205\342\230\206\342\230\206.scpt" differ diff --git "a/Swinsian/\342\230\205\342\230\205\342\230\206\342\230\206\342\230\206.scpt" "b/Swinsian/\342\230\205\342\230\205\342\230\206\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..493fa86 Binary files /dev/null and "b/Swinsian/\342\230\205\342\230\205\342\230\206\342\230\206\342\230\206.scpt" differ diff --git "a/Swinsian/\342\230\205\342\230\206\342\230\206\342\230\206\342\230\206.scpt" "b/Swinsian/\342\230\205\342\230\206\342\230\206\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..493fa86 Binary files /dev/null and "b/Swinsian/\342\230\205\342\230\206\342\230\206\342\230\206\342\230\206.scpt" differ diff --git a/Vox Notify.scpt b/Vox Notify.scpt new file mode 100644 index 0000000..6efd781 Binary files /dev/null and b/Vox Notify.scpt differ diff --git "a/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\205.scpt" "b/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\205.scpt" new file mode 100644 index 0000000..d789d9c Binary files /dev/null and "b/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\205.scpt" differ diff --git "a/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\206.scpt" "b/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\206.scpt" new file mode 100644 index 0000000..b81cb23 Binary files /dev/null and "b/\342\230\205\342\230\205\342\230\205\342\230\205\342\230\206.scpt" differ diff --git "a/\342\230\205\342\230\205\342\230\205\342\230\206\342\230\206.scpt" "b/\342\230\205\342\230\205\342\230\205\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..7f8de6c Binary files /dev/null and "b/\342\230\205\342\230\205\342\230\205\342\230\206\342\230\206.scpt" differ diff --git "a/\342\230\205\342\230\205\342\230\206\342\230\206\342\230\206.scpt" "b/\342\230\205\342\230\205\342\230\206\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..a22f15c Binary files /dev/null and "b/\342\230\205\342\230\205\342\230\206\342\230\206\342\230\206.scpt" differ diff --git "a/\342\230\205\342\230\206\342\230\206\342\230\206\342\230\206.scpt" "b/\342\230\205\342\230\206\342\230\206\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..15c0c4f Binary files /dev/null and "b/\342\230\205\342\230\206\342\230\206\342\230\206\342\230\206.scpt" differ diff --git "a/\342\230\206\342\230\206\342\230\206\342\230\206\342\230\206.scpt" "b/\342\230\206\342\230\206\342\230\206\342\230\206\342\230\206.scpt" new file mode 100644 index 0000000..fbfc518 Binary files /dev/null and "b/\342\230\206\342\230\206\342\230\206\342\230\206\342\230\206.scpt" differ