austgl / a2dpvolume

Automatically exported from code.google.com/p/a2dpvolume
0 stars 0 forks source link

Automatically play music #113

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm searching for a way to play music automatically when my device connects to 
my car.

There should be a way with custom intents but I don't know whath to write there.

I'm using built-in music app

Original issue reported on code.google.com by martin.h...@gmail.com on 8 May 2012 at 6:06

GoogleCodeExporter commented 9 years ago
This is a feature of my app.  You can launch an app, a Pandora station, or 
create a shortcut to a music playlist that will ply upon connect.  Please read 
the manual.  Have you installed my app?

Original comment by JimR...@gmail.com on 9 May 2012 at 1:50

GoogleCodeExporter commented 9 years ago
Yes i'm using the app last version from market and yes i'm read the manual but 
there's nothing about custom intents there 
http://code.google.com/p/a2dpvolume/wiki/Manual

Original comment by martin.h...@gmail.com on 9 May 2012 at 5:39

GoogleCodeExporter commented 9 years ago
You don't need a custom intent to play music.  Just use the create shortcut 
menu item and select a music playlist.  When the device connects the music 
player will launch and the playlist will play.  The app launcher was leveraged 
from AppAlarm Pro.  They have some documentation here: 
http://episode6.wordpress.com/2010/03/28/appalarm-the-stock-android-music-app/#m
ore-146 .  It is mostly just step 3: Tap “App To Launch” –> “Create 
Shortcut” –> “Music Playlist,” then select your playlist.

Original comment by JimR...@gmail.com on 9 May 2012 at 10:28

GoogleCodeExporter commented 9 years ago
Thanks for the info, it works :)

The only point is that using a playlist shortcut restart it, when using random 
playlist of all library the random will replay songs already played because of 
restarting playlist

Maybe it could be interesting to be able to launch two apps or more, for 
example play music then launch navigation app.

Original comment by martin.h...@gmail.com on 9 May 2012 at 8:58