~ubuntu-branches/ubuntu/precise/moovida/precise

« back to all changes in this revision

Viewing changes to docs/api/elisa.plugins.ipod.models.IpodTrackModel.html

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2009-07-14 14:05:15 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090714140515-e8umtzznfvywkeow
Tags: 1.0.5-0ubuntu1
* New upstream release.
* Merge with Debian Experimental, remaining Ubuntu changes:
 - debian/rules: Python 2.6 transition.
  + Don't use site-packages
  + Move DEB_PYTHON_INSTALL_ARGS_ALL after the includes.
* Synchronize with pkg-gstreamer svn:
 - debian/copyright: Completely reworked and updated.
 - debian/rules:
  + Bumped standards version to 3.8.2; no changes required.
  + Added recommends on xdg-user-dirs-gtk and python-xdg so that media in
    standard locations will be located. 
  + Changed build-depend on python-central into python-support.
 - debian/python-moovida.preinst:
  + Added to handle the migration from python-central to python-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html
2
 
  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3
 
  "DTD/xhtml1-strict.dtd">
4
 
<html>
5
 
  <head>
6
 
    <title>API docs for &ldquo;elisa.plugins.ipod.models.IpodTrackModel&rdquo;</title>
7
 
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
8
 
    <link href="apidocs.css" type="text/css" rel="stylesheet" />
9
 
    <script src="sorttable.js" type="text/javascript"></script>
10
 
    
11
 
  </head>
12
 
  <body>
13
 
    <h1 class="class">Class e.p.i.m.IpodTrackModel(<a href="elisa.plugins.base.models.audio.TrackModel.html">TrackModel</a>):</h1>
14
 
    <p>
15
 
      <span id="part">Part of <a href="elisa.html">elisa</a>.<a href="elisa.plugins.html">plugins</a>.<a href="elisa.plugins.ipod.html">ipod</a>.<a href="elisa.plugins.ipod.models.html">models</a></span>
16
 
      
17
 
      <a href="classIndex.html#elisa.plugins.ipod.models.IpodTrackModel">View In Hierarchy</a>
18
 
    </p>
19
 
    <div>
20
 
      
21
 
    </div>
22
 
    <div>The IpodTrackModel represents a track on the ipod<table class="fieldTable"><tr class="fieldStart"><td class="fieldName">Instance Variables</td><td class="fieldArg">artist</td><td>artist name
23
 
 (type: <code>str</code>
24
 
)</td></tr><tr><td></td><td class="fieldArg">album</td><td>album name
25
 
 (type: <code>str</code>
26
 
)</td></tr><tr><td></td><td class="fieldArg">id</td><td>song id
27
 
 (type: <code>str</code>
28
 
)</td></tr><tr><td></td><td class="fieldArg">track_number</td><td>ipod internal song number
29
 
 (type: <code>str</code>
30
 
)</td></tr><tr><td></td><td class="fieldArg">title</td><td>song title
31
 
 (type: <code>str</code>
32
 
)</td></tr><tr><td></td><td class="fieldArg">path</td><td>song path
33
 
 (type: <a 
34
 
href="elisa.core.media_uri.MediaUri.html"><code>elisa.core.media_uri.MediaUri</code></a>
35
 
)</td></tr><tr><td></td><td class="fieldArg">filetype</td><td>song filetype
36
 
 (type: <code>str</code>
37
 
)</td></tr></table></div>
38
 
 
39
 
    
40
 
    
41
 
    <div id="splitTables">
42
 
      <table class="children sortable" id="id1607">
43
 
  
44
 
  <tr>
45
 
    <th>Line #</th>
46
 
    <th>Kind</th>
47
 
    <th>Name</th>
48
 
    <th>Docs</th>
49
 
  </tr>
50
 
<tr class="method">
51
 
    
52
 
    <td class="lineno">45</td>
53
 
    <td>Method</td>
54
 
    <td><a href="elisa.plugins.ipod.models.IpodTrackModel.html#__init__">__init__</a></td>
55
 
    <td><span class="undocumented">Undocumented</span></td>
56
 
  </tr>
57
 
  
58
 
</table>
59
 
      
60
 
        <p>
61
 
          Inherited from <a href="elisa.plugins.base.models.audio.TrackModel.html">TrackModel</a>:
62
 
        </p>
63
 
        <table class="children sortable" id="id1608">
64
 
  
65
 
  <tr>
66
 
    <th>Line #</th>
67
 
    <th>Kind</th>
68
 
    <th>Name</th>
69
 
    <th>Docs</th>
70
 
  </tr>
71
 
<tr class="basemethod">
72
 
    
73
 
    <td class="lineno">109</td>
74
 
    <td>Method</td>
75
 
    <td><a href="elisa.plugins.base.models.audio.TrackModel.html#get_album">get_album</a></td>
76
 
    <td><span>Return a deferred that will return the album containing the track as 
77
 
an</span></td>
78
 
  </tr><tr class="basemethod">
79
 
    
80
 
    <td class="lineno">118</td>
81
 
    <td>Method</td>
82
 
    <td><a href="elisa.plugins.base.models.audio.TrackModel.html#get_artists">get_artists</a></td>
83
 
    <td><span>Return a deferred that will return the list of artist names for the</span></td>
84
 
  </tr><tr class="basemethod">
85
 
    
86
 
    <td class="lineno">127</td>
87
 
    <td>Method</td>
88
 
    <td><a href="elisa.plugins.base.models.audio.TrackModel.html#get_playable_model">get_playable_model</a></td>
89
 
    <td><span>Return a deferred that will return an instance of</span></td>
90
 
  </tr>
91
 
  
92
 
</table>
93
 
      
94
 
        <p>
95
 
          Inherited from <a href="elisa.core.utils.bindable.Bindable.html">Bindable</a> (via <a href="elisa.plugins.base.models.audio.TrackModel.html">TrackModel</a>, <a href="elisa.core.components.model.Model.html">Model</a>):
96
 
        </p>
97
 
        <table class="children sortable" id="id1609">
98
 
  
99
 
  <tr>
100
 
    <th>Line #</th>
101
 
    <th>Kind</th>
102
 
    <th>Name</th>
103
 
    <th>Docs</th>
104
 
  </tr>
105
 
<tr class="basemethod">
106
 
    
107
 
    <td class="lineno">34</td>
108
 
    <td>Method</td>
109
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#bind">bind</a></td>
110
 
    <td><span>Bind a local <code>attribute</code> to 
111
 
<code>destination_attribute</code> of</span></td>
112
 
  </tr><tr class="basemethod">
113
 
    
114
 
    <td class="lineno">73</td>
115
 
    <td>Method</td>
116
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#unbind">unbind</a></td>
117
 
    <td><span>Remove the binding of <code>attribute</code> to 
118
 
<code>destination_attribute</code> of</span></td>
119
 
  </tr><tr class="basemethod">
120
 
    
121
 
    <td class="lineno">104</td>
122
 
    <td>Method</td>
123
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#unbind_object">unbind_object</a></td>
124
 
    <td><span>Remove all the bindings you have for a certain 
125
 
<code>destination_object</code>.</span></td>
126
 
  </tr><tr class="basemethod">
127
 
    
128
 
    <td class="lineno">118</td>
129
 
    <td>Method</td>
130
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#__setattr__">__setattr__</a></td>
131
 
    <td><span class="undocumented">Undocumented</span></td>
132
 
  </tr><tr class="basemethod">
133
 
    
134
 
    <td class="lineno">136</td>
135
 
    <td>Method</td>
136
 
    <td><a href="elisa.core.utils.bindable.Bindable.html#__delattr__">__delattr__</a></td>
137
 
    <td><span class="undocumented">Undocumented</span></td>
138
 
  </tr>
139
 
  
140
 
</table>
141
 
      
142
 
      
143
 
    </div>
144
 
    
145
 
    
146
 
    
147
 
 
148
 
    <div class="function">
149
 
  <a name="elisa.plugins.ipod.models.IpodTrackModel.__init__">
150
 
    
151
 
  </a>
152
 
  <a name="__init__">
153
 
    
154
 
  </a>
155
 
  <div class="functionHeader">
156
 
    
157
 
    def
158
 
    __init__(self, artist=None, album=None, song_id=None, nr=None, title=None, path=None, typ=None):
159
 
    
160
 
  </div>
161
 
  <div class="functionBody">
162
 
    <div class="interfaceinfo">overrides <a href="elisa.plugins.base.models.audio.TrackModel.html#__init__">elisa.plugins.base.models.audio.TrackModel.__init__</a></div>
163
 
    <div class="undocumented">Undocumented</div>
164
 
  </div>
165
 
</div>
166
 
    <address>
167
 
      <a href="index.html">API Documentation</a> for <a href="http://elisa.fluendo.com">Elisa Media Center</a>, generated by <a href="http://codespeak.net/~mwh/pydoctor/">pydoctor</a> at 2009-05-25 19:09:45.
168
 
    </address>
169
 
  </body>
170
 
</html>
 
 
b'\\ No newline at end of file'