jguice / mac-bt-headset-fix

Small mac application that fixes broken bluetooth headset control by listening for events and sending them directly to apps
488 stars 19 forks source link

BETA sierra partially work #35

Open jaumard opened 7 years ago

jaumard commented 7 years ago

Hi :)

I just quickly test the beta and it work partially. I use deezer and play/pause are working great. But next and previous partially work, the song change but it also toggle play/pause at the same time.

Playing -> (Action) next -> song go to next but paused Paused -> (Action) next -> song go to next but played

Same for previous.

Alex895 commented 7 years ago

Hi

Work only pause key !

if press play - itunes running, but no music play if press play in running itunes - nothing happened if run some music and press play/pause key - music stopped, if press again - nothing happened

if press next or prev keys - nothing happened in itunes

jaumard commented 7 years ago

Test also with spotify and same problem with previous/next

Thanks for your great work ! :)

NitroG42 commented 7 years ago

Hi, both are working for me (next/previous, playpause) with spotify Not a really useful post, but I just wanted to say THANK YOU VERY MUCH because this was annoying me as hell !

jski commented 7 years ago

Chiming in to say it's working on play/pause only for me as well. If development never goes past that it's fine, but another datapoint for you :)

jguice commented 7 years ago

Thanks for the feedback. 😃

It seems different hardware and/or players behave differently. I'll do some testing and try to determine if there's a generic approach that will work. If not I may just add configuration for which keys send what events.

jguice commented 7 years ago

Hey can you all retest on 10.12.2? Thanks!

BenWaller commented 7 years ago

Everything's working for me except pause. I downloaded the latest beta just now and am using 10.12.2

spotify version 1.0.45.186.g3b5036d6

NitroG42 commented 7 years ago

Hi, it's because spotify now handle bluetooth natively, you don't need Bubo anymore if you're only using spotify.

BenWaller commented 7 years ago

Well, that's awesome. Thanks!

jguice commented 7 years ago

Neat! Only took ~4.2-ish years. 😉

https://community.spotify.com/t5/forums/v3_1/forumtopicpage/board-id/001/thread-id/29859/page/1

Tried to verify the change and get some details, but I guess they stopped publishing release notes some time back. ☚ī¸

https://community.spotify.com/t5/Spotify-Community-Blog/Desktop-Release-Notes-1-0-15/bc-p/1304955#M10731

triceracoops commented 7 years ago

Hullo, Bubo isn't working at my end, poor owl.. Any tips or solutions?

I've tried a variety of ways to get my Sony MDR 1000X's to respond to touch gestures with no luck.

-

Spotify Version - 1.0.53.758.gde3fc4b2 Running - macOS Sierra 10.12 (16A323) Headphones - Sony MDR 1000X

jguice commented 7 years ago

Hi, I think you'll need 10.12.2 or later (10.12.4 is the current latest release). Try that and let me know if it's still not working.

GuillaumeSpera commented 7 years ago

Hi,

First of all, thanks for the good work. I just wanted to let you know the following :

But next and previous partially work, the song change but it also toggle play/pause at the same time.

Playing -> (Action) next -> song go to next but paused Paused -> (Action) next -> song go to next but played

is still an issue for me on 10.12.6 on a basic VLC app with a Parrot Zik 3. Using the current beta version.

cherrydev commented 6 years ago

To those of you having problems with the next/prev functionality in bubo I was having a problem where I was getting duplicate next/prev commands being sent to my music player. The problem turned out to be that for each 'next/prev' event bubo was getting it was also getting a 'begin seek-foward/backward' event. If you take a look at my fork, you'll see that I've just disabled it. It's possible that this will solve your problem as well. You can download it here: https://github.com/cherrydev/mac-bt-headset-fix/releases/tag/0.0.1