[APP] TubeCast - Youtube to Chromecast Audio - Android Apps and Games

Hello everyone,
As you all know youtube app on android and ios does not support Chromecast audio, so I've developed a new android app that let users cast youtube to Chromecast Audio. It finds only audio track, so you do not need to worry about network traffic, as the audio track size is usually much smaller than the video size. My intension is to support more websites, currently it works best for youtube.
Key features:
- Detect music audio tracks from the websites you visit and cast to Chromecast
- Support queue, so you can add many items once and let Chromecast do the rest
- Support repeat playback, repeat all/one/none/shuffle
- Support playback and volume controls
- Built-in browser with multi-tabs
- If websites contain both video and audio, this app will select only audio track, so you do not need to worry about network traffic, as the audio track size is usually much smaller than the video size, which is very efficient for Chromecast Audio.
The app works pretty the same way as Google Youtube App, you click on a video, it shows a dialog and let you choose to play or add video to queue, and it also allows you to move the queue items up and down, and play the queue on repeat (repeat none, all, one or shuffle).
It can also with normal Chromecast video, of course, but you only see thumbnail on the tv screen, and the music, not the video, as I already mentioned - only audio.
Here's the video demo on Youtube https://www.youtube.com/watch?v=KEGkoC6LPp0
And the app on PlayStore https://play.google.com/store/apps/details?id=com.sibimobilelab.castwebaudio

Great job!
What I miss:
-Add some way to store playlists
-Add whole playlist from YouTube (This could be too traffic intense and lead to banning the app that is already in gray area...)

drkbg said:
Great job!
What I miss:
-Add some way to store playlists
-Add whole playlist from YouTube (This could be too traffic intense and lead to banning the app that is already in gray area...)
Click to expand...
Click to collapse
Hi,
The idea is to create playlists with your youtube account and I will implement the feature to add the whole playlist to the queue. I will try to do so in upcoming releases.
I know it's risky to do things with youtube, but how do you know it's in gray area?

SibiMobile said:
Hi,
The idea is to create playlists with your youtube account and I will implement the feature to add the whole playlist to the queue. I will try to do so in upcoming releases.
I know it's risky to do things with youtube, but how do you know it's in gray area?
Click to expand...
Click to collapse
If you are asking yourself: "Is this legal?", then it is in the gray area.
You are providing easy way to get content without paying (YouTube red or ads).
-the playlist feature will be better if it works with playlists in general not just ones from your account.
-storage is local.
Because:
1.spares all the queries you have to make for each song in playlist every time you open it(there are playlists with hundreds of songs).
2.privacy concerns

Well, I think gg should provide youtube support for Chromecast Audio for free, just like they do with normal Chromecast, since they do not send ads to stream in normal Chromecast as well.
This app allows users to cast to chromecast audio only, not anywhere else, and not play locally or download videos/audios which I think will make it more "legal". So just let's wait and see
About storing the playlists, since I'm not using youtube API, and youtube is the only one of many websites this app supports, the video/audio links that I can get live only for a short time (approx. 1 day) then they will get expired, so storing playlists is not an option for me unfortunately. The official youtube app also does not store playlists locally.

Then make sure to not throw hundreds of requests at once when parsing the playlist.
And one small thing: the "playing" icon (the three animated bars) is annoying (at least for me). You have made plain simple UI keep it that way and just put the simple triangle thing without animation ( ▶ ). It's an Unicode symbol. (one less image to take care of).

drkbg said:
Then make sure to not throw hundreds of requests at once when parsing the playlist.
And one small thing: the "playing" icon (the three animated bars) is annoying (at least for me). You have made plain simple UI keep it that way and just put the simple triangle thing without animation ( ). It's an Unicode symbol. (one less image to take care of).
Click to expand...
Click to collapse
Ok, thank you, I'll keep this in mind

This is GREAT! I purchased Chromecast audio only to find out I can't cast from Youtube app. Such a stupid move from Google

Perfect

@SibiMobile
1. is there a way you implement playing playlists from Youtube?
2. is there a way we can donate to you, as you're a life saver bro!

mig0r said:
@SibiMobile
1. is there a way you implement playing playlists from Youtube?
2. is there a way we can donate to you, as you're a life saver bro!
Click to expand...
Click to collapse
Hi,
Thank you for your offer, unfortunately this app development is suspended and I've removed it from playstore. Now I'm working on an replacement - Amaze Browser, it can also cast youtube to chromecast audio, however the queue function is not yet added, I do plan to add it in future releases.
https://forum.xda-developers.com/android/apps-games/app-amaze-browser-auto-detects-audio-t3508876

SibiMobile said:
Hi,
Thank you for your offer, unfortunately this app development is suspended and I've removed it from playstore. Now I'm working on an replacement - Amaze Browser, it can also cast youtube to chromecast audio, however the queue function is not yet added, I do plan to add it in future releases.
https://forum.xda-developers.com/android/apps-games/app-amaze-browser-auto-detects-audio-t3508876
Click to expand...
Click to collapse
Great! I installed it and it works. Only thing I'm missing is playing Youtube playlists. That the app would automatically play YT playlist videos in a row... other than that, big up!!

mig0r said:
Great! I installed it and it works. Only thing I'm missing is playing Youtube playlists. That the app would automatically play YT playlist videos in a row... other than that, big up!!
Click to expand...
Click to collapse
It would be a heavy request to google server and I avoid doing this to protect the app in play store . In fact I removed most of the things with YouTube - download, background playing, only leave the Chromecast feature.
Pls keep in mind that the queue feature is not yet added in Amaze Browser, continue to use Tubo cast if you need this feature.

SibiMobile said:
It would be a heavy request to google server and I avoid doing this to protect the app in play store . In fact I removed most of the things with YouTube - download, background playing, only leave the Chromecast feature.
Pls keep in mind that the queue feature is not yet added in Amaze Browser, continue to use Tubo cast if you need this feature.
Click to expand...
Click to collapse
Tubo Cast was a great app so far!!! It would be great if you publish a hacked version out of the Play Store... I'd be glad to donate to you! Youtube playlist support is a must in my opinion... it'd be a killer feature for sure!
Maybe you could publish it on the Play Store "as is", and let we download an unofficial plugin that enables that feature!
Probably I'm only dreaming...

bart.found said:
Tubo Cast was a great app so far!!! It would be great if you publish a hacked version out of the Play Store... I'd be glad to donate to you! Youtube playlist support is a must in my opinion... it'd be a killer feature for sure!
Maybe you could publish it on the Play Store "as is", and let we download an unofficial plugin that enables that feature!
Probably I'm only dreaming...
Click to expand...
Click to collapse
Hi, I cannot promise the playlist feature, what I have right now is a new version of tubo cast with the fix for the disconnection issue, I can upload it here.
Do you encounter the disconnection issue by the way?

SibiMobile said:
Hi, I cannot promise the playlist feature, what I have right now is a new version of tubo cast with the fix for the disconnection issue, I can upload it here.
Do you encounter the disconnection issue by the way?
Click to expand...
Click to collapse
Mh... I'm a new Chromecast Audio user, since I bought it last week, anyway, I tried several way to cast youtube contents to that thing... and your app (I found it somewhere around the web after reading this post) is the best solution because it doesn't need a constant stream between phone and chromecast. It'd be absolutely perfect with playlist support... and I mean perfect indeed!
I didn't have disconnection issue till now... I'm having more issues with apps like Deezer, just to say, because it randomly disconnects, starting to play the sound from my phone's speaker...
By the way "I can't promise" means "no" or "maybe"!

bart.found said:
Mh... I'm a new Chromecast Audio user, since I bought it last week, anyway, I tried several way to cast youtube contents to that thing... and your app (I found it somewhere around the web after reading this post) is the best solution because it doesn't need a constant stream between phone and chromecast. It'd be absolutely perfect with playlist support... and I mean perfect indeed!
I didn't have disconnection issue till now... I'm having more issues with apps like Deezer, just to say, because it randomly disconnects, starting to play the sound from my phone's speaker...
By the way "I can't promise" means "no" or "maybe"!
Click to expand...
Click to collapse
Means " no" for now
If you encounter the disconnection issue, follow the workaround mentioned in the home page to solve it

Again we published it to playstore, and also added premium verion.
Change log:
- Upgraded browser, added startpage, bookmark, history, search suggestion
- Use wifi wakelock to prevent disconnection issue
- Upgraded to more stable version of Google Cast API
- Added premium version

1.What is premium? Just supporting your efforts or something else? One can't really understand from changelog/app.
2.Is there a typo in the name? I see now TubCast instead of the previous TubeCast.
3.What is the difference to the other browser app that you are developing.
4.Is there a list of supported sites?
5.Any chance that vbox7.com can get into the list of point 4?
6.Youtube playlist support is not on the table anymore?
Thanks for update.

drkbg said:
1.What is premium? Just supporting your efforts or something else? One can't really understand from changelog/app.
2.Is there a typo in the name? I see now TubCast instead of the previous TubeCast.
3.What is the difference to the other browser app that you are developing.
4.Is there a list of supported sites?
5.Any chance that vbox7.com can get into the list of point 4?
6.Youtube playlist support is not on the table anymore?
Thanks for update.
Click to expand...
Click to collapse
regarding your question:
1/ Yes premium is to add a little support for the development
2/ Tubecast is the name in playstore, in the app I made a tupo name Tubcast which is funny
3/ It supports queue, the other browser does not yet support queue, this one focuses on chromecast audio and shows popup dialog directly when it finds audio links, this app is also more lightweight and removed part of the UI in compare to another browser,
and the UI is more close to the youtube app
4/ It supports most of the sites except flash websites
5/ Will need to check with vbox7.com
6/ You still need to add songs one by one, adding the whole youtube playlist is not possible

Related

Skifta - Honeycomb DLNA

Even before today's update 'Skifta' has always been my favorite DLNA software. Today's update improved the honeycomb supoort and added landscape-mode.
It is far superior to the bundled 'MyNet' software as it discovers more servers, is faster and more stable. To put it in simple words, it just works!
https://market.android.com/details?id=com.skifta.android.app&feature=search_result
I also use that DLNA Tool-grat app!! Now,with landscape support it looks nice too
MKV Files doesn`t works for me
leonore said:
I also use that DLNA Tool-grat app!! Now,with landscape support it looks nice too
MKV Files doesn`t works for me
Click to expand...
Click to collapse
Great feedback - thanks for the comments - glad you're enjoying the product!
For MKV (or other non-handset native formats), you probably want to install one of the third party players (I like VPlayer, but I know RockPlayer/MoboPlayer also feature on the list of likes by the team here). If Skifta detects other players available, it'll give you the option to use them for video playback.
Let us know if this works better for you (either here or over at our forums - forums.skifta.com).
Allan (of the Skifta team),
Updated and still cannot see any video, just music. Have Skifta on Dell streak without any problem. Mobo, rockplayer and arcmedia installed.
Sent from my Transformer TF101 using Tapatalk
Well I'd uninstall and delete all data, cache etc of all of these apps (skifta, mediaplayers) and then install skifta and moboplayer only. These two work perfectly together for me (asus eee tf).
fabsn said:
It is far superior to the bundled 'MyNet' software as it discovers more servers, is faster and more stable. To put it in simple words, it just works!
Click to expand...
Click to collapse
OMG, do you work for Skifta?
Well I gave it a try. Here it goes:
"Updating skifta" - no no no no. First launch did quite some download, but each time one starts Skifta an update check? And what happens when temporarily one has the INet down? Or some other connectivity problem? Well it did happen to me today; INet was up but the "updating skifta" was there just idle ... a good few minutes. No go exiting and relaunching Skifta ... always the update check. So in such cases the program is unusable at all.
Chose media source - "No media sources found". We wait and wait and wait... Aha! Found one server. But not the local MyNet which is always running. Oh, MyNet server appeared. And finally Skifta's own server. We need improvement with discovery. MyNet, ArkMC and UPnP are almost instantaneous.
On to video playback. We browse and select and ... have to select 3rd party player. No renderer function (at least for video). Sigh.
Images - buffering .... buffering .... buffering and image (turns out it's taking some time loading the icons images). But why is it so small??? Seems like 640x480 (sometimes 800x600) but _never_ fills the width or height. And it's not the server downscaling the images, try with the preinstalled on the TF101 local images like Boat, Bus, Cat. That's with jpegs, with gifs it does fit w or h. Lets zoom!!! Nope, no zoom A simple tif - black. Let's try a bitmap - black screen again. No message that unsupported, just black.
Audio. No ogg/vorbis support with builtin renderer. A very quick "unsupported" popup and automatically the next song is selected. Wav? Good they work. Seeking - nice, fluid. But ... with mp3 seeking is horrible, better if it was muted.
Overall it is very good that competition products appear. Skifter is still beta so much room for improvement. For the moment I'll stick with MyNet,
"to put it in simple words, it just works!"
Allan, after we users weed out the bugs, will the first non-beta be still ... free?
That's quite interesting. MyNet never worked for me but Skifta did out of the box. That's why I posted this thread, even though I don't get paid for it
Eventually everybody's gotta figure out what app is best for his hardware and software config, as it seems like right now there's no dlna app that works for everybody. Actually I haven't heard any bad reports about upnplay, but its UI is driving me nuts. Its all a compromise
Strange that MyNet didn't work for you. The more we get to chose from the merrier I do hope they will continue improving Skifta and keep the "low" (read: free) price tag.
Diodato - couple of points to make in terms of the issues you raise specifically..
On the update issues that you mention - Skifta checks for new fixes/functionality on each boot and dynamically introduces them if available. Primarily this is used for bug fies against specific devices/device classes. If there aren't any updates found, this should be pretty quick. Since version 0.72 the client has had the 'offline' mode built into it. Provided you've connected at least once before with an internet connection, it will startup without doing the check.
There was also a bug that meant that the app would sometimes hang on the 'updating' screen regardless of connection state - we think we've 95% fixed this, but there are still certain circumstances where it will happen - these occurrences are more likely around skifta app upgrades from the market if it's already running). There will be further bug fixes in this area as we narrow the causes down more.
In terms of the playback capabilities of Skifta - the app currently uses the native player (over which we have no control of codec support) or a third party player (in the case of video, if there are one - or many - installed). I know it's frustrating when your favourite codec X isn't in there (for us too), hence the introduction of the third party player option - there is a fairly large amount of choice here (vplayer being my current favourite and moboplayer getting a lot of good comments from our users).
Device discovery happens according to DLNA spec, but that sometimes means that you'll miss a broadcast and wait for the next retry. For the majority of devices, they'll respond to our first query and be instantly available - others won't and the app will discover them as they broadcast themselves.
We at Skifta very much appreciate all feedback, good or bad and as you probably noticed, try to respond with code drops, fixes, advice, etc fairly promptly - it is vital for the product as far as we're concerned to keep that feedback loop active.
We're also constantly working on new features, stability improvements, device compatibility enhancements and behind the scenes features that should mean that the service keeps moving for you guys. It would definitely be worth you checking out the latest market upgrade (0.74) that addresses some of the items I've touched on above.
We're working on some particularly exciting features right now that I'll be able to talk to you about soon!
Allan.
UpnPlay is a good dlna client also. Mynet didn't want to list my files for some reason.
Sent from my Transformer TF101 using XDA Premium App
atimms said:
On the update issues that you mention - Skifta checks for new fixes/functionality on each boot and dynamically introduces them if available.
Click to expand...
Click to collapse
Well it's a personal thing. _I_ want to be in control when an application connects for updates. The Android Market will notify me anyway if there is an update available for Skifta, right?
atimms said:
There was also a bug that meant that the app would sometimes hang on the 'updating' screen regardless of connection state...
Click to expand...
Click to collapse
That's good to know that it was fixed.
atimms said:
In terms of the playback capabilities of Skifta - the app currently uses the native player (over which we have no control of codec support) or a third party player (in the case of video, if there are one - or many - installed). I know it's frustrating when your favourite codec X isn't in there (for us too)...
Click to expand...
Click to collapse
No, I am not looking for a universal player. The native Android will do for me. But I didn't know that Skifta is delegating _all_ video rendering to an external player. Would be nice if Skifta supported also the video playback through the native renderer. Perhaps future releases.
For the moment you can try to fix playback of OGG (natively supported by the Android player) and images (full screen with zoom possibility)
atimms said:
Device discovery happens according to DLNA spec...
Click to expand...
Click to collapse
No doubt since you're DLNA certified.
atimms said:
We're also constantly working on new features, stability improvements, device compatibility enhancements and behind the scenes features that should mean that the service keeps moving for you guys. It would definitely be worth you checking out the latest market upgrade (0.74) that addresses some of the items I've touched on above.
We're working on some particularly exciting features right now that I'll be able to talk to you about soon!
Allan.
Click to expand...
Click to collapse
Will keep an eye on Skifta.
Also, you can watch live tv
I have orb installed on my media center computer, I'm using skifta and moboplayer and now I can watch live tv on my TF. This is wonderful.

[4.0+][APP]Jams Music Player is out! Brings GMusic support and other unique features!

Hey there!
I posted about my new (paid/trialware) music player way back in August and asked for beta testers here on XDA. The response was tremendous and I was able to rake up a few hundred testers within a couple of days. Thanks to their bug reports and feedback, I'm happy to say that Jams Music Player is now available on the Play Store!
https://play.google.com/store/apps/details?id=com.jams.music.player
Here's a quick imgur album that shows a few prominent screens from the app:
http://imgur.com/a/Bgk0b#0
Aaaand here's the main feature list:
Supports all the formats supported by Android (mp3, FLAC, AAC, ogg, etc.)
Unofficial GMusic support (thanks Simon Weber!). All Access isn't available, I'm pretty sure the big record companies won't take it too well if I put it in. If you have your personal music collection uploaded onto Google though, this app can handle it
Limit your music library down to specific folders on your SD card (you can pick as many folders as you want).
Organize your entire music collection into smaller sub-libraries. (Take a look at the imgur screenshot(s) to get a gist of what I mean).
Individual equalizer settings for each song. Say you set Song A to Pop and Song B to Rock. When you play Song A, Jams will automatically switch the equalizer to Pop. If you play Song B, Jams will switch to Rock. You can also batch apply equalizer settings to multiple songs by artist, album and genre.
The homscreen widget displays your current queue so you can easily browse through it without opening the app.
A-B Repeat mode. You can repeat a specific range of a song from point A to point B.
Displays embedded lyrics. I don't think I'll be adding lyrics from the Internet after what Sony did last summer to another music player.
Sort by album artist! This is for those of you who have large compilation albums.
Full blown file manager with copy, paste, move and delete functions.
Blacklist tracks, artists, and albums. This allows you to exclude individual tracks from your library without actually deleting the files.
Smart playlists (Top 25 Played Tracks, Top Rated, Recently Added, and Recently Played).
ID3 tag editor.
Crossfade.
Gapless playback.
Automatically fetches album art from the internet.
Customize the app with 4 different application themes and 9 different player colors.
Enqueue support with reorder, swipe to remove from queue, the basic stuff.
Scrobbling support.
Coming soon:
Tablet layout (ETA about a week).
Import/Export M3U playlists.
Any other feature requests you guys may have.
The app comes with a 7 day full-featured trial. After that, you'll be asked to upgrade to the full version for $2.99. I'm aiming to keep it priced that way so that it's cheaper than PowerAMP and other top players, while offering the same (or even more) number of features.
Got questions? Suggestions? Comments? Let me know below! Or you can email me at [email protected].
Looks good. I own PowerAmp but rarely use it, and I have stuff on Google Music, but despise the app. It's too busy. I'll give this a shot.
Cool, let me know how it goes! I'm open to suggestions, so feel free to throw whatever you've got, at me.
Holly crap, this is amazing!
Sadly it crashed as soon as i tried to connect my Google Music account, and also swipe gestures don't seem to work on Now Playing screen :\
Other than that, my favourite music app, will be glad to buy!
Using Moto G 8GB with Android 4.3. Using Xthemer via Xposed Modules and Meenova for external SD card reading (not sure if these facts can influence app behaviour)
BBOXPT said:
Holly crap, this is amazing!
Sadly it crashed as soon as i tried to connect my Google Music account, and also swipe gestures don't seem to work on Now Playing screen :\
Other than that, my favourite music app, will be glad to buy!
Using Moto G 8GB with Android 4.3. Using Xthemer via Xposed Modules and Meenova for external SD card reading (not sure if these facts can influence app behaviour)
Click to expand...
Click to collapse
Could you send me a crash report? That'll help me fix the issue and I'll have an update rolled out by tonight. Glad you like it! Also, make sure that the queue/playlist you picked has more than one song. If it doesn't, then the swiping controls won't work.
FlightGear said:
Could you send me a crash report? That'll help me fix the issue and I'll have an update rolled out by tonight. Glad you like it! Also, make sure that the queue/playlist you picked has more than one song. If it doesn't, then the swiping controls won't work.
Click to expand...
Click to collapse
Just cleaned App data and started over. And it works just fine
About the swiping controls, yeah, i was listening to one unique song, so it was not supposed to work
Just noticed that the notification on the notification drawer is cutted when it's size is only 1 row (when it's not the top notification). Luckily it always manages to be the top notification, so i suppose this was intended
Suggestion: add button to show a list with the next tracks in the queue (maybe replace the equalized button since it's not used that often?) List would appear as the menu on the main screen (in the left side) and maybe you could change track positions in the queue!
BBOXPT said:
Just cleaned App data and started over. And it works just fine
About the swiping controls, yeah, i was listening to one unique song, so it was not supposed to work
Just noticed that the notification on the notification drawer is cutted when it's size is only 1 row (when it's not the top notification). Luckily it always manages to be the top notification, so i suppose this was intended
Suggestion: add button to show a list with the next tracks in the queue (maybe replace the equalized button since it's not used that often?) List would appear as the menu on the main screen (in the left side) and maybe you could change track positions in the queue!
Click to expand...
Click to collapse
Ooohh shoot, I forgot to add a helper overlay about the queue part... Just rotate your device to landscape mode. This will take you to your current queue. Will add a helper overlay for this in tonight's update.
This app has virtually i would want in a Music Player.
I'll keep on testing it through the 7day trial, but i'm probably going to buy it anyway.
I just hope this gets the deserved attention.
BBOXPT said:
This app has virtually i would want in a Music Player.
I'll keep on testing it through the 7day trial, but i'm probably going to buy it anyway.
I just hope this gets the deserved attention.
Click to expand...
Click to collapse
Awesome. Really glad you like it. You can help the app get its deserved attention by leaving a rating on the Play Store. Thanks! Appreciate it.
Hey! I've been testing the app, and i get some FC's when changing track from time to time (doesnt seems a very consistent error to be.
Using Moto G 8GB with Android 4.3. Using Xthemer via Xposed Modules and Meenova for external SD card reading (not sure if these facts can influence app behaviour)
How can i send you a crash report?
awesome work man,thats the player for me,in my opinion the beautyfullest player i ever used,i think i buy it.keep it up!!!! :good:
BBOXPT said:
Hey! I've been testing the app, and i get some FC's when changing track from time to time (doesnt seems a very consistent error to be.
Using Moto G 8GB with Android 4.3. Using Xthemer via Xposed Modules and Meenova for external SD card reading (not sure if these facts can influence app behaviour)
How can i send you a crash report?
Click to expand...
Click to collapse
Hi there! Which version of the app are you using? The current one is v1.4.2, but I'm on track to releasing v2.0 tonight with support for tablets and batch playlist creation. When the app crashes, you should get a message saying something like "Unfortunately, Jams has stopped working". There should be two buttons, "Report" and "Close". Tap on "Report" and that will send me the crash log. Thanks for your interest!
Version 1.4.2
Just sent the report!
Either way, buying the app today 4 sure!
BBOXPT said:
Version 1.4.2
Just sent the report!
Either way, buying the app today 4 sure!
Click to expand...
Click to collapse
Great, thanks for the report! I'm looking into it.
Awesome app, more languages would be nice. Also editing Play Music tags. Sent you an email referring German translation.
Gesendet von meinem Nexus 4 mit Tapatalk
FlightGear said:
Hey there!
I posted about my new (paid/trialware) music player way back in August and asked for beta testers here on XDA. The response was tremendous and I was able to rake up a few hundred testers within a couple of days. Thanks to their bug reports and feedback, I'm happy to say that Jams Music Player is now available on the Play Store!
https://play.google.com/store/apps/details?id=com.jams.music.player
Here's a quick imgur album that shows a few prominent screens from the app:
http://imgur.com/a/Bgk0b#0
Aaaand here's the main feature list:
Supports all the formats supported by Android (mp3, FLAC, AAC, ogg, etc.)
Unofficial GMusic support (thanks Simon Weber!). All Access isn't available, I'm pretty sure the big record companies won't take it too well if I put it in. If you have your personal music collection uploaded onto Google though, this app can handle it
Limit your music library down to specific folders on your SD card (you can pick as many folders as you want).
Organize your entire music collection into smaller sub-libraries. (Take a look at the imgur screenshot(s) to get a gist of what I mean).
Individual equalizer settings for each song. Say you set Song A to Pop and Song B to Rock. When you play Song A, Jams will automatically switch the equalizer to Pop. If you play Song B, Jams will switch to Rock. You can also batch apply equalizer settings to multiple songs by artist, album and genre.
The homscreen widget displays your current queue so you can easily browse through it without opening the app.
A-B Repeat mode. You can repeat a specific range of a song from point A to point B.
Displays embedded lyrics. I don't think I'll be adding lyrics from the Internet after what Sony did last summer to another music player.
Sort by album artist! This is for those of you who have large compilation albums.
Full blown file manager with copy, paste, move and delete functions.
Blacklist tracks, artists, and albums. This allows you to exclude individual tracks from your library without actually deleting the files.
Smart playlists (Top 25 Played Tracks, Top Rated, Recently Added, and Recently Played).
ID3 tag editor.
Crossfade.
Gapless playback.
Automatically fetches album art from the internet.
Customize the app with 4 different application themes and 9 different player colors.
Enqueue support with reorder, swipe to remove from queue, the basic stuff.
Scrobbling support.
Coming soon:
Tablet layout (ETA about a week).
Import/Export M3U playlists.
Any other feature requests you guys may have.
The app comes with a 7 day full-featured trial. After that, you'll be asked to upgrade to the full version for $2.99. I'm aiming to keep it priced that way so that it's cheaper than PowerAMP and other top players, while offering the same (or even more) number of features.
Got questions? Suggestions? Comments? Let me know below! Or you can email me at [email protected].
Click to expand...
Click to collapse
looks promising gonna try soon :good::fingers-crossed:
UPDATE I did install the trial version as of now and i am totaly in love with this great ui just like i wanted
although i dunno if its a bug or not everytime i edit album tags the player crashed on me also some random lags
Apart from that i totally love it its a perfectly organised player easy and nice UI , Highly recommended app to all
thanks for your efforts
nitinchamp said:
looks promising gonna try soon :good::fingers-crossed:
UPDATE I did install the trial version as of now and i am totaly in love with this great ui just like i wanted
although i dunno if its a bug or not everytime i edit album tags the player crashed on me also some random lags
Apart from that i totally love it its a perfectly organised player easy and nice UI , Highly recommended app to all
thanks for your efforts
Click to expand...
Click to collapse
That's definitely a bug. I think you sent me a crash report right? I looked into the issue and fixed it already. You'll get the update tonight with other new features like widget customization, batch playlist creation and play next. Thanks for your interest and let me know if you run into any more issues/have any more suggestions!
FlightGear said:
That's definitely a bug. I think you sent me a crash report right? I looked into the issue and fixed it already. You'll get the update tonight with other new features like widget customization, batch playlist creation and play next. Thanks for your interest and let me know if you run into any more issues/have any more suggestions!
Click to expand...
Click to collapse
Yea it was me will update asap :good::good::fingers-crossed::fingers-crossed:
This app looks promising but there are some issues that prevent me from using it as my primary media player.
It does not recognize the tags on any of the MP3 files in my library, my AAC and FLAC files are recognized properly, but not my MP3s.
Scrolling is slow and jittery because it appears to be reloading the album art each time you scroll by each album or artist. Caching should fix this.
There is no ReplayGain support. Not a bug per-say, but I can't go without it.
Also, it would nice if there was a third album art display mode where it displayed the album art as large as possible without any cropping but that is hardly necessary.
Do as you wish with these suggestions. There is some very good work so far and I am glad there is proper album artist support. I'm interested to see how this app progresses.
Seconding the laggy scrolling but in sure you're already aware of it. Caching like like the best fix. Possibly a low memory view with no album/artist art also? It's up to you. So far that's my only initial big report.
Looks awesome mate!
Sent from my GT-I9505G using XDA Premium 4 mobile app

[STICKY] Feature Requests and Bugs List - READ RULES - No direct posts here.

Rules
Comment if anything is missing. You MUST first post your bug report or feature request in its OWN NEW THREAD, BEFORE you post in this thread. Provide a link to the original thread with your feature request or bug report. If you do not link to your original thread with your request, it will not be added here. This post will be continually updated
Other Known Bugs list will be updated near future..!
We are working on it.
Feature Requests
Note: the order of listing sort-of implies ranking of priority.
High Priority
DLNA/Casting/Chromecast - IN PROGRESS
SMB support
MKV Ordered Chapters and MKV Chapter Markers
Support for .m3u, .m3u8, .pls, and .wpl, including for playlist files with network streams in them: https://groups.google.com/d/topic/mx-videoplayer/VG6LM3txHTQ/discussion
Medium Priority
Allow external audio streams to be passed to MX Player via API: http://forum.xda-developers.com/apps/mx-player/feature-request-external-audio-streams-t2784474
Manual Saturation, Contrast, Value, and Gamma Control
Additional controls for headphone in-line button: http://forum.xda-developers.com/showthread.php?t=3220442 - IN PROGRESS
UI improvements to file list:
For audio songs, add feature to sort by albums, artist, genre, etc
UI improvements for tablets/large screens: https://groups.google.com/d/topic/mx-videoplayer/Y4uqkN4zgSk/discussion - IN PROGRESS
Built-in screenshot feature with button similar to the video-rotation button: https://groups.google.com/d/topic/mx-videoplayer/HUAG7ACoeR4/discussion and http://forum.xda-developers.com/apps/mx-player/request-feature-screen-shot-to-mx-player-t3143132
Switch left/right audio stream when device is rotated 180 degrees: http://forum.xda-developers.com/apps/mx-player/feature-request-left-stereo-swap-rotate-t3123221
Switch left/right audio stream for (bluetooth) speakers: http://forum.xda-developers.com/apps/mx-player/feature-swap-left-t2797750 and http://forum.xda-developers.com/apps/mx-player/feature-request-screen-rotation-flip-t2865803
AVRCP Bluetooth metadata: http://forum.xda-developers.com/apps/mx-player/feature-request-avrcp-bluetooth-metadata-t2759314
Frame-by-frame stepping
Allow option to apply auto-hide interface timeout when paused: http://forum.xda-developers.com/apps/mx-player/bug-interface-doesnt-auto-hide-playback-t3504885
Switch volume keys around in landscape orientation: http://forum.xda-developers.com/apps/mx-player/feature-request-swap-volume-keys-t2741581
Ability to disable icons on playback UI: http://forum.xda-developers.com/apps/mx-player/feature-request-optional-lock-t3067067
http://forum.xda-developers.com/apps/mx-player/request-vr-controls-t3362581
Sync playback position across devices: http://forum.xda-developers.com/apps/mx-player/feature-request-sync-playback-position-t3053021
Ability to change background colour of player (ie for album art, cropped videos: http://forum.xda-developers.com/apps/mx-player/feature-request-ability-to-change-t3352945
Confirmation of exit from app: https://groups.google.com/d/topic/mx-videoplayer/AW5R11oav7g/discussion
Filter/shader options, such as debanding, "16-235 -> 0-255 [SD][HD]", etc: http://forum.xda-developers.com/apps/mx-player/feature-request-debanding-filter-t2939323 and https://groups.google.com/d/topic/mx-videoplayer/76p1PxVy08I/discussion
IFO Support: http://forum.xda-developers.com/apps/mx-player/ifo-support-t2877081
Pan on Note 10.1
Please add to the bug list the pan problem on Samsung Galaxy Note 10.1, detailed in https://groups.google.com/forum/#!topic/mx-videoplayer/svXy0vhIUOQ
Hello, thanks for this great app.
I wanted to request something I think is a great feature, but then I was happy to see it already in the high priority list.
Popup Player: https://groups.google.com/d/topic/mx-videoplayer/ws_voRX-MVc/discussion
But then I looked at the original thread and it dates back 2 years. Is there any word on development of this?
I see so many video apps successfully implement this and it seems to work wonderfully well for playing local files as well as streaming. For stress testing I even tried out large video files and heavy streams while loading up heavy apps and games and I never noticed lag or stutter, on my first generation nexus 7.
MX Player has always been my favorite android player since my nexus one, 4 years ago until today. And I would love to keep supporting it but I'm now downloading other players when I need floating video.
So I hope for some good news on development of this great feature, thanks!
Gix said:
Please add to the bug list the pan problem on Samsung Galaxy Note 10.1, detailed in https://groups.google.com/forum/#!topic/mx-videoplayer/svXy0vhIUOQ
Click to expand...
Click to collapse
Added.
Logic_ said:
Hello, thanks for this great app.
I wanted to request something I think is a great feature, but then I was happy to see it already in the high priority list.
Popup Player: https://groups.google.com/d/topic/mx-videoplayer/ws_voRX-MVc/discussion
But then I looked at the original thread and it dates back 2 years. Is there any word on development of this?
I see so many video apps successfully implement this and it seems to work wonderfully well for playing local files as well as streaming. For stress testing I even tried out large video files and heavy streams while loading up heavy apps and games and I never noticed lag or stutter, on my first generation nexus 7.
MX Player has always been my favorite android player since my nexus one, 4 years ago until today. And I would love to keep supporting it but I'm now downloading other players when I need floating video.
So I hope for some good news on development of this great feature, thanks!
Click to expand...
Click to collapse
I agree that this feature would be awesome!
This would be something for @bleu8888 to answer.
Feature request: Continuous folder to folder playing
[http://forum.xda-developers.com/apps/mx-player/feature-request-continious-playing-t2741644]
Feature request: swap volume keys in landscape orientation
I have the Moto X. Since is shoots at a 16:9 ratio it won't go past 7.2mp. Is it possible to add full 10mp 16:9 support?
lostboykev said:
I have the Moto X. Since is shoots at a 16:9 ratio it won't go past 7.2mp. Is it possible to add full 10mp 16:9 support?
Click to expand...
Click to collapse
You are in wrong place.
It's MX Player support forum....!!!
Sent from my SM-G900H using Tapatalk
auto resume on startup
Hi
This player is awesome.
Here a feature needed for android car radio. Android car player are more and more popular, a nice feature would be an option when we start the player, the last played file start automatically on resume, like a normal car cd player do. (no need to start the application automatically, there is already an application for that).
Because each time the car is turned off, all applications are stopped by the android system. of course, if you use the integrated player it resume automatically, but it does not play all format and the interface is not good enough.
Thanks!
Cedric
@AlbertAS and @xenyz please make a new forum thread for your feature requests, then link that thread here, so that it can be added to the list. With a thread for your specific request, it is easier to keep track of each item.
@xenyz added.
mast3rbug said:
Hi
This player is awesome.
Here a feature needed for android car radio. Android car player are more and more popular, a nice feature would be an option when we start the player, the last played file start automatically on resume, like a normal car cd player do. (no need to start the application automatically, there is already an application for that).
Because each time the car is turned off, all applications are stopped by the android system. of course, if you use the integrated player it resume automatically, but it does not play all format and the interface is not good enough.
Thanks!
Cedric
Click to expand...
Click to collapse
This is a great video player indeed, but as a car stereo app it's not ideal I'd say.. cause that's not its main purpose.
In my car I've been using PowerAmp for over 4 years now, it works great with everything you need from auto resuming to lockscreen controls etc. PowerAmp was one of the first apps to integrate all these things and still does it best imo. Although many other players have adopted the same functions.
Logic_ said:
This is a great video player indeed, but as a car stereo app it's not ideal I'd say.. cause that's not its main purpose.
In my car I've been using PowerAmp for over 4 years now, it works great with everything you need from auto resuming to lockscreen controls etc. PowerAmp was one of the first apps to integrate all these things and still does it best imo. Although many other players have adopted the same functions.
Click to expand...
Click to collapse
Thanks I will try it!
Cedric
I agree that PowerAmp is probably one of the best music player apps out there.
Apologies in advance if I'm doing this wrong.
I have MX Pro, and would like to see it brought to Google TV...namely the Sony NSZ-GS7.
It doesn't appear in the Play Store for GTV, and I have tried sideloading MX player and it offers a "not supported" message.
https://groups.google.com/forum/#!searchin/mx-videoplayer/google$20tv/mx-videoplayer/8FuwdbGMJo4/xV1anwFLUEIJ
https://groups.google.com/forum/#!searchin/mx-videoplayer/google$20tv/mx-videoplayer/rCovIwz5yCE/I75B4w-suY0J
Although,
Technical Support said:
MX Player cannot run on Google TV because Google TV version of Android does not allow direct access of system module.
MX Player requires direct access of system module to speed up video decoding.
Thanks.
Click to expand...
Click to collapse
So I guess it'll never work?
Thanks
@bleu8888 has anything changed regarding overground's question?
Add Feature
If you can add THE ABILITY TO Share video support like by Bluetooth and wlan direct .... etc
THANKS

[Q] PVStar+ Pro missing from Google Play Store? Anyone know why?

I'm not even sure if this is the right section to ask in, I've never really left my specific device forums before but here goes!
So I just upgraded from a Sammy S3 to a Nexus 6 and I had a paid app called PVStar+ Pro on my S3. It lefts you play Youtube video's while having the screen off unlike that POS Google Youtube app!
So I setup my new Nexus 6 and I just realized it's not here on this phone. So I checked my apps on the market, nope. So I copied my APK off my S3 over and but it doesn't seem to work right. I can't search videos. For example, I've searched Tiesto, Hardwell, the Wonderland Music Festival etc and it comes back with zero results. Plus I don't think it's fully PRO.
I tried checking out the home page of the dev but it's all in Japanese so I shot them an email and so far no reply.
One of my favorite apps! Just wondering if anyone knows WHAT happened to it? Even Google searching brings up nothing.
I have the same problem. My PVstar+ didnt show any search results what so ever, so I thought thay I might need uninstall/install it, but after I uninstalled it I noticed that it was missing from google store. After a while I found the .apk file on another site but the problem with the search results remain.
Too bad, this was my favourite player.
Petrollis said:
I have the same problem. My PVstar+ didnt show any search results what so ever, so I thought thay I might need uninstall/install it, but after I uninstalled it I noticed that it was missing from google store. After a while I found the .apk file on another site but the problem with the search results remain.
Too bad, this was my favourite player.
Click to expand...
Click to collapse
I have the same problem!
Still have not heard from the Dev. =(
Sent from my Nexus 6 using Tapatalk
I think it was pulled due to the youtube music go-live, which is basically the same service, only paid..
The normal version still works btw guys!
Sent from my HTC One using XDA Free mobile app
Wtf?! I hope it will be back... if they pulled it due to the reason mentioned above that is such a crApple-like tactic. I hope it isn't true. And if it is true I hope it will still be available somewhere else. Does the developer have his own page?
isroisro said:
Wtf?! I hope it will be back... if they pulled it due to the reason mentioned above that is such a crApple-like tactic. I hope it isn't true. And if it is true I hope it will still be available somewhere else. Does the developer have his own page?
Click to expand...
Click to collapse
I tried searching for ASBIT but didnt find anything.
We can still use it though, so just make backup and dont lose it
Sent from my HTC One using XDA Free mobile app
It was pulled for just that reason and no it won't be back. Google may have gone as far as removing it from devices.
Howw exactly can google remove it from devices? I saw other youtube background players are still there... anyway good job of it's true... no one will buy their service and probably use itunes instead. Really smart.
isroisro said:
Howw exactly can google remove it from devices? I saw other youtube background players are still there... anyway good job of it's true... no one will buy their service and probably use itunes instead. Really smart.
Click to expand...
Click to collapse
Its not that hard, They even did it awhile ago when an app was found to have a virus built in.
http://gizmodo.com/5572510/google-remotely-removes-apps-from-android-phones-for-security-reasons
This was awhile ago but just a proof of it does happen. I am not saying they will just that they could.
No chance on the Itunes bit. Most wont even come close to wanting that POS software on their system.
So... does anyone have the apk for pvstar? It would be nice to attach it to this thread..
And since I like my own ideas...
isroisro said:
And since I like my own ideas...
Click to expand...
Click to collapse
Haha
Sent from my HTC One using XDA Free mobile app
Is it just on my device or the PVSTAR+ youtube search doesn't come up with any search results anymore? (when searching for a youtube video inside the app I mean)
Sometimes it does, sometimes it doesn't. Try using the "Video search" button in the main screen. Be warned that Google can break search on Youtube remotely on any app – they routinely do it for old Youtube .apk's so you can't use them anymore.
I believe nothing new happenned in this case? I loved PVSTAR, so maybe there's some info from devs? Any homepage I can visit?
Thanks, and sorry for digging that up
I like PVStar+ cause its the only Youtube streamer I could find that 1) doesn't require me to log in to Youtube and 2) will keep playing in the background even when you X out and go to the desktop. The only problem is once you go to the desktop you can't go BACK to the app without making the video you're streaming start over from the beginning.
But yeah I haven't been able to find another Youtube streamer like this, so I'm sticking with this for now. Already saved the APK if I switch device (rooted with Titanium Backup).
Hi, I have noticed that pvstar+ is in the Amazon appstore and it is updated to 2.6.2 version, while my installed version is 2.5.11, probably the last that was available on the play store.
How can I install the new version from Amazon without lose all the cached music?
Fun on the appstore
Hi, I came to have the same problem as you guys, not finding the pvstar app anywhere on the playstore. But looking at other similar apps, the recent updates had the users mad because they couldn't listen to music in the background as well.
This is not one singular occurrence and I'd love to write one angry email, but I don't know where to send one...
This is a low blow.
Pvstar+ pro version, difference from free version?
updated below with answer to own question
The Pvstar+ which is free on Amazon app store in version 2.6.2, how does that differ from the donation "pro" version that was available from play (last version 2.5.9)? Did the regular non-pro version from play display ads? I don't remember it doing so, but I bought the pro very shortly after finding out about the app. The Amazon version does not display ads from what I've seen, and both amazon's 2.6.2 and 2.5.9 pro from play can still do background streaming.
Was pro just a support the developer thing with identical functioning as the free version? Cached copies of their respective play store pages don't seem to be available so no help there.
There was this issue with many videos not being played at all by pvstar+ before, possibly all videos that were only available in. FLV format from Youtube.
Pvstar+ is perhaps only a frontend in app format for the streaming site at http://sp.pvstar.dooga.org since the app needs to connect to pvstar.dooga.com to be able to play anything not in your devices local cache.
The developer does not seem to answer emails. Someone who is fluent in Japanese could give it a try to see if there are any answers to be had from the official source.
Copied from cached version of https://play.google.com/store/apps/details?id=jp.co.asbit.pvstarpro from October 10th 2014
Changelog:
Code:
If the version is under 2.5.2, You must update the app!
You shouldn't use Task killer app, because they may stop this app forcibly.
Ver 2.5.9 (8/25) New!
- Important bug fix.
Ver 2.5.6 (8/17)
- Some bug fix.
Ver 2.5.2 (7/2)
- Fixed a problem that does not play for the second time.
Ver 2.5.1 (6/3)
- Fixed problems with logging in to the NicoVideo.
Ver 2.5.0 (3/29)
- Equalizer added. (Android 2.3 or later)
- The problem of importing playlists has been improved.
Description
Code:
This is NO AD version of PVSTAR+.
Please use this app, before you try to use the FREE version.
Let's listen to music for using PVSTAR+!
You can create and manage playlist for Youtube, DailyMotion videos and MV. Moreover, continuous playback, background playback, repeat playback are also supported.
The main features are as follows.
- Video search (YouTube, DailyMotion, NicoVideo, Vimeo)
- Voice search
- Search Youtube playlists
- Search Youtube channels
- Category Search
- Playlist playback
- Background playback
- Repeat playback
- Shuffle playback
- Mylist (up to 100)
- Wallpaper on Mylist
- Backup Mylist
- Edit video title and summary
- Sleep Timer
- Popular video ranking
- Music mode
- #NowPlaying, timeline playback on Twitter
- Tweet video
- Video cache function
- Low quality mode (for slow networks)
- Automatically stop when the earphone is disconnected.
- Open in PVSTAR when you open the URL in other app.
- Import playlists from Youtube or NicoVideo.
- Viewing related videos
- Bookmark function for playlists and channels
- Widget
- Equalizer
- Keyword suggestion
- Easy operation
- System also supports Android 4/3
[Very easy operation]
- Continuous playback of music ranking. Listen to popular songs at once!
- Video search by artist. Selected from the search results, continuous playback!
- By creating a mylist, you can assemble your own favorite album! Even a wallpaper can be set!
- Play YouTube playlists directly. It's not necessary to create a mylist!
- Playing in the background. You can listen while you work!
[Also good in these scenarios]
- Classification into a list of your favorite music videos, repeat playback.
- You can play in the background, while you are out. Enjoy using your earphones!
- Also convenient on your way to work or school. Play the mylist you created the day before.
- Set the sleep timer before going to sleep.
- Continuous playback of a playlist for videos of a series.
- Also useful while driving. Please try to connect to the car audio system.
Please find your own use case.
[FAQ]
Q. Playback is interrupted or stops.
A. Usually a high network utilization, low signal strength, interference or insufficient bandwidth are responsible for playback problems. Check the current network status. Please also check if there is enough free memory for caching on the SD card.
Q. Can not play in the background.
A. This can be caused by wrong settings and/or other apps. Please exit other apps, it needs sufficient memory.
http://sp.pvstar.dooga.org/apps/killer
Q. Can not play at all.
A. Please restart the android device and use the latest version of the app.
Q. Other Inquiries
A. Refer to the help and troubleshooting section, please check the method of operation.
http://sp.pvstar.dooga.org/apps/help
Please feel free to contact us.
http://sp.pvstar.dooga.org/app_contacts
[About permissions]
- full Internet access
For searching and gettin video information.
- modify/delete SD card contents
For video caching and wallpapers.
- view network state
For advertisement, for the selection of video quality.
- prevent phone from sleeping
For music playback.
[Notice]
- By specification, the playback is interrupted when returning from the background.
- This app does video streaming. For streaming video playback, we recommend a highspeed network connection, such as Wi-Fi. (Works with 3G.)
- Your playback may stop because of task killer and eco setting. Please turn disable task killer and eco setting. You may need to restart the device after changing these settings.
- You can only watch videos compatible to the MP4 standard.
- Due to a change in the specification of the video sites, you may not be able to view videos, temporarily. In that case, please wait for an update.
Contact Us
http://sp.pvstar.dooga.org/apps/help
Attached are the screenshots shown on the play store page.

[APP] Stealth Audio Player - play audio through earpiece

Usually, there are two ways of playing music on Android device. You can either use your headphones or a speaker. But how about a third option?
The purpose of this app is to enable the users to listen to something when they do not have earphones and they don't want to use speakers.
When you are with someone and you must listen to an audio file e.g. a voice message, etc. you can now listen to it using your device's earpiece (from which you hear phone calls) using this app.
This is useful not just for usual audio files, but also for podcasts, and comes in handy for when you forgot to bring headphones and do not want to disturb those around you. Stealth Audio Player enables you to make good use of the tiny speaker to listen things which should not play from the main big speaker.
Download from Play Store:​https://play.google.com/store/apps/details?id=com.appsbyusman.stealthaudioplayer
FEATURES:​
Plays any kind of Audio from the earpiece of your device.
Plays Videos on screen and their audio is routed through the earpiece.
Folders Browser lets you locate specific files.
Ignore Folders option under Settings makes a Blacklist of folders to ignore.
Basic and functional Audio and Video players.
Dedicated lists for Audio and Video files.
Option to remove ads in Settings screen.
UPDATES:​v17:
THIS IS A MAJOR UPDATE:
*** VIDEO PLAYER ***
Now you can play VIDEO files using this player - the audio will come through the earpiece!
v16:
Introduced a PRO UPGRADE to remove ads
Introduced a Settings screen where you can add some folders to the ignore list.
v14 (Major Update):
Folders support: Now browse any folder on your device to look for and play specific files.
New Navigation Drawer: All the sections of the app in one place.
Partial ***VIDEO*** support: Open a video file from a folder and the app will play its audio (more support will be coming later).
Previous (v13):
All crashing issues fixed!
Performance improvements.
Player becomes untouchable when the phone is near the ear (to avoid accidental touches).
WhatsApp audio messages will not appear in this app.
"Unable to read file" issue fixed.
Excellent concept.
this app is very helpful when i want to listen something without disturbing others and my earphones are out of my reach.
Thanks man! I really appreciate your feedback
Please support more audio code, it support only mp3, i use m4a itunes
Ok I'll see if it works. Currently it supports mp3, ogg, and wav files.
Just published an update to this app. Here's the summary:
The app now supports m4a file format, in addition to mp3, ogg, and wav files.
Few bug fixes and performance improvements.
Amazing work dude!!! thanks
I'm glad that you like it. Thanks for the feedback
Left a comment in Google Play and that's not very common for me.
Simplicity and ease of use are outstanding. Good work!
Wysłane z mojego SM-G930F przy użyciu Tapatalka
Cool brogood job:good:
Man, from at least 2 years i wish to have an app like this... Incredibly useful. Trying it in some minutes, thanks a lot.
Guys thanks a lot for all the feedback and reviews! I have published another update just now. Here is a summary of what's new:
v1.2:
Now supports EPI file format.
External sd card is supported.
v1.1:
Now supports m4a file format, in addition to mp3, ogg, and wav files.
Few bug fixes and performance improvements.
usman farhat said:
External sd card is supported.
Click to expand...
Click to collapse
Just what i thought to ask you as I made a jump here again. Now that's everything i could desire. Thanks again
I'm glad that you like it
A couple of ideas that i could suggest to you to make this lil' app just perfect in every aspect, is first - adding an option to search music; second - add a side slider to reach alphabetically a certain letter.
I'd like to premise that these ideas could be useful just in my opinion, where i don't wanna use this as daily player obviously, but with more than 50 songs the research become huge and hard... What do you think?
A+ for the idea Nice, light-weight application. May it be useful to create the sticky notification with the control buttons and the name of the track? It will be shown when the app is running, and the song is playing. Several times, I have minimized the application instead of closing it or at least stopping the playback, put the phone in the pocket, and the music continued playing
RedSkull23 said:
A couple of ideas that i could suggest to you to make this lil' app just perfect in every aspect, is first - adding an option to search music; second - add a side slider to reach alphabetically a certain letter.
I'd like to premise that these ideas could be useful just in my opinion, where i don't wanna use this as daily player obviously, but with more than 50 songs the research become huge and hard... What do you think?
Click to expand...
Click to collapse
Thanks for the feedback.
There is already an option to search music. You can search by Title, Artist, or file name.
About the slider: That would be very useful. I also want to implement it, and I will probably bring an update about it but right now I am working on making the app crash free for all devices.
onix.avacom said:
A+ for the idea Nice, light-weight application. May it be useful to create the sticky notification with the control buttons and the name of the track? It will be shown when the app is running, and the song is playing. Several times, I have minimized the application instead of closing it or at least stopping the playback, put the phone in the pocket, and the music continued playing
Click to expand...
Click to collapse
The nature of this app is that we only hear the audio while the device is attached to the ear. In this position I don't think there is a need to bring features of full fledged music players. The users will stop hearing anything as soon as they are able to interact with their devices so there will be no use of bringing the notification controls.
This app is not a music player, it's more of a utility for hearing the audio in a different way.
However, I do have plans to better manage the minimizing of the application. This will be addressed in near updates.
usman farhat said:
Thanks for the feedback.
There is already an option to search music. You can search by Title, Artist, or file name.
About the slider: That would be very useful. I also want to implement it, and I will probably bring an update about it but right now I am working on making the app crash free for all devices.
Click to expand...
Click to collapse
You're right, didn't noticed the lens icon in the upper right space. Maybe because i didn't reboot the phone after the last update..? Anyway I've seen that the list of available mp3s have to be reloaded by filename every time that the app is launched. You think that a preload of the list like a normal music player could ever be made someday?
Thanks to you for the creation of this app.
I have been trying to preload the data with different approaches. But it's getting a little tricky. I am gonna try something new tomorrow, which will hopefully make it A LOT more stable, and I am positive that the files will show up faster and with more stability than all previous version.
An update was also published today (evening) which addressed several crashing errors which the complainants are reporting to have been rectified now.

Categories

Resources