SimenCodes / heads-up

Heads-up notifications - Get the new heads-up notifications from Android Lollipop on any device, for free!
http://simen.codes/app/android-5-headsup-notifications/
GNU General Public License v3.0
177 stars 60 forks source link

Music player support #2

Open SimenCodes opened 10 years ago

SimenCodes commented 10 years ago

Here you can request support for your favorite music player!

SimenCodes commented 10 years ago

Request from email:

Kucharskov commented 10 years ago

Could you add support for Sony stock WALKMAN app?

tuniel-xda commented 10 years ago

player pro? thanks

SimenCodes commented 9 years ago

The latest update (1.9) adds support for playerpro. When it comes to Walkman, I don't have a Sony phone, so I'm unable to figure out the intent actions. Does anyone know what actions the Sony apps use?

_In case someone is looking for the playerpro music metadata intents for use in other apps, here they are: PLAYSTATE_CHANGED = "com.tbig.playerpro.playstatechanged"; META_CHANGED = "com.tbig.playerpro.metachanged"; SHUFFLE_CHANGED = "com.tbig.playerpro.shufflechanged"; REPEAT_CHANGED = "com.tbig.playerpro.repeatchanged"; ALBUM_ART_CHANGED = "com.tbig.playerpro.albumartchanged"; QUEUE_CHANGED = "com.tbig.playerpro.queuechanged"; RATING_CHANGED = "com.tbig.playerpro.ratingchanged"; PLAYBACKCOMPLETE = "com.tbig.playerpro.playbackcomplete";

ja-som commented 9 years ago

Hi, I want to request support for PowerAMP. Thank you

SimenCodes commented 9 years ago

@ja-som Poweramp is supported, but you have to enable "metachanged broadcast/intent" in the Poweramp settings somewhere (I think it's under Bluetooth).

ja-som commented 9 years ago

Yes, it is under Bluetooth, now PowerAMP works, thank you.

kentallenduke commented 9 years ago

For Walkman, does this help? Check drive for screenshots: https://drive.google.com/folder/d/0B4L7L438fmSgb3pCY1g1N0xRSjg/edit

SimenCodes commented 9 years ago

@kentallenduke Thanks! The exact intent isn't listed, but based on the general structure of the app, I think the metachanged intent will be com.sonymobile.music.metachanged Will try it when I have time.

SimenCodes commented 9 years ago

@kentallenduke I've added an APK in a comment to the pull request above. Could you install it on your device and see if it works? Thanks

kentallenduke commented 9 years ago

Did not work on the latest Walkman 8.5.A.2.7 released yesterday. Screen record https://docs.google.com/file/d/0B4L7L438fmSgMFhSYm02cVZONEk/edit?usp=docslist_api

On Thu, Jan 29, 2015, 9:03 AM SimenCodes notifications@github.com wrote:

@kentallenduke https://github.com/kentallenduke I've added an APK in a comment to the pull request above. Could you install it on your device and see if it works? Thanks

— Reply to this email directly or view it on GitHub https://github.com/SimenCodes/heads-up/issues/2#issuecomment-72062183.

kentallenduke commented 9 years ago

My version of Walkman is in my drive. The link is found in github.

Question that's unrelated to your project: are you receiving notifications whenever someone posts on git? I feel you're getting my replies twice, which is probably cluttering up your email.

On Thu, Jan 29, 2015, 7:29 PM Kent Duke kentallenduke@gmail.com wrote:

Did not work on the latest Walkman 8.5.A.2.7 released yesterday. Screen record https://docs.google.com/file/d/0B4L7L438fmSgMFhSYm02cVZONEk/edit?usp=docslist_api

On Thu, Jan 29, 2015, 9:03 AM SimenCodes notifications@github.com wrote:

@kentallenduke https://github.com/kentallenduke I've added an APK in a comment to the pull request above. Could you install it on your device and see if it works? Thanks

— Reply to this email directly or view it on GitHub https://github.com/SimenCodes/heads-up/issues/2#issuecomment-72062183.

kentallenduke commented 9 years ago

Alright never mind, looks like github automatically added my email to this thread. Just in case, apk link for my copy of Walkman: https://docs.google.com/file/d/0B4L7L438fmSgYVFpb0JnWGUyTzg/edit?usp=docslist_api

SimenCodes commented 9 years ago

I'm getting email for everything that goes on in this repository, so no need to post to both threads (like I'm doing now... well...) Anyway, I think I got it to work thanks to that APK: #60