Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eonpatapon/gnome-shell-extension-transmission-daemon
gnome-shell indicator for transmission-daemon
https://github.com/eonpatapon/gnome-shell-extension-transmission-daemon
Last synced: 25 days ago
JSON representation
gnome-shell indicator for transmission-daemon
- Host: GitHub
- URL: https://github.com/eonpatapon/gnome-shell-extension-transmission-daemon
- Owner: eonpatapon
- Created: 2012-06-22T09:51:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T07:40:21.000Z (about 7 years ago)
- Last Synced: 2024-08-01T12:33:36.140Z (3 months ago)
- Language: JavaScript
- Size: 339 KB
- Stars: 40
- Watchers: 8
- Forks: 23
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - eonpatapon/gnome-shell-extension-transmission-daemon - gnome-shell indicator for transmission-daemon (others)
README
# ==================
# This project is not maintained here anymore
# Please check https://github.com/TheKevJames/gnome-shell-extension-transmission-daemon
# ==================# gnome-shell-extension-transmission-daemon
Monitor a remote transmission-daemon or transmission GTK app using its RPC interface.
This extension supports Gnome Shell DE, from version 3.4 up to 3.20
![Screenshot](https://github.com/eonpatapon/gnome-shell-extension-transmission-daemon/raw/master/screenshot.png)
![Add torrents](https://github.com/eonpatapon/gnome-shell-extension-transmission-daemon/raw/master/screenshot-add.png)
![Filter torrents by state](https://github.com/eonpatapon/gnome-shell-extension-transmission-daemon/raw/master/screenshot-filter.png)
## Installation
### Via extensions.gnome.org
https://extensions.gnome.org/extension/365/transmission-daemon-indicator/
### Manual installation
git clone git://github.com/eonpatapon/gnome-shell-extension-transmission-daemon.git
cd gnome-shell-extension-transmission-daemon
# For gnome-shell < 3.10 use the gnome-shell-3.8 branch
# For gnome-shell < 3.16 use the gnome-shell-3.14 branch
# For gnome-shell < 3.30 use the gnome-shell-3.18 branch
cp -r [email protected] ~/.local/share/gnome-shell/extensionsRestart the shell and then enable the extension.
## Configuration
### With the transmission daemon
Enable the RPC interface in ``/etc/transmission-daemon/settings.json``.
See https://trac.transmissionbt.com/wiki/EditConfigFiles for complete documentation.
Set the host/port settings in the extension configuration.
### With the GTK transmission application
In the preferences enable the web client.