Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Audio stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 02-05-2009, 01:32 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

www.jango.com: How to record free streaming music from Jango? (http:// .mp3)


How to record free streaming music from Jango?
Reply With Quote
  #2  
Old 06-08-2009, 01:01 AM
Stream Recorder
 
Posts: n/a
Default

Re: www.jango.com: How to record free streaming music from Jango? (http:// .mp3)


You can find URLs to MP3 streaming music using freeware URL Snooper. And you can download them with your browser or any download manager.

You may also find some other methods in the following FAQ:
FAQ: How to record/download/capture/save Adobe Flash .FLV video and MP3 audio HTTP stream from embedded player

Replay Media Catcher can perfectly record HTTP .mp3 streaming music from jango.com:
Tutorial: How to record streaming music from Jango with Replay Media Catcher
Reply With Quote
  #3  
Old 10-12-2009, 03:28 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: www.jango.com: How to record free streaming music from Jango? (http:// .mp3)


Neat little Jango.com "trick":
Quote:
Hey all...
Was playing around with Jango.com (A Pandora clone, but streams 128kbps MP3s)

I found a neat little trick where you can get any song by any artist without having to wait around for for the actual song to play.
  1. Open Replay Music or Replay Media Catcher's new Record Audio tool (in the tools menu) and make sure they are recording.
  2. Pick an artist and a song by that artist. For this example I will use "The Beatles" and the song "A Day In The Life"
  3. Open your browser; in the URL bar enter a URL in this format: http://www.jango.com/music/<artist>/<title>
  4. Here is the URL for the song I want: http://www.jango.com/music/The Beatles/A Day In The Life
  5. The tool you used should pick up the stream, and voila, you got the song legitimately.

I don't know how long this trick will last, so enjoy it while you can!
-andy.
replay
Reply With Quote
  #4  
Old 04-19-2012, 05:40 AM
Eprst_Lalaikin Eprst_Lalaikin is offline
Junior Member
 
Join Date: Apr 2012
Posts: 2
Eprst_Lalaikin is on a distinguished road
Default

Re: www.jango.com: How to record free streaming music from Jango? (http:// .mp3)


I've done this way:
Code:
#!/usr/bin/env perl

# created 18.04.2012
# This obtains "endless" jango "stream" as playlist.m3u file.
# So you can open it in vlc, xmms, e.t.c for listening online and editing.
# And you can give it to wget to download all files at once.
# This requires curl to be installed in your system

# At first, please set up values below, then run script
#where do you want start from:
 $url="http://www.jango.com/music/Adele";
#How many items in playlist you want to generate?
 $num=10;
#I've actually done with 400
#$num=400;

# Getting "sid"
$nres=`curl "$url?c=1" -c cookie`;
if ($nres=~/\(new Image\)\.src \= "http:\/\/a\.jango\.com\/0\/none\/\%252Fmusic\%252FAdele\%253Fc\%253D1\?sid=(.+)"\;/)
{
	print "found sid -> $1\n";
	$sid=$1;
}
else
{
	print "error finding sid\n";
	die;
}
print "--done with finding sid--\n\n";

# Let's start querying jango for the next track in loop
$list="";
open(OUTFILE, ">playlist.m3u") or die "Can't open playlist for write: $!";
$cont="first_time=1";
$suc=0;
for ($c=1;$c<=$num;$c++)
{
	$nres=`curl "www.jango.com/streams/0?sid=$sid&ver=4&suw=0&$cont&cb=1334773329775" -b cookie`;
	$cont="next=1";
	if ($nres=~/{"ver":4,"url":"(http:.+)"}/)
	{
		print"$c  -> $1\n";
		$list=$list . "$1.mp3\n";
		$suc++;
	}
	else
	{
		print "$c -> error getting item!";
	}

}
print OUTFILE $list;
print "\nObtained $suc of $num items\n";
Reply With Quote
  #5  
Old 08-07-2012, 05:38 PM
Eprst_Lalaikin Eprst_Lalaikin is offline
Junior Member
 
Join Date: Apr 2012
Posts: 2
Eprst_Lalaikin is on a distinguished road
Default

Re: www.jango.com: How to record free streaming music from Jango? (http:// .mp3)


Sorry, but there is error at line 19.
replace
Quote:
if ($nres=~/\(new Image\)\.src \= "http:\/\/a\.jango\.com\/0\/none\/\%252Fmusic\%252FAdele\%253Fc\%253D1\?sid=(.+)"\;/)
with
Quote:
if ($nres=~/\?sid=(.+)"\;/)
or it will work with one given url (http://www.jango.com/music/Adele) only
Reply With Quote
  #6  
Old 11-21-2016, 05:22 AM
higdeeng higdeeng is offline
Junior Member
 
Join Date: Nov 2016
Posts: 1
higdeeng is on a distinguished road
Default

Re: www.jango.com: How to record free streaming music from Jango? (http:// .mp3)


Have you tried Allavsoft? It is good to download Jango Audio to MP3, WAV, AAC, M4A, FLAC, WMA, etc.
Reply With Quote
Reply Post New Thread
Tags: , , , , , , , , , , , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:30 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons