Android :: Get Current Track From Music Player

Mar 26, 2010

I'm working on a application that, while it's running, should be able collect and save information about the music played by the Phones MediaPlayer.

There are not any public API for this at the moment, do you have any plans for this in the future?

It would be nice if my application just could use the default Music player, instead of implement a new player.

So far the only solution I can find is this this link here: http://www.alexc.me/android-music-app-service-currently-playing-song/... ,but this is not a nice way to do it. It will only work with phones that use exactly same version of the interface file IMediaPlaybackService.aidl

Android :: Get current track from music player


Motorola Droid :: Music Player Sort By Track Number

Nov 7, 2009

After transferring a few audiobooks on my Droid I have encountered a problem- each book is about 15 hundred tracks, all marked with consequential track numbers-get converted inside the droid player into several "disks" all having the name of the book, it is impossible to know which one should be first or organize playing them in order. Several of my music tracks had unicode characters- all do not display correctly. good alternative player or way to make default player work properly?

View 1 Replies View Related

HTC Hero :: Music Player - Masking Directories And Sorting Track Order

Aug 7, 2009

I'm trying to use the in-built Media app but am finding it rather poor for two main reasons.

One is that it scans my entire SD card for music to play, which I really don't want it to do as it finds my podcasts downloaded by acast and the tags in those MP3 files are all over the place so make a mess of the Music Player lists. I've tried adding a .nomedia file to the podcast directory as suggested on another site but HTC's app doesn't pay any attention to that.

The second issue is that despite my files having MP3 track number tags, the Music Player app usually ignores those and sorts the tracks into alphabetical order which just doesn't work for a lot of my albums. It's not consistent with sorting, e.g. if I pick an album off the Albums list the tracks are in order and play in order in the track list for that album so I can hit the first track and it plays in order, but if I go back up to the albums screen and add the whole album to a playlist, sometimes it puts the tracks in order, other times it re-orders them in alphabetical order of track name. If I go to a particular artist or composer and select an album, it normally sorts the tracks by alphabetical order this time instead of tagged track order.. This is all with the same album too so it's not that some albums have track number ID3 tags and others don't.

I copy the MP3s across the USB link, I'm not using HTC Sync as it won't run on my desktop computer (a linux box), so I don't know if HTC Sync can help out here or not.

View 6 Replies View Related

General :: Music Player App That Won't Play Same Track Constantly In Shuffle Mode

Sep 15, 2012

Music player App that won't play the same track constantly in shuffle mode. Currently I'm using PowerAmp and on a playlist of over 1600 songs it wants to play the same 30-ish songs all day.

View 1 Replies View Related

Media :: MP3 - Music Player Instead Of Stock Droid Music Player

Oct 8, 2010

I have the Motorola Droid and am using the stock music player. I was looking for alittle help finding something better to use...am sure alot of you are using something much better.

View 10 Replies View Related

Android :: Promising Music Player App - Astro Player Nova

Oct 12, 2010

Early this morning I d/l another music to try out. It's called Astro Player Nova.

The Nova is a beta app but looks to have promise. It contains several features that I look for and even includes the ever-elusive equalizer!

I use a combination of my Eris' stock player, Cubed (3) and Zimly to accomplish my desire to create playlists, queue songs and have an easy to use interface.

The stock player creates playlists the easiest of any app I've used that can do it, while I love the way that Cubed handles music selection and queuing of songs. Zimly has the easiest and slickest interface of any app I've tried. In fairness to Zimly, I recently found a way to create playlists and queue songs in the app. These features aren't as easy to find or identify in Zimly as within the stock music player or Cubed, but they exist.

Well, I am trying the Nova from Astro and it looks VERY promising! This app allows playlist creation, provides queuing of songs and...wait for it...Wait for it...IT HAS AN EQUALIZER!

This product is still in beta so I'm taking it through the paces, including the equalizer. I have an aux input in my car, I use wireless FM xmitter in my wife's car and I wear headphones when exercising, so I should be able to reasonably assess how useful the equalizer is.

One nice feature of the beta app is that it has a option to send feedback to the developers right from the app. This is nice for those of us who don't have a problem with apps transmitting user data.

I will update this thread as I use Nova more. Also, I'm interested in other opinions from new users.

View 33 Replies View Related

Android :: Audio Track Play Music

Sep 6, 2010

I'm an android starter I tused AudioTrack to play music But it just tell me filenotfoundexeception I try to play mp3 wav ogg (all in raw dir) I've no idea where is wrong? here are my code:

CODE:..................

View 3 Replies View Related

Android :: MediaPlayer Not Playing Music Track / Why Is This?

Aug 9, 2010

I have followed the steps to create my media player object but I cant understand why it is not playing the music track. I used the following code...

but no sound is playing through the emulator, and furthermore when i check the method mp.isPlaying() it returns false. What have I missed?

View 2 Replies View Related

Media :: Mp3 Player That Unlists Comp Track Artists

Sep 8, 2010

I use my HTC Desire as my main mp3 player, and I have several compilations on it. This means when I browse with the stock player (and the others I've tried) by Artist, I have 300 artists to flip through even though most of them only have one song on the SD card as part of a compilation. Is there a mp3 player app (or simple workaround, like renaming a folder) that will allow me to browse by Artist and see only artists/bands that only have a full album--or folder named for them? Apart from manually retagging all these comp tracks, that is.

View 2 Replies View Related

HTC Desire :: Music Player - Default Android Player?

Apr 14, 2010

Am I right in thinking that the Music Player on the Desire is HTC's own?

Is there a default Android player?

I only ask as I think the current one that is default installed on the phone is poor, very poor. I use another app to play podcasts and even with the 'hide podcasts from default player' option ticked, they still show up in the music player.

View 3 Replies View Related

General :: Video Player - Track Seekbar Scrub Past Markers?

May 11, 2012

I am currently working on a video player using the VideoView and I am controlling it with the MediaController.

The first thing I would like to do is to be able to place markers along the seekbar, such as 25% of the clip. I want to fire an event when this mark is hit or scrubbed past. Throwing an event when this marker is hit with the video playing regularly will be easy because I should be able to just use getCurrentPosition and checking to see if it is 25% of the total clip. The issue I am having is how to fire the event if the user scrubs past the 25% point.

The second thing I am trying to do is just show a visual marker along the seekbar that I can display a marker, lets say at the 25% point, 50% point, etc.

View 1 Replies View Related

Android :: Retrieve Current State Of A Media Player?

Apr 28, 2009

Is it possible to retrieve the current State of a Media Player?

View 23 Replies View Related

Android :: Information Of Music Track Playing On Device / Droid Powered Api For This?

Sep 24, 2010

I want to get the Information of the Music track playing on a android device?
Is there any android powered api available for this?

Or do I have to write a plugin for respective android media players?

View 1 Replies View Related

HTC EVO 4G :: Music Skipping - Beginning Of A Track

Sep 3, 2010

My music just started skipping, or hanging up, especially at the beginning of a track.

I think it might have something to do with scrobbleing. I just signed up for Last.fm, and discovered that I could scrobble the tracks I play from my other music players, which I think is a pretty great feature.

I have several music players: Tunewiki, MixZing, 3, and Zimly. (I'm trying to figure out which one I like best to stick with.) I downloaded ScrobbleDroid for the players that don't support scrobbleing natively.

Now, I don't know if the scrobble feature has anything to do with my music hang ups, but this is the only thing I've changed relating to music.

View 5 Replies View Related

HTC Hero :: Music Player Locks Up / Fix It - Set Another 3rd Party Player As Default?

Oct 26, 2010

The audio/music player on my HTC Hero locks up immediately when it starts. As a result I cannot preview any sounds or play any music unless I stream with pandora or something. I have installed another music player app, which is fine for music, but the default player remains the one that locks up, so if I click an audio file to preview it, that app comes up and locks. Is there a fix for this? Can I somehow set another 3rd party player as default?

View 2 Replies View Related

Android :: Getting Current Playing Song Details From Media Player

Sep 1, 2010

Is there any way to get the details of current song played by media player?

View 3 Replies View Related

HTC Hero :: Music Randomly Jumps To Next Track

Feb 9, 2010

I'm finding that I'm part way through a track and then all of a sudden it moves to the next track! The screen is locked so it's nothing like that. It only seems to be happening since I moved to an 8GB SD card. I copied all my files over to it and everything else seems to be working ok. It happens in both the music player and in "Listen", the podcasting app.

View 1 Replies View Related

General :: Music App That Announces Track Info?

Jan 3, 2013

I really like many of the music apps out there for Android, but would love to have one that can announce track info as the song starts. If would grab the title, artist, etc (configurable) and use the text to speech component to speak it. This way you can keep your device tucked away and still know what track you are listening to.

View 1 Replies View Related

HTC Desire :: Music Track Plays When Eceive A FB Message

Jul 23, 2010

Earlier, I received a facebook message, and my Desire started playing a Bruce Springsteen track (needless to say I have Springsteen in my Music app). The thing is, my music app wasn't even open (in Task Killer) and when I did open it, I could still select another song and play it on top of the Springsteen song - so it wasn't a Music app bug. The only way to stop it was to open the task manager (swiping to home screen down) to identify the message. Is there somewhere where this particular track has been selected as a Facebook notification tone?

View 3 Replies View Related

HTC Droid Eris :: Any Applications That Keep Track Of Music Library?

Jan 13, 2010

Are there any apps out yet that will keep track of your music library? I'm looking for something that pairs with the phone and a PC app that will keep track of how many times a play song and sync between the two and such. Sorta like Ipod software is an extension of the Itunes library. I realize that Itunes doesn't sync with the phone like that, nor the phone keeps track of such things.

View 2 Replies View Related

General :: Droid 4 - How To Stop Music From Going To Next Track When Finished

Aug 28, 2012

I am stage managing a show and have all of the sound cues on my Droid 4

The only problem is that I am using 'My Music' and when cue finishes (say a gunshot) the next begins (say a fog horn). This is very problematic

They all under the same album 'download'

View 2 Replies View Related

General :: Skip Music Track With Volume Press?

Sep 2, 2012

Rather than ask where I can find this mod (it's been asked in many threads already), I'd like to make a request to the great android development community. This mod is pretty much essential to me, and it seems to be hard to come by in non-CM based ICS and JB ROMs, so what I'd like to ask is:

Is is possible for someone with the proper knowledge to elaborate some sort of guide, as general as possible, for AOSP and perhaps MIUIv4 Roms, if that is possible at all? I and many others might want this mod but don't have Roms that support it. My programming skills are extremely limited but perhaps with a guide, as general as it might be (given the differences in the code for each phone), I could get something done..

View 2 Replies View Related

Sony Ericsson Xperia X8 :: Sownloaded Music Cannot Play Track

Oct 18, 2010

when i play the music a error comes up and it says. cannot play track. unsupported file format. do i need to download off a certain website of something.

View 1 Replies View Related

HTC Droid Eris :: Music Stuttering At Begnning Of Every Track It Played

Mar 31, 2010

I was playing some music today while doing some yardwork and i noticed it was stuttering at the beginning of just about every track it played. I listened to about 12-14 songs and it stuttered in the beginning on about 8 of them, somtimes it would also stutter a few seconds after that but would be fine after that until it went to the next song. Anyone else have this issue? I've got all the apps closed with advanced task manager, so nothing is running and eating up the processor or memory. Any ideas what would cause this or a remedy for it? Any help is appreciated.

View 8 Replies View Related

Samsung Behold 2 :: Bluetooth - Starts To Stream Music - Even When Music Player Is Closed

May 10, 2010

Everytime my phone connects with my car stereo (Clarion FB275btb) it starts to stream music. It even tries to stream if the music player is closed. After I stop the music and and put the stereo into another mode it works fine. If I later get a call it acts normally, but after I end the call it starts to stream music again! Any ideas on what the problem might be? My stereo worked fine with my behold I and nokia 5310.

View 10 Replies View Related

General :: How To Move Music From Google Play To Stock Music Player

Feb 3, 2013

Trying to find a way how to move music from google play to the stock music player. It has better sound quality, in my opinion, than google play itself. Any way to get music from google play to the music player app that comes with Android Ics.

View 9 Replies View Related

Android :: Audio Native Player - Device Automatically Stops Playing Current Media

Aug 21, 2010

Invoked device native player to play audio file, it opens android native player on top of the application but when selecting to back out or return to the application, device automatically stops playing the current media.

Sample code:

Intent intent = new Intent();
intent.setAction(android.content.Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(file),"audio/*");
startActivity(intent);

How can I implement so that Device should continue to play audio in the background when selecting to back out or return to the application

View 1 Replies View Related

General :: Music Player Without Playing Or Jumping To Next Music File

Feb 2, 2013

Music Player which should STOP after playing a music file and should NOT Repeat or jump play the next audio file. Option of having Stop after playing a single music file.I know except VLC beta player- which has some hanging problems & needs to be forced quit sometimes (Motorola Phone).

View 1 Replies View Related

Samsung Galaxy S :: Music (mp3) Playback Application Close Part Way Through Track

Aug 27, 2010

during music (mp3) playback, the application will close part-way through a track for no reason. It might happen on the first or the fourth track, but at some time during playback the music will stop and when I look at the phone there are no apps running. I've been listening to mp3's for a few days now and I've tried using both the standard Music Player and the doubleTwist player but I keep getting the same problem.

I've tried playing music from internal and external SD storages, and I don't have any other apps running at the same time. I wait a minute after the player stops before re-opening the player and playing the same track that stopped from the start and it plays through fine. I found a few posts that discussed music playback problems for the Galaxy S and other phones running 2.1, but they all seemed to relate to actual playback problems (i.e. brief silences or pops and hisses during playback) rather than the player itself stopping.

View 4 Replies View Related

Sony Ericsson : Use Music Track As Message Tone - Instead Of Preloaded Ringtone

Apr 30, 2010

New user of Sony Ericsson here, i have just got my first smart phone & got an Xperia X10. I was just wondering how i got to use my own music track as my phone & message tone , instead of the preloaded ringtone.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved