Repo in one folder, typos + additions, better layout (#105)

* fix #100

* typos and additions

* better layout for playlists

* typo typo and some changes

* was in the wrong line

* also changed path to avconv.exe
This commit is contained in:
°Kelvin R
2017-07-09 14:31:46 +02:00
committed by Ritiek Malhotra
parent b0c3627f51
commit a1544bc1c8
3 changed files with 10 additions and 10 deletions

View File

@@ -130,7 +130,7 @@ def feed_playlist(username):
# in rare cases, playlists may not be found, so playlists['next']
# is None. Skip these. Also see Issue #91.
if playlist['name'] is not None:
print(u'{0}. {1} ({2} tracks)'.format(
print(u'{0:>5}.| {1:<30} | ({2} tracks)'.format(
check, misc.fix_encoding(playlist['name']),
playlist['tracks']['total']))
links.append(playlist)