I got tired of manually checking all the shows I'm watching for new episodes, therefore I hacked a small perl script which does the monitoring automatically. If a new episode shows up on the mainpage, it is automatically added to the edk client.
- the script requires an sql database to keep track of the episodes it has already seen. any DB that is supported in perl via DBD/DBI should do. see the create.sql file on how the table should look like. (maybe I'll chance this to just use a flat file in the future, that should make it easier for the user to handle)
- only edk client tested right now is mldonkey (mlnet). any client that has a telnet interface and understands the "dllink" command should do.
- see the edk-config.pl file for the definition of database and mlnet connection parameters
- the file seasons.tvu contains the IDs of seasons to monitor, followed by a tab and a comment. the path to this file is specified in the $cfg_season variable in the tvuwatch.pl file.
- has been developed & tested & used under linux, may run in windows too.
- start once a day or so via cron.
ok, here we go:
http://rapidshare.co...tvuwatch.tar.gz
enjoy.
Edited by imognimma, 30 September 2009 - 11:47 PM.





















