== Database Commands
count <locate> -> fetch_object
find <locate> -> fetch_songs
+findadd <locate> -> fetch_nothing
list <str> [<locate>] -> fetch_list
listall [<str>] -> fetch_database
listallinfo [<str>] -> fetch_database
lsinfo [<str>] -> fetch_database
search <locate> -> fetch_songs
update [<str>] -> fetch_item
+rescan [<str>] -> fetch_item
== Sticker Commands
sticker get <str> <str> <str> -> fetch_item
# Database Commands
"count": self._fetch_object,
"find": self._fetch_songs,
+ "findadd": self._fetch_nothing,
"list": self._fetch_list,
"listall": self._fetch_database,
"listallinfo": self._fetch_database,
"lsinfo": self._fetch_database,
"search": self._fetch_songs,
"update": self._fetch_item,
+ "rescan": self._fetch_item,
# Sticker Commands
"sticker get": self._fetch_item,
"sticker set": self._fetch_nothing,