X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=doc%2Fsource%2Fdev%2Fmeta.rst;fp=doc%2Fsource%2Fdev%2Fmeta.rst;h=906a30091854b31b78e16765b34af4a42642fcbc;hb=9f19e8e14b600246881825e657758fdb5eb5b846;hp=0000000000000000000000000000000000000000;hpb=80a289f694f092b50d511db39976ebc5c1f58fbf;p=mpd-sima.git diff --git a/doc/source/dev/meta.rst b/doc/source/dev/meta.rst new file mode 100644 index 0000000..906a300 --- /dev/null +++ b/doc/source/dev/meta.rst @@ -0,0 +1,29 @@ +Track object Documentation +========================== + +.. automodule:: sima.lib.track + :members: + +Meta object Documentation +========================= + +Generic class and helper function +--------------------------------- + +.. autoclass:: sima.lib.meta.Meta(name, mbid=None, **kwargs) + :members: + :undoc-members: + +.. autofunction:: sima.lib.meta.is_uuid4 + +Derived objects +--------------- + +.. autoclass:: sima.lib.meta.Artist(name, mbid=None, albumartist=None, musicbrainz_artistid=None, musicbrainz_albumartistid=None) + :show-inheritance: + + +Exceptions +---------- + +.. autoclass:: sima.lib.meta.MetaException