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

Some minor bugs with VLC engine #1446

Closed
3 tasks done
derVedro opened this issue May 24, 2024 · 4 comments
Closed
3 tasks done

Some minor bugs with VLC engine #1446

derVedro opened this issue May 24, 2024 · 4 comments
Assignees

Comments

@derVedro
Copy link

derVedro commented May 24, 2024

  • I have checked the FAQ for answers.
  • I have checked the Changelog that the issue is not already fixed.
  • I believe this issue is a bug, and not a general technical issue, question or feature requests that can be discussed on the forum.

Describe the bug
As a temporary solution to #1443 I use VLC engine as backend. Two issues comes with that backend: the stop button is disabled and track position bar is disabled, so you can not seek into a specific part of the track.

UPDATE:
By the way, there is no scrobling with VLC engine.

System Information:

  • Operating system: Ubuntu 24.04
  • Strawberry Version: 1.0.23

Screenshot
Strawberry is playing a track but:
strawberry is playing a track

@jonaski
Copy link
Member

jonaski commented May 27, 2024

I can't reproduce any issues, tested both with alsa and pulseaudio as output. Progress bar works and stop is possible.

@jonaski
Copy link
Member

jonaski commented May 27, 2024

I suggest to run strawberry in a terminal to see any debug output from VLC.

@derVedro
Copy link
Author

derVedro commented May 28, 2024

I suggest to run strawberry in a terminal to see any debug output from VLC.

There is nothing special in console log. At least I don't see anything there from VLC:
https://pastebin.com/j4pRnR9u

And a grep for VLC in the strace, if you are interested:
https://pastebin.com/uN7LxXyQ

UPDATE: scrobbling works

@jonaski
Copy link
Member

jonaski commented May 30, 2024

The issue is:

04:47:20.674 WARN  unknown                          QObject::connect: Cannot queue arguments of type 'State' 
04:47:20.674 WARN  unknown                          (Make sure 'State' is registered using qRegisterMetaType().) 
04:47:20.674 WARN  unknown                          QObject::connect: Cannot queue arguments of type 'State' 
04:47:20.674 WARN  unknown                          (Make sure 'State' is registered using qRegisterMetaType().) 

This is an issue with Qt 5, not Qt 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants