~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Transmission/Resources/Transmission.addin.xml.in

  • Committer: Christopher James Halse Rogers
  • Date: 2013-05-02 07:23:58 UTC
  • mfrom: (684.1.9 do-plugins)
  • Revision ID: chris@ed-20130502072358-ddn5oxyjngeearme
Merge long-awaited Transmission control plugin

Ported to Json.NET, as this has packages in the Debian and Ubuntu archives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="Transmission"
 
3
        namespace="Do"
 
4
        version="0.1"
 
5
        name="Transmission"
 
6
        description="Control Transmission torrent client."
 
7
        author="Mikhail Trishchenkov"
 
8
        category="Community"
 
9
        defaultEnabled="true"
 
10
    url="http://do.davebsd.com/wiki/Transmission_Plugin"
 
11
        >
 
12
 
 
13
        <Runtime>
 
14
                <Import assembly="Transmission.dll"/>
 
15
        </Runtime>
 
16
 
 
17
        <!--Localizer type="Gettext" catalog="gnome-do-plugins" location="@expanded_datadir@/locale" /-->
 
18
 
 
19
        <Dependencies>
 
20
                <Addin id="Universe" version="1.0" />
 
21
        </Dependencies>
 
22
 
 
23
        <Extension path="/Do/ItemSource">
 
24
                <ItemSource type="Transmission.TorrentItemSource" />
 
25
        </Extension>
 
26
        <Extension path="/Do/Action">
 
27
                <Action type="Transmission.TorrentStopAction" />
 
28
                <Action type="Transmission.TorrentStartAction" />
 
29
                <Action type="Transmission.TorrentVerifyAction" />
 
30
                <Action type="Transmission.TorrentLimitDownloadSpeedAction" />
 
31
                <Action type="Transmission.TorrentLimitUploadSpeedAction" />
 
32
                <Action type="Transmission.TorrentFileSetPriorityAction" />
 
33
                <Action type="Transmission.TorrentMarkForDownloadAction" />
 
34
                <Action type="Transmission.TorrentUnmarkForDownloadAction" />
 
35
                <Action type="Transmission.TorrentOperateAction" />
 
36
        </Extension>
 
37
</Addin>