Changes between Version 3 and Version 4 of MovedToGitHub/EditConfigFiles
- Timestamp:
- Nov 26, 2008, 10:03:28 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/EditConfigFiles
v3 v4 11 11 Although, the Mac client allows you to set all preferences through the gui, I'll show you how you can switch the updater to use the nightly feed: 12 12 {{{ 13 defaults write org.m0k.transmission SUFeedURL http://transmission.xpjets.com/ZIP/13 $ defaults write org.m0k.transmission SUFeedURL http://transmission.xpjets.com/ZIP/ 14 14 }}} 15 15 (Note: These are untested snapshots. Use them with care.) … … 17 17 Use the following to reset the setting: 18 18 {{{ 19 defaults delete org.m0k.transmission SUFeedURL19 $ defaults delete org.m0k.transmission SUFeedURL 20 20 }}} 21 For more information, open up your terminal an type:21 For more information, open up your terminal and type: 22 22 {{{ 23 man defaults23 $ man defaults 24 24 }}} 25 25 … … 73 73 * '''rpc-password:''' String 74 74 * '''rpc-whitelist-enabled:''' Boolean (0-1) 75 * '''rpc-access-control-list:''' String (Comma-delimited list of IP addresses. Wildcards allowed using '*'. Example: "127.0.0.*,192.168.1.*", Default: "127.0.0.1" )76 75 * '''rpc-whitelist:''' String (Comma-delimited list of IP addresses. Wildcards allowed using '*'. Example: "127.0.0.*,192.168.1.*", Default: "127.0.0.1" ) 76 * '''rpc-access-control-list:''' String (Comma-delimited list of IP addresses. Wildcards allowed using '*'. Example: "127.0.0.*,192.168.1.*", Default: "127.0.0.1" ) '''DEPRICATED?''' 77 77 ==== Proxy ==== 78 78 * '''proxy-server-enabled:''' Boolean (0-1) … … 83 83 * '''proxy-username:''' String 84 84 * '''proxy-authentication:''' String 85 86 87 88 89 ==== GTK specific DELETE? ====90 * add-behavior-ipc : "copy"91 * add-behavior-standard : "copy"92 * debug-message-level : 393 * delete-original-torrent-files : 094 * download-dir : "\/home\/username\/torrents"95 * open-dialog-dir : "\/home\/username\/torrents"96 * recent-announce-url-0-announce : "http:\/\/some.site.net:6969\/announce"97 * recent-announce-url-0-tier : 098 * recent-announce-url-count : 199 * minimal-view : 0100 * prompt-before-exit : 1101 * prompt-for-download-directory : 0102 * notify-when-complete : 1103 * show-filter-bar : 1104 * show-filterbar : 1105 * show-notification-area-icon : 1106 * show-options-window : 0107 * show-status-bar : 1108 * show-statusbar : 1109 * show-toolbar : 1110 * show-tray-icon : 0111 * sort-column : "reverse-progress"112 * sort-mode : "sort-by-name"113 * sort-reversed : 0114 * start-added-torrents : 1115 * status-bar-stats : "session-transfer"116 * statusbar-stats : "total-transfer"117 * system-tray-icon-enabled : 1118 * trash-original-torrent-files : 0119 * tray-icon-enabled : 1120 * sched-begin : 480121 * sched-download-limit : 1025122 * sched-end : 180123 * sched-limit-enabled : 1124 * sched-upload-limit : 25125 126