2MinhetNguyles / Chaturbate-Recorder-GUI

Chaturbate Recorder GUI for FFMpeg
43 stars 9 forks source link

auto refresh #5

Open specklesmike opened 4 years ago

specklesmike commented 4 years ago

The auto-refresh option is needed- The use of 600sec. This means you won't get IP banned but short enough if a stream goes offline and back on again to not miss too much. The auto-refresh needs to have some smarts to it because as the list of models get too long it will cause IP banning issues. The best way I thought of was to use an hourly refresh of the big list and then only refresh a shorted list every 600sec of the models that have been online in that hour. Eg if a model hasn't been online for weeks it's pointless refreshing that name every 600sec. You could also split that into 4lists, weekly, daily, hourly and finally every 5min. The weekly list might have 500names in it but the daily might end up with 100 the hourly only 50 and the 5min only 20 etc. Hope that idea helps with the next version and also nice work so far