axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.12k stars 112 forks source link

How does downloading stream at start work #536

Closed Lux-Hue closed 1 year ago

Lux-Hue commented 1 year ago

I understand how I can tell tartube to download a stream when it starts, but does this also work when tartube detects (for the first time) a stream that has already begun? From my testing it seems it won't, but maybe I'm missing something. There's also no notification that a stream has begun in that situation.

axcore commented 1 year ago

Are you talking about this setting (in Edit > System preferences... > Operations > Actions) ?

livedetect

axcore commented 1 year ago

I could reproduce your problem, so I think you are talking about the setting in Edit > System preferences... > Operations > Actions.

There are some situations in which Tartube notices a change in the video's status (was not broadcasting, but is now broadcasting). But that message did not always reach the right place.

I re-designed the code to make sure that doesn't happen any more. All of my tests were successful, but feel free to re-open this issue, if you have any more problems.

Tartube v2.4.358 is only uploaded to Git/pypi at the moment, a full release will be ready in a few days.

Lux-Hue commented 1 year ago

yup, that's what I meant, it's working now, thank you very much!