Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch to (not updated) progress bar instead of notification #78

Merged
merged 2 commits into from
Sep 19, 2022

Conversation

nullket
Copy link
Collaborator

@nullket nullket commented Sep 17, 2022

This should close #73.

Instead of a notification ("Resolving..") with a fixed 5 s length, the plugin now shows the kodi background progress element. This background progress bar is similar to a notification (not a full screen, non blocking). As we have no progress update from yt-dlp we can not update this gui element with a real progress. On my tested skins this would not matter as a progress bar with 0 % still looks much better than a notification with 5 s which is still visible after the video has started.

But before we merge I would like to have somebody (e.g. GautamMKGarg) to test it.

@GautamMKGarg
Copy link

I found one issue while testing, otherwise it's working better than before.

#78 (review)

@nullket
Copy link
Collaborator Author

nullket commented Sep 18, 2022

Good catch! I added a try except which now also informs the user that there was an issue and where to find more information. On the downside the traceback would now be masked by the try block if not printed (or logged in our case) explicitly. Please test if it works as expected.

@GautamMKGarg
Copy link

It's working fine for me now. Thanks and good work

@nullket nullket merged commit 4a5f94e into firsttris:master Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long time of "Resolving Stream(s)" popup
2 participants