Changes between Version 3 and Version 4 of Scripts
- Timestamp:
- Dec 14, 2008, 1:14:41 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts
v3 v4 5 5 Thanks to the powerful [wiki:rpc], {{{transmission-remote}}} can talk to any client that has the rpc enabled. This means that a script written using {{{transmission-remote}}} or [wiki:rpc] can, without rewrite, comunicate with all the Transmission clients: GTK+ client, Mac client and the daemon. 6 6 7 Mac OS users may ask wether there will be Applescript scripts, the answer is no. Although Applescript is a nice technology, it's a pain to implement. But fear not! Mac OS X is a Unix after all, so any script you find here will also work on the Mac. Even from within Applescript, you can run these scripts by typing: {{{do shel script "path/to/script"}}}.7 Mac OS users may ask wether there will be Applescript scripts, the answer is no. Although Applescript is a nice technology, it's a pain to implement. But fear not! Mac OS X is a Unix after all, so any script you find here will also work on the Mac. Even from within Applescript, you can run these scripts by typing: {{{do shell script "path/to/script"}}}. 8 8 9 9 ''These will mainly be command-line scrips using the transmission-remote.''