audio: Update audio taglist key documentation
This commit is contained in:
parent
656f7e976f
commit
5513cbcfb1
@ -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:
|
||||||
|
|||||||
@ -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 = {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user