marcderbauer / songcrawler

Crawl Spotify and Genius for all the songs of your favourite artist!
MIT License
0 stars 0 forks source link

refactor Music.album_folder() #23

Closed marcderbauer closed 1 year ago

marcderbauer commented 2 years ago

Currently returns the actual folder the files are in. Every time I call this method I want the folder/album_name or playlist_name.

Idea: rename to file_base_path and return folder/album_name (without .csv/.json)

Remember to refactor the rest of the code after

Created via Raycast

marcderbauer commented 1 year ago

Done as part of #9. Created a Path class which formats paths however you want them formatted