Artist Index
ArtistIndex(subsonic, ignoredArticles, index=None)
Bases: Model
Object that holds all the info about an artist index.
Attributes:
Name | Type | Description |
---|---|---|
ignored_articles |
list[str]
|
Ignored articles in the index. |
index |
dict[str, list[Artist]] | None
|
Dictionary that holds the index, where the key is the index letter and the value a list of objects that holds all the info related with the artists in that are in the given index. |