audio: Update audio taglist key documentation

This commit is contained in:
Thomas Adamcik 2014-12-27 23:28:19 +01:00
parent 656f7e976f
commit 5513cbcfb1
2 changed files with 10 additions and 2 deletions

View File

@ -35,3 +35,9 @@ Audio scanner
.. autoclass:: mopidy.audio.scan.Scanner .. autoclass:: mopidy.audio.scan.Scanner
:members: :members:
Audio utils
===========
.. automodule:: mopidy.audio.utils
:members:

View File

@ -142,9 +142,11 @@ def convert_taglist(taglist):
- Booleans - Booleans
Unknown types will be ignored and debug logged. Tag keys are all strings Unknown types will be ignored and debug logged. Tag keys are all strings
defined by GStreamer. defined as part GStreamer under GstTagList_.
:param :class:`gst.Taglist` taglist: A GStreamer taglist to be converted. .. _GstTagList: http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.36/gstreamer/html/gstreamer-GstTagList.html
:param gst.Taglist taglist: A GStreamer taglist to be converted.
:rtype: dictionary of tag keys with a list of values. :rtype: dictionary of tag keys with a list of values.
""" """
result = {} result = {}