summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-05Handle invalid path valuesJackson Taylor
When there are special characters like / and & it can cause jamos to break when renaming files. To handle this for now, I have just replaced these characters with no character.
2022-04-05Alphabetize functionsJackson Taylor
2022-04-05Remove unused functions from old scriptJackson Taylor
These were starting to just take up space, so I removed them.
2022-04-05Prevent empty dates from not tagging yearsJackson Taylor
2022-04-05Add LICENSE fileJackson Taylor
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-05Add requirements.txtJackson Taylor
I think this is all that is needed, everything else should be standard library
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-05Update READMEJackson Taylor
2022-04-05Ignore cookie fileJackson 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
2022-04-05Add gitignoreJackson Taylor
2022-04-05Remove unecessary scriptsJackson Taylor
2022-04-05Initial commitJackson Taylor