Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-05 | Add cleanup function for json files | Jackson Taylor | |
2022-04-05 | Use music_output and cookies arguments | Jackson Taylor | |
2022-04-05 | Add argparse command line parser | Jackson Taylor | |
2022-04-05 | Add TODOS | Jackson Taylor | |
Mostly for install and how I want it to work in the future | |||
2022-04-05 | Remove unused functions and variables | Jackson Taylor | |
2022-04-05 | Add TODOS | Jackson Taylor | |
2022-04-05 | Handle invalid path values | Jackson 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-05 | Alphabetize functions | Jackson Taylor | |
2022-04-05 | Remove unused functions from old script | Jackson Taylor | |
These were starting to just take up space, so I removed them. | |||
2022-04-05 | Prevent empty dates from not tagging years | Jackson Taylor | |
2022-04-05 | Pick the first artist if multiple are available | Jackson 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-05 | Prefer mp3s when downloading files | Jackson Taylor | |
2022-04-05 | Continue downloading if one video fails | Jackson Taylor | |
Now we separate out the urls into individual downloads so we can keep going if we get an error. | |||
2022-04-05 | Use default paths if metadata isn't available | Jackson Taylor | |
2022-04-05 | Handle download errors temporarily | Jackson Taylor | |
2022-04-05 | pep8 fixes | Jackson Taylor | |
2022-04-05 | Pull playlist from command line args | Jackson Taylor | |
2022-04-05 | Move files once done tagging | Jackson Taylor | |
2022-04-05 | Download and tag music files | Jackson Taylor | |
2022-04-05 | Merge sort script and jamos | Jackson 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 |