AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Feat/schedule stream #125

Closed adibbin closed 7 years ago

adibbin commented 7 years ago

Description

Added feature for adding stream at certain time.

Important files to review

main.py

Screenshots

See also

Added a sleep in thread that shouldn't affect the program. Not sure how to handle the except for user input so it shows Scheduled stream widget.

mictab commented 7 years ago

@adibbin How does this work with timezones? Do they have to put all the times in UTC?

botronic commented 7 years ago

Is it possible to add the visual feedback gif? Or will that not work because of the delay?

@adibbin

adibbin commented 7 years ago

@kasim now using QTtimer and no delay parameter, better now? 😃

adibbin commented 7 years ago

@botronic according to @kaszim the _add_new_stream takes over and there's no time for the show_loading_gif() to run. I think the information window is enough for visual feedback. Or do you have any other solution in mind?