lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
198 stars 52 forks source link

Online status when not downloading #56

Open Odogwu3000 opened 1 year ago

Odogwu3000 commented 1 year ago

Currently the status show models Not Running when not downloading. There should also be a status for models online when not downloading. This way one can decide to restart the model downloading. Thanks

DerBunteBall commented 1 year ago

Not Running means the Thread is not Running.

Actually the design makes it not possible to do a status monitoring when a model is stopped for downloading. This would need a change in the organization of the Threads. Actually a model is Thread with status monitoring and downloading while a download runs monitoring is stopped. If the Thread is stopped nothing happens for this model.

@lossless1024 would need to decide to do tsomething like this.