Browse Source

Added Readme

Thomas Buck 10 years ago
parent
commit
0a9f98378f
6 changed files with 13 additions and 0 deletions
  1. BIN
      PlayPauseiTunesInstacastVLC.scpt
  2. 13
    0
      README.md
  3. BIN
      SongLength.scpt
  4. BIN
      SongLengthRemaining.scpt
  5. BIN
      SongLyrics.scpt
  6. BIN
      SongName.scpt

BIN
PlayPauseiTunesInstacastVLC.scpt View File


+ 13
- 0
README.md View File

@@ -0,0 +1,13 @@
1
+# AppleScripts
2
+
3
+Most of these scripts usage is pretty self explanatory. For use with [GeekTool](http://projects.tynsoe.org/en/geektool/).
4
+
5
+### PlayPauseiTunesInstacastVLC
6
+
7
+I created an Automator System Service, bound to a global keyboard hotkey, which plays/pauses not only iTunes but also Instacast and VLC. Be aware that you have to create an Automator Workflow with a single "Run Shell Script" Block, which in turn opens the Script itself with osascript.
8
+
9
+It you create an AppleScript Block in Automator, the Script will not work as expected (if one of the Apps isn't running it will open).
10
+
11
+### trackchange.sh
12
+
13
+This Shell script is run by SongName.scpt whenever the current playing song changes. It will update my [Music Log](http://xythobuz.de/lastmusic).

BIN
SongLength.scpt View File


BIN
SongLengthRemaining.scpt View File


BIN
SongLyrics.scpt View File


BIN
SongName.scpt View File


Loading…
Cancel
Save