A schedule feature is all I miss. Just imagine to have your
favorite shows recorded weither your at your mac or not.
Something similar to cron would be nice, like "Every Monday
between 21 and 22".
Yes, this is a good idea. However it raises some interesting coding
issues. StreamRipperX can be run from the Terminal so it can be
launched via cron, with an argument, e.g. length of time to record. A
GUI scheduler in the main app is fine, but you might then have to
leave the app running in the background, almost acting as a
daemon... if you quit the app, no recording! As a user, what would
you prefer? --simon
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=99606
Yes, this is a good idea. However it raises some interesting coding
issues. StreamRipperX can be run from the Terminal so it can be
launched via cron, with an argument, e.g. length of time to record. A
GUI scheduler in the main app is fine, but you might then have to
leave the app running in the background, almost acting as a
daemon... if you quit the app, no recording! As a user, what would
you prefer? --simon
Logged In: YES
user_id=959859
Where can I found a list of the command line parameters? I'm also
interested in doing this with a cron job.