Age | Commit message (Collapse) | Author |
|
You can't pass a url and a file in the same invocation, so we print out
the usage and stop.
|
|
This way if someone were to have multiple playlists that they wanted to
download, all of the failed urls would get dumped to 1 file. Then they
could retry them all at once.
|
|
If the release date was None then it would break and not try to move the
file or anything
|
|
Do this with a function to remove all of the special characters I've
found so far.
|
|
You can pass a file now for all the retry links.
Now that I think of it though, I should just make it a file/url
parameter and then you can pass in either without the need for another
flag. You could also just create your own playlist file I guess.
|
|
|
|
Handle a unicode right quotation mark.
Handle stupid /s in file names that cause you to debug for an hour.
|
|
This replaces the need to read the json file each time, or do weird
stuff for the file name.
|
|
Save urls to file
Add try block around metadata value additions
|
|
|
|
|
|
|
|
Mostly for install and how I want it to work in the future
|
|
|
|
|
|
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.
|
|
|
|
These were starting to just take up space, so I removed them.
|
|
|
|
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
|
|
|
|
Now we separate out the urls into individual downloads so we can keep
going if we get an error.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|