Beispiel #1
0
def _read_song(song):
    path = os.path.join(SONGS_LIBRARY_DIR, "songs", song.file_path)
    return parse_song(path)