What steps will reproduce the problem? Drag and drop into Applications folder from.dmg. Drag and drop link from web, url matches manual copy and paste link, both same result. Press Rip bu.

What steps will reproduce the problem? XStreamRipper 1.1.4 works perfectly and save Itunes Radio files 2. The files are aac (or mp3 if you use 1.05 version). But I can't listen this files with Itunes or Quicktime or VLC (just works Mplayer) What is the expected output? What do you see instead? Itunes just put: ' 1.FM Blues' and don't works What version of the product are you using?

On what operating system? Mac OSX 10.5.8 2 Ghz Intel Core 2 Duo Please provide any additional information below.

Xstream Ripper For Mac Os

XStreamRipper is a GUI for streamripper for the Mac. The application allows you to rip music from radio stations, like those available in iTunes. It taps into the radio stream, detects what song is being played and gives you MP3 files with no DRM protection, so. XStreamRipper 1.1.4. StreamRipper GUI for Mac OS X that allows you to select a radio station (from iTunes or the like). Apr 12th 2008, 20:48 GMT.

Xqd card reader for mac. Apple disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. Apple may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Apple can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Apple Footer.This site contains user submitted content, comments and opinions and is for informational purposes only.

The radio is 'Absolute Blues Hits' () Original issue reported on code.google.com by mserv.@gmail.com on 13 Dec 2010 at 4:16. ITunes does not play aac files, it does however play m4a files.

There is no difference in the data contained in an aac file compared to m4a, but you do need to re-package the data. If the stream is mp3, streamripper creates mp3 files.

Xstreamripper For Mac

If the stream is aac, streamripper creates aac files. Some radio stations use mp3, others use aac. The mp3 files are iTunes-ready. Aac files need re-packaging. Here is a script I use to convert aac to m4a to make the streamripper files compatible with iTunes: #!/bin/sh # allaac2m4a # This script converts all aac files in the current directory to m4a for # iTunes compatibility. # Deletes the original aac files.

Xstream Ripper For Mac Mac

Depends on ffmpeg in /opt/local/bin # as installed via macports. PATH=/opt/local/bin:/usr/bin:/bin for x in *aac do BN=`basename '$x'.aac` echo $BN ffmpeg -i '$x' -acodec copy -absf aac_adtstoasc '$BN.m4a' && rm '$x' done Original comment by m.@scrapzap.com on 6 Sep 2012 at 6:29.