Music Downloader App? - Windows Phone 8 Q&A, Help & Troubleshooting

Anyone here could suggest a music downloader app similar to music maniac pro for android that downloads music directly to your phone together with the album art and artist info?
Thanks!

Third-party apps for WP8 are usually not allowed to write to your music library. That restriction may be relaxed somewhat with 8.1 though? Not yet sure.
There are exceptions out there, but generally MS wants you to use the built-in music app for downloading music, since they have their own store. This doesn't work so well for people outside the areas they support (or who want music that their store doesn't have), though.

Related

Music app with star ratings and smart playlists?

I've been using the G1 as my primary music player and it has been working well for the most part, but the built-in music app is missing some features that I relied upon when I had an iPod. I maintain 1-5 star ratings for most of my music and use those ratings to play just the songs I like from the entire library. Does anyone know of a third party music player that could read star ratings from, e.g. ID3 tags and allow you to browse by ratings? Sort of related to that, I also relied on smart playlists that filters for, say, songs by a certain artist and at least a 4 star rating, so I could play a list of songs by an artist that I like. Static playlists would be a problem since the songs on the phone itself is only a portion of my entire library, so at any time the phone may not have all the songs of a static playlist like that. I was able to find a few third party music players but none of their websites provide detailed listings of their features. Does anyone who has more experience with third player music apps know of any app that provides these and other advanced features, or are just really good? Thanks.
Chirality said:
I've been using the G1 as my primary music player and it has been working well for the most part, but the built-in music app is missing some features that I relied upon when I had an iPod. I maintain 1-5 star ratings for most of my music and use those ratings to play just the songs I like from the entire library. Does anyone know of a third party music player that could read star ratings from, e.g. ID3 tags and allow you to browse by ratings? Sort of related to that, I also relied on smart playlists that filters for, say, songs by a certain artist and at least a 4 star rating, so I could play a list of songs by an artist that I like. Static playlists would be a problem since the songs on the phone itself is only a portion of my entire library, so at any time the phone may not have all the songs of a static playlist like that. I was able to find a few third party music players but none of their websites provide detailed listings of their features. Does anyone who has more experience with third player music apps know of any app that provides these and other advanced features, or are just really good? Thanks.
Click to expand...
Click to collapse
im not sure if there's one that does it all, but meridian player does recently added playlist automatically, and has 5star rating options. it does sorting by artists, albums, genres and has an option for resuming last played...and a lot more.

Can somebody explain how to make internet explorer player to work at background?

Hi Folks,
I am new to WP8 and I have the following question that I have not found an answer for:
There is one thing really missing in WP8 - it is ability to play mp3 streams in the background.
You can open mp3 stream in internet explorer and it will play. But you can not switch to any other screen - music stops playing.
I have not found any applications that allow you to play mp3 streams in the background also. Usually players allow you only to play music from library or from hardcoded stream. So is there any way hidden way to do it?
There are definitely APIs to do it; even Windows Phone 7 could do this. For a random example of an app that uses background streaming, see Pandora.
It's also possible to stream music from a web page while the browser is not in the foreground, using HTML5. For example, both Pandora.com and m.SoundCloud.com work fine. Typically web-based streaming only allows play/pause controls on the global media control, though you can of course switch back to the web browser tab for more control.
If you're looking for an app that will play music from an arbitrary stream that you pass it, I'm not aware of such an app but I haven't been looking. It's possible in the APIs, and there's probably an app that does it...

[Q] Making a Foobar2000 control app

Hi,
I am making a Foobar2000 control app by using the foo_httpcontrol add-on. I figured out how I can run certain commands, but I am completely blank on how to get information back from the server like playlists or current playing song. Does anyone have exprience with this on Android or knows how to do it on wp8?
Also: currently I am using a hidden browser for executing the commands, would it be better/possible to use webrequests or something for that?
Any help would be greatly appreciated.
Tweekzor said:
Hi,
I am making a Foobar2000 control app by using the foo_httpcontrol add-on. I figured out how I can run certain commands, but I am completely blank on how to get information back from the server like playlists or current playing song. Does anyone have exprience with this on Android or knows how to do it on wp8?
Also: currently I am using a hidden browser for executing the commands, would it be better/possible to use webrequests or something for that?
Any help would be greatly appreciated.
Click to expand...
Click to collapse
I can't say I could help you with foo_httpcontrol. I haven't used it that much.
I'd recommend using the DLNA plugin instead. Using the DLNA app made either by Nokia or HTC (it was that way with wp7, not sure on wp8) would be a similar experience to playing music that's in the music+video tab. Most DLNA apps have the capability to play music from the phone to another device, play music from another device and share it to a third device, e.g. Phone Music -> foobar, foobar -> WP8 -> Bluray player.
Also the album art will display if its in the same folder as the music (the dlna plugin on foobar looks for the folder.jpg first.)
thals1992 said:
I can't say I could help you with foo_httpcontrol. I haven't used it that much.
I'd recommend using the DLNA plugin instead. Using the DLNA app made either by Nokia or HTC (it was that way with wp7, not sure on wp8) would be a similar experience to playing music that's in the music+video tab. Most DLNA apps have the capability to play music from the phone to another device, play music from another device and share it to a third device, e.g. Phone Music -> foobar, foobar -> WP8 -> Bluray player.
Also the album art will display if its in the same folder as the music (the dlna plugin on foobar looks for the folder.jpg first.)
Click to expand...
Click to collapse
Thank you for your answer, but I don't think that is what I am looking for. My desktop has a music collection that is far greater then the 32gb of my device, and the sound quality is a lot better as well. So I don't want to be streaming from or to my device. Also since my library has about 50.000+ songs I'd prefer to use my well known and set-up music player over searching through my windows folders.
I have seen a couple of android apps that control Foobar2000 by using the plugin I use as well, and they are able to get the song info etc. So it is possible, I just can't figure out how.
(I did download the Nokia Play To app, because streaming like that is also useful at other times )
Tweekzor said:
Thank you for your answer, but I don't think that is what I am looking for. My desktop has a music collection that is far greater then the 32gb of my device, and the sound quality is a lot better as well. So I don't want to be streaming from or to my device. Also since my library has about 50.000+ songs I'd prefer to use my well known and set-up music player over searching through my windows folders.
I have seen a couple of android apps that control Foobar2000 by using the plugin I use as well, and they are able to get the song info etc. So it is possible, I just can't figure out how.
(I did download the Nokia Play To app, because streaming like that is also useful at other times )
Click to expand...
Click to collapse
Well most of my foobar collection are chiptunes, (vgm/sid/gbs) modules (mod, xm, it) and album in a single flac with cue files (flac doesn't always play, but mostly works) so I need it to stream WAV 48khz (its the highest I've tried) over wireless N using that dlna plugin. I have seen some foobar apps thats in the marketplace, but nothing that I'd seen work. Also somthing else that works, is the foo_touchremote plugin. It uses the boujour service (also in Apple's iTunes, but used in other things as well) and works simply with entering a pairing code.
If you still would like to use foo_httpcontrol, I'd ask over at http://www.hydrogenaudio.org.
thals1992 said:
Well most of my foobar collection are chiptunes, (vgm/sid/gbs) modules (mod, xm, it) and album in a single flac with cue files (flac doesn't always play, but mostly works) so I need it to stream WAV 48khz (its the highest I've tried) over wireless N using that dlna plugin. I have seen some foobar apps thats in the marketplace, but nothing that I'd seen work. Also somthing else that works, is the foo_touchremote plugin. It uses the boujour service (also in Apple's iTunes, but used in other things as well) and works simply with entering a pairing code.
If you still would like to use foo_httpcontrol, I'd ask over at .
Click to expand...
Click to collapse
That touchremote plugin sounds like it could be what I need, I will look into that when I have a bit more time. Thank you for the answers.:good:
*I couldn't commit my post because I quoted your hydrogenaudio link *

An Android Auto music app that allows music library browsing thru touchscreen?

...does anyone know of a music app that will run in Android Auto, AND will allow full music library browsing (by artists, albums or genres) through the touchscreen interface? Voice alone is not cutting it due to a great many music artists use unique names that Google cannot recognise.
Google Play Music in AA will not let us browse artists, albums or genre through the touchscreen interface. We only get the "lucky" mix, recent activity or playlists. And playlists are really not useful for a couple reasons... Firstly, Google forces you to have 2 default playlists it thinks you will like, and then browsing playlists is limited to 11 (including the aforementioned 2, so really it's 9). Once you get to the 11th playlist you are blocked from scrolling further with a safety message. Super frustrating. So don't waste your time making more than 9 playlists!
I know doubleTwist says that you can browse by artists, but you get a similar safety message prohibiting you from scrolling further than 10 or so.
Any chance an awesome XDA dev has made of modified version of AA that will ignore these safety blocks? Or does anyone know of a music app that will give us full music library browsing through the touchscreen interface?
invertedskull said:
...does anyone know of a music app that will run in Android Auto, AND will allow full music library browsing (by artists, albums or genres) through the touchscreen interface? Voice alone is not cutting it due to a great many music artists use unique names that Google cannot recognise.
Google Play Music in AA will not let us browse artists, albums or genre through the touchscreen interface. We only get the "lucky" mix, recent activity or playlists. And playlists are really not useful for a couple reasons... Firstly, Google forces you to have 2 default playlists it thinks you will like, and then browsing playlists is limited to 11 (including the aforementioned 2, so really it's 9). Once you get to the 11th playlist you are blocked from scrolling further with a safety message. Super frustrating. So don't waste your time making more than 9 playlists!
I know doubleTwist says that you can browse by artists, but you get a similar safety message prohibiting you from scrolling further than 10 or so.
Any chance an awesome XDA dev has made of modified version of AA that will ignore these safety blocks? Or does anyone know of a music app that will give us full music library browsing through the touchscreen interface?
Click to expand...
Click to collapse
No, this is a safety feature baked into android auto. App developers cannot bypass it, they can only make their apps better designed to work with it.
Sent from my Nexus 6P using Tapatalk
*sad face*
invertedskull said:
*sad face*
Click to expand...
Click to collapse
You can create "voice friendly" named playlists for those unique named artists and use voice to call up the playlists.
Sent from my Nexus 6P using Tapatalk

[DISCUSSION] - Which music streaming service are you using ?

There are a lot of great music streaming services out there. Let me know which one(s) are you using with your personal notes so that I can decide which platform I should switch to.
I am a long time Spotify Premium user, who utilized Spotify connect religiously. But as we all know Spotify doesn't really put in a lot of effort on their Android app. So recently I have been having issues with playback (crashes in the background) and as Spotify is only making their app worse with every update on Android, I thought it is time to switch to another platform/go offline. What are your thoughts and experiences with the current music streaming services?
YouTube Music is very good app.
I have YouTube premium so I use Youtube Music and Google Play Music.
I use YouTube and Spotify - the best apps for me.
spotify ofc
I use Spotify. JRE podcast is moving to Spotify so that's a plus.
YouTube
YouTube
Made good use of my .5tb SD card and a 220 gb CD/HDCD collection that's ripped to hdds as wav files.
Over 6000 songs means I don't get bored of the music just listening at times.
Poweramp does an excellent job of managing playlists and playback. It's graphic equalizer that allows unlimited saved presets to be saved by song/album/playlist plus settings/playlist backup makes it a complete and unparalleled Android player solution.
The online sources don't cover a lot of what I want and are a pain to use. Worse I can't dial the sound in and/or saved multiple EQ presets.
I use Spotify to listen to my music
i just have all of my favorite songs on a youtube playlist. saves me money.
I dont let anyone choose music for me, never. So no need for any stream online platform. My music is with me on my SD card 128GB. more than enough!
I will never depend on the internet to access music...
I am a Spotify user but can you tell what's the difference in this??????
marstonpear said:
There are a lot of great music streaming services out there. Let me know which one(s) are you using with your personal notes so that I can decide which platform I should switch to.
I am a long time Spotify Premium user, who utilized Spotify connect religiously. But as we all know Spotify doesn't really put in a lot of effort on their Android app. So recently I have been having issues with playback (crashes in the background) and as Spotify is only making their app worse with every update on Android, I thought it is time to switch to another platform/go offline. What are your thoughts and experiences with the current music streaming services?
Click to expand...
Click to collapse
Same as I was 5+ years ago. YouTube and a YT to Mp3 converter.
Nothing can ever beat FLAC

Categories

Resources