Blue9 / AudioJack

:sound: A smart YouTube-to-MP3 converter that automatically finds and adds metadata/ID3 tags (artist, title, album, cover art) to downloaded MP3 files.
34 stars 18 forks source link

Adding better handling for CLI and downloading. #1

Closed samirbaaz closed 7 years ago

samirbaaz commented 8 years ago

Added functionality to pass in path to download function. Added in CLI args so you can run this from the prompt. Making sure that the artist title is being saved in get_artist_title. Would prefer this is not a global variable but don't want to make sweeping changes at this time.