Skip to content

Commit de8f321

Browse files
committed
show playlist name over progress bar
1 parent b9403ad commit de8f321

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

exportify.png

431 Bytes
Loading

exportify.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def export_playlist_to_csv(playlist, output_dir):
4242
# Ensure the output directory exists
4343
os.makedirs(output_dir, exist_ok=True)
4444

45+
print(playlist['name'])
46+
4547
# Construct the file path
4648
playlist_filename = playlist['name'].replace(' ', '_').lower() + ".csv"
4749
file_path = os.path.join(output_dir, playlist_filename)

0 commit comments

Comments
 (0)