summaryrefslogtreecommitdiff
path: root/jamos
AgeCommit message (Collapse)Author
2022-04-05Pick the first artist if multiple are availableJackson Taylor
If the artist has a comma in it, this will effect the path on *nix systems. For now, just split at the comma and then use the first result
2022-04-05Prefer mp3s when downloading filesJackson Taylor
2022-04-05Continue downloading if one video failsJackson Taylor
Now we separate out the urls into individual downloads so we can keep going if we get an error.
2022-04-05Use default paths if metadata isn't availableJackson Taylor
2022-04-05Handle download errors temporarilyJackson Taylor
2022-04-05pep8 fixesJackson Taylor
2022-04-05Pull playlist from command line argsJackson Taylor
2022-04-05Move files once done taggingJackson Taylor
2022-04-05Download and tag music filesJackson Taylor
2022-04-05Merge sort script and jamosJackson Taylor
I have had a script to organize files into their folders based on user input. I didn't want to lose these functions so I merged the two into the jamos script