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

Player: re-add busy dialog on start #13699

Merged
merged 3 commits into from
Mar 29, 2018
Merged

Player: re-add busy dialog on start #13699

merged 3 commits into from
Mar 29, 2018

Conversation

FernetMenta
Copy link
Contributor

@FernetMenta FernetMenta commented Mar 26, 2018

  • brings back busy dialog
  • add new event for signalling start of audio and video streams
  • fix potential error pop-up in case of videoplayer was stopped.
  • move python callback OnPlayback.. to main thread

@FernetMenta FernetMenta added Type: Improvement non-breaking change which improves existing functionality v18 Leia labels Mar 26, 2018
@@ -187,6 +187,7 @@ bool CRetroPlayer::OpenFile(const CFileItem& file, const CPlayerOptions& options
RegisterWindowCallbacks();
SetSpeedInternal(1.0);
m_callback.OnPlayBackStarted(fileCopy);
m_callback.OnAVStarted(fileCopy);

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@FernetMenta
Copy link
Contributor Author

build errors unrelated

@FernetMenta FernetMenta merged commit 7a4609f into xbmc:master Mar 29, 2018
@FernetMenta FernetMenta deleted the busy branch March 29, 2018 06:39
@iz8mbw
Copy link

iz8mbw commented Mar 29, 2018

Hi @FernetMenta
is this PR related to https://trac.kodi.tv/ticket/17819 ?

@Rechi Rechi added this to the Leia 18.0-alpha2 milestone Mar 29, 2018
ksooo added a commit that referenced this pull request Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement non-breaking change which improves existing functionality v18 Leia
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants