2012-06-26, 17:32
mbw2001 with the updater I used API v2 which is now dead. If you look here https://github.com/mrkipling/maraschino/...updater.py it was adapted for v3. Might be helpful
(2012-06-28, 08:20)_Mikie_ Wrote: The one above they edited so I don't know what exactly is going on there. The original one from HTPC Manager should use the version.txt. I was just referencing the API because the original HTPC Manager uses the old API.
Is there a scheduler to check regularly for updates or is it all manual?
from apscheduler.scheduler import Scheduler
SCHEDULE = Scheduler()
SCHEDULE.add_interval_job(checkGithub, hours=6)
SCHEDULE.start()
(2012-07-04, 08:25)_Mikie_ Wrote: For everyone who used to use this I think that we are back to plus minus where we were before development stopped.
https://github.com/mbw2001/HTPC-Manager
(2012-07-05, 08:16)_Mikie_ Wrote: @SlackMaster Valid point. Maybe a chosen number with a "show more" to show everything?
(2012-07-05, 18:30)maruchan Wrote: Any chance that CouchPotato functionality will be included at some point? Would be great to have a single interface for managing everything.