Share:Collection of Internet Radio Stations - Windows Mobile Development and Hacking General

Hello all
My collection of online radio stations – Hope you find this useful.
I have decided after searching for something similar (with no luck) to post here all of the internet radio stations I have collected into a single file to share with you. These are all in playlist format which I have created using Winamp. All you have to do is unpack the RAR file, copy them to your mobile device and open them using your favorite app that can play streaming audio (I use TCPMP which works flawlessly)
Note: that you can also copy these to your desktop and open using Winamp or Jet-Audio or whatever you wish and listen to these on your desktop.
Also note that many of these have several streams which will show up in your playlist. These are different streams of the same Radio Station so if you find that one it not working great (always buffering due to high traffic) then just click skip next to go to a different stream of the same radio station)
Example – “the Buzz alternative” has 21 streams of the same station – Pick one and if it is not streaming perfectly – try another stream from the playlist.
Once you have these on your device you can either navigate to the folder where you placed all of the stations, click one to open and start listening. Alternatively, you could open TCPMP or other streaming media player and open the radio station through that.
I have created shortcuts to my favorite stations using Ultimate Launch so they are just one click away when I want to listen to one of them. It is a very easy setup. You could probably do the same with throttle launcher or other launcher’s out there; however, I have not tested myself.
Stations included
80’s
80’s Hairband 181.FM
Awesome 80’s 181.FM
Lite 80’s 181.FM
90’s Alternative 181.FM
Lite 90’s 181.FM
.001 Classical Radio
181.FM Classical
Ambient Chill
Another Classical Station
Baroque
Celtic
Chill 181.FM
Classical Guitar
Classical Radio
Classical Relaxing
SKY FM Classical
Soothing World
Comedy 181.FM
Comedy Channel
The Comedy Channel .977
Another Comedy Channel
The Mix Channel 181.FM
99.9 the Fox FM from Sarnia (City I use to live in)
Blues 1
Blues 2
Blues 3
Blues 4
CBC Radio 2
CBC Radio 1 Sudbury
Christmas Music station (only worked during Chritmas holidays and unsure if this same stream will work next year)
Classic Buzz (old rock)
70’s to 90’s channel from England
Funk
University of Windsor independent Radio Station
Hitz channel
Jazz
K106 Sarnia
Party Station 181.FM
Power the Hitz Channel 181.FM
Pulse Radio
Rap
Rock 40 181.FM
Rock 181.FM
Rock UK
The Buzz Alternative 181.FM
The Office 181.FM
Audio Drama Station
Chloe 181.FM
Dance
Dance pop and Rock
Energy 93 181.FM
Energy 98 181.FM
Dance station from England
More Dance
Techno1
Another Techno station
I hope that you find this useful and enjoy this collection. No need to donate to me for putting this collection together – I only wish to contribute to this site and only ask that each and every one of you find a way to contribute also in any way you can.
I may add more stations as I find them – There are so many out there and I have not checked them all out – these are basically the once on my device that I use –
Note that I have not listened to some of these recently and if they no longer work I am sorry; however, most should work.
All of these are free to listen to (no subscription required) however, some such as SKY FM require subscription to get CD Quality Streaming.
Please feel free to share with us the online radio stations you listen to and the method you use to listen to them.
Of course there is also Pandora (which I hear is great); however, Pandora does not work in Canada. I am curious to hear about other stations I may not have yet found.
Enjoy
Rod

Reserved for organizational purposes of this thread (in case of many other user submitted stations)

Ok.... so.... where's the collection ?

It's on it's way - Having trouble uploading the package
Package is up now

Here is some good interesting reading for streaming satellite radio to your devices
http://forum.xda-developers.com/showthread.php?t=356812
Plus there are several apps around that allow for easy streaming of satellite radio
and check out this link aslo for some interesting helpful information regarding streaming radio
http://www.smartphonemag.com/cms/blogs/3/2399

here's some Philippine FM Stations... ASX files.

.977 FM Radio
I listen to .977 Music. They have a free app and it works very well. Link to cab here: http://www.977music.com/download/mobileradio.cab

section8prime8 said:
I listen to .977 Music. They have a free app and it works very well. Link to cab here: http://www.977music.com/download/mobileradio.cab
Click to expand...
Click to collapse
I also listen to .977 music but wasn't aware of the cab. Thanks for posting it, I will be giving it a try.
If you know the source of the app and cab it would be nice to give credit or link to thread or web site. If you created it, give yourself some credit.
edit - I should have looked more closely - the app is available from http://www.977music.com/ and clicking mobile tab and so on. Nice find though. Will be testing when I am done work today.

Related

any sport radio program out there?

is there any sport radio program out there? I know there xm radio, but it only got music for the mobile version. Thanks
Heres my solution
Alot of stuff doesnt get streamed via internet radio, but you will get a decent amount
download and install gsplayer, then associate it with .pls files
on your phone, go to thestreamcenter.com, and look up the city where your favorite team is playing (download and open link, most work with gsplayer)
from there your on your own, hopefully, youll catch a local radio station that does sports talk or broadcast

iphone aol radio on mogul??

anybody know how to listen to aol radio like on the iphone app ?? that would be sweet
nope
but doesn't it piss you off that they're putting out all this stuff for the iphone, when our phones have always had the capabillities for that. I'd just settle for using gsplayer with saved shoutcast playlist on the memory card. Works great and no commercials (depending on what station you get).
aol radio ppc
odm420 said:
anybody know how to listen to aol radio like on the iphone app ?? that would be sweet
Click to expand...
Click to collapse
Hi,
You can use tcpmp or any other program that can stream mp3 format (cbs fotmat)
To get the station url use:
http://guide.play.it/GuideWebServices/StationGuideService.asmx/GetStationInfoEx?stations={stationid}&nocache=9131633
{stationid}=id of the station you wanna hear.
In the response xml look for <StationStream> node and inside that node look for StreamURL, then play that url in tcpmp.
You can also get the song info using:
http://songid.play.it/NowPlayingWeb/SongIDService.asmx/GetUpcomingStationSongs?stationID={stationid}&nocache=3605534
You can grab the stations ids just viewing the source code from:
http://player.play.it/player/aolPlayer.html?v=new3.11.87&ur=1&us=1&id=841
This is a fragment of the js code that you should look:
case 'AOL Recommends':
subgenres = new Array('Awesome &apos;80s','Classic Rock','Fresh 100','Lite Rock','Oldies Hits','Sinatra Style','Smooth Jazz','Super &apos;70s','Top Country','Top Jams','Top Pop');
subgenreIds = new Array('757','781','2584','841','867','906','909','916','601','927','930');
subgenres is the station name.
subgenreIds is the station id.
E.G:
To get the url for 'Classic Rock':
http://guide.play.it/GuideWebServic...GetStationInfoEx?stations=781&nocache=9131633
Regards,
Hlov
Huh?
That doesnt work.
Its a flash video stream that the flashplayer plays the audio only.
Also somethign else, that i dont know
Im tryign this stream http://player.play.it/player/player.html?id=118&onestat=klli-freefm

LOve ya dance music

Go to frenchkiss fm using internet explorer and click on the winamp symbol (its the icon which looks like a yellow lightening bolt, just before the iphone icon on the right of the page) now as long as you have coreplayer, you can listen to some bangin tuneage, been a massive fan for years. May work with other players you have on the Leo, but only have core will try other sites, will try to provide a core link dedicated to it if i can
Try shoutcast radio as well for more choice, and once clicked a radio station choose to use own media player. dont know what usage of your data service plan this wiil use up, so use wisely and will try to find out, could be minimal or excessive so be WARNED
do you mean frenchkissfm.com ? the frenchkiss.fm url doesn't work.
Yeah sorry ignore the . between frenchkissfm, and now found out kinoma freeplay gives you access to the shoutcast radio stations, as far as i can tell all of them, sweet
wunder radio
Just get this from market place. It's quality, and has loads of good house/trance stations. ibiza global radio is my personal favourite.
Cheers
Ian

[q]Slacker Radio on Vibrant

So question, i read some where that the slacker radio that is preloaded on the vibrant is different than the one from the market. Anyone know the differences? I work in a Cubical environment and use Slacker for about 3-4 hours every day however when i used it on my unlocked iphone i would use the fine tune option but i cant seem to find it on the Android one. Am i missing something?
I haven't seen anything different. Slacker does differ from platform to platform. So each one is a little different depending on the platform.
speoples20 said:
I haven't seen anything different. Slacker does differ from platform to platform. So each one is a little different depending on the platform.
Click to expand...
Click to collapse
Do you use Slacker on a regular basis? Do you know where the "Fine Tune section" is located on android?
Android guys said
Features found in Slacker Radio 2.0 for Android:
Music library featuring millions of songs
High-quality stereo playback
Over 120 professionally programmed genre stations
Create custom stations based on artists or songs
Fine tune stations on-the-fly to play more of the music you like
View artist biographies and photos
View album art and reviews
“Peek Ahead” artist and album preview
Pause and skip songs
Rate songs as favorites
Ban the songs and artists you don’t like
Added benefits of Slacker Radio 2.0 with Slacker Radio Plus:
Cache stations - enjoy Slacker Radio even without a Wi-Fi or cellular network
Greatly improved battery life on cached station playback
Auto Station Refresh - Allows automatic overnight station syncing
Unlimited song skipping
Ad-free listening
Complete song lyrics
Unlimited song requests for creating stations
Click to expand...
Click to collapse

Whch online radio application do you use?

Hi folks
I'm after a nice radio application to use when I'm in my car, which applications do you use? I like Hardstyle, Country, Classical and 60's style.
Thanks
I use tunewiki
the best for me, better than "tunein" which takes time to fix the webradio
you can select your style of music with shoucast radio
Tuneinradio is the best..check it out
I like to set mine up to listen to the Virtual DJ radio streams.
The best player I have found for this is Retro Radio Streamer, basic but customise it the way I want it and it does the job.
Pandora here
IMHO: XiiaLive ist the best app for internetradio
TuneIn - my favourite.
yeah tunein radio is the best, just search for the station you want (uk or not) and listen, buffering only takes seconds and it tells you what show your listening too

Categories

Resources