Celery taskbus¶
Tasks¶
Error
It currently isn’t possible to document this module, as docstrings of tasks appear to be discarded.
Utilities¶
-
class
mandarin.taskbus.utils.MutagenParse(album: Album, song: Song)¶ A sanitizer and container class for data returned in the
mutagen.Tagsformat.-
class
Album(title: Optional[str], artists: List[str])¶ -
-
class
Song(genre: Optional[str], title: Optional[str], year: Optional[int], disc_number: Optional[int], track_number: Optional[int], artists: List[str], composers: List[str], performers: List[str])¶ -
-
static
single_integer(tag: Dict[str, List[str]], key: str, default: Optional[Any] = None, error: Optional[Any] = None) → Any¶
-
class