]> kaliko git repositories - mpd-sima.git/blob - doc/source/dev/meta.rst
Add cache/echonest to sphinx doc.
[mpd-sima.git] / doc / source / dev / meta.rst
1 Track object Documentation
2 ==========================
3
4 .. automodule:: sima.lib.track
5     :members:
6
7 Meta object Documentation
8 =========================
9
10 Generic class and helper function
11 ---------------------------------
12
13 .. autoclass:: sima.lib.meta.Meta(name, mbid=None, **kwargs)
14     :members:
15     :undoc-members:
16
17 .. autofunction:: sima.lib.meta.is_uuid4
18
19 Derived objects
20 ---------------
21
22 .. autoclass:: sima.lib.meta.Artist(name, mbid=None, albumartist=None, musicbrainz_artistid=None, musicbrainz_albumartistid=None)
23     :show-inheritance:
24
25
26 Exceptions
27 ----------
28
29 .. autoclass:: sima.lib.meta.MetaException