novendraap / kraigsandroid

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

Request - would like to use playlist for tone #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by SeanRi...@gmail.com on 22 Apr 2010 at 11:26

GoogleCodeExporter commented 8 years ago
I thought about this when adding the media selector dialog.  There are a couple 
problems.  First, the android API does not have a way of directly playing 
playlists.  
You can resolve the playlist to a list of songs and play them individually, or 
you 
can open up the media player application and start it playing there.  It would 
be 
completely possible to fire up the media player from the alarm application, but 
there 
would then not really be a concept of 'snoozing' or 'dismissing' an alarm.  It 
would 
basically mean that playlist-based alarms would have to be one-shot alarms that 
simply open the media player.

Again, this is completely doable, but it doesn't really seem to fit in the the 
rest 
of the functionality of the application.  I'll play around with it a bit if 
there's a 
lot of interest, but it might be a little too outside the scope of an alarm 
clock...

Original comment by kraigs.a...@gmail.com on 22 Apr 2010 at 11:51

GoogleCodeExporter commented 8 years ago
Issue 32 has been merged into this issue.

Original comment by kraigs.a...@gmail.com on 8 Sep 2010 at 1:57