~mordaroso/do-plugins/movierok

« back to all changes in this revision

Viewing changes to Resources/Movierok.addin.xml

  • Committer: Fabio Kuhn
  • Date: 2009-05-10 14:54:15 UTC
  • Revision ID: mordaroso@gmail.com-20090510145415-1jc0i9onyen0279g
Import from git and first changes to new do version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Addin
 
2
        id="movierok"
 
3
        namespace="Do"
 
4
        version="0.4"
 
5
        name="movierok"
 
6
        description="Search and play your movies using movierok.org."
 
7
        author="movierok team"
 
8
        category="Community"
 
9
        defaultEnabled="false"
 
10
  >
 
11
 
 
12
        <Runtime>
 
13
                <Import assembly="Movierok.dll"/>
 
14
        </Runtime>
 
15
 
 
16
        <Dependencies>
 
17
                <Addin id="Universe" version="1.0" />
 
18
        </Dependencies>
 
19
 
 
20
        <Extension path="/Do/Action">
 
21
                <Action type="Movierok.PlayAction"/>
 
22
        <Action type="Movierok.RemoteAction"/>
 
23
        </Extension>
 
24
        
 
25
        <Extension path="/Do/ItemSource">
 
26
                <ItemSource type="Movierok.RipSource" />
 
27
        </Extension>
 
28
 
 
29
</Addin>