Re: DA/FA/HF/* download script
If you let it finish, you can change the artist.
Also, you can create a newline-separated list of artists, and pass it into the program, and it will automatically iterate over the list. (Click the browse button one a plugin is selected)
I should really implement the stop button's function. However, program control is passed to the plugin when it's downloading an artist's files, so I'd need to implement some sort of standard control interface in each plugin to handle that, and I'm too lazy.
It's partially done already (there is a state command queue which is written to by the stop and pause buttons, and passed to the plugins), but since the plugins are procedural, I'd need to implement state checking at every step.
Edit - Ok, further docs are up.
Last edited by Fake_Name; 01-21-2010 at 11:15 PM.
|