reorganize code

This commit is contained in:
rickybiscus
2017-01-09 10:45:12 +01:00
parent c6e9cc92e8
commit d9a18d41e3
2 changed files with 458 additions and 445 deletions

View File

@ -375,6 +375,7 @@ class SubsonicClient(libsonic.Connection):
def walk_genres(self):
"""
(ID3 tags)
Request all genres and iterate over each item.
"""
@ -385,6 +386,7 @@ class SubsonicClient(libsonic.Connection):
def walk_albums(self, ltype, size=None, fromYear=None,toYear=None, genre=None, offset=None):
"""
(ID3 tags)
Request all albums for a given genre and iterate over each album.
"""
@ -406,6 +408,7 @@ class SubsonicClient(libsonic.Connection):
def walk_album(self, album_id):
"""
(ID3 tags)
Request an album and iterate over each item.
"""