Follow these steps:
Radio.Blog is a web-based flash application which dynamically creates a playlist of audio files to be heard by a website's visitors. It is a standalone application, requiring the visitor only to have flash installed on their computer. Juke.Blog is NOT radio.blog. Juke.blog is a radioblogclub.com feature which lets you select a list of favorite songs from the radioblogclub.com database. This playlist of favorites is only available to you when you visit the club website - it cannot be output, or used externally.
Note: There is an archive of all of the Radio.Blog versions available located here.
Please see this thread.
Please see this thread.
RBDJ (aka Radio.blogDJ) created by Albright is a free PHP script that allows members of a community to upload their own music in MP3 format into your radio.blog's playlist. rbDJ can be integrated into forums, blogs and CMSs which feature a member database. Administrators will also have administrator privileges on rbDJ. Click here to go to the thread that talks about RBDJ and here to download it and/or find out more.
Please see this thread.
Please see this thread.
Try using this modified playlist.php that allows special characters and has a better shuffle function.
Please see this thread for a detailed tutorial on how to install radio.blog. A shorter and more recent tutorial that includes visuals written by Berticus can be found here. If you are more of a visual learner or cannot read English well, you may want to try Berticus's Video Tutorials, but please note that they are currently in a “beta” stage and need to be perfected, so we encourage you to leave comments or suggestions about it.
Please see this thread.
Please see this thread.
Thanks to DarkPontiac and absent, we have found a successful way to put radio.blog on myspace! The entire thread is here, but the direct link to the directions are here. DarkPontiac has also created a program that will help you with the coding, which can be found here.
Or you can use radio.blog 3.0 and use pldilley's technique here.
In short, you probably can't. You kind read a more descriptive explanation provided by Berticus here.
kolot182 has found a way to put radio.blog on Friendster. Learn more about it here.
First make sure you set up your radio.blog at a different host first. If you need more help with that, please refer to one of the previous questions above that says “I don't understand how to install radio.blog. Can you help?” After you have set up your radio.blog online, refer to this post to find out how to include radio.blog on your actual blogger page.
Please see this post.
We do not encourage this. Berticus offers an excellent explanation here. In short, you cannot and/or are not allowed to. Sorry. Buy the CD!
From CDs or MP3s you already own. If you have none, purchase them.
If you are planning to follow directions and convert the songs, then no, you cannot. The only way you can do this is if you convert them to .MP3. However, if you use the non-PHP version or see the directions for “Customized Order Playlist” above, then you can, but your songs will remain the same size, which can be a problem since it will take up plenty of bandwidth and file space.
If you want to put your radio.blog on a free host, there are some things you should look for, such as:
°not necessary if you use the non-PHP version.
°°not necessary if you use the SWF version.
Note: A host that you should beware of is 100webspace.com and their sibling hosts as it is not compatible with radio.blog. See this thread for a list of working hosts. If you have a suggestion for a good host, please post here.
It varies from user to user, depending on how many people listen to your songs, how many songs you have, and how large your mp3 file is. Bandwith = Number of MP3s x Size of MP3s x Number of Listeners.
This can be solved using the non-PHP method hannaxbear produced, which you can find out more about here.
Download Ghismo's ASP version here. If you are having any type of trouble with it, please refer to the ASP thread.
Please see this thread.
Though we are not 100% sure as to what a concrete solution might be at the moment, we know that you may need some “extra-troubleshooting”. For now, try using the non-PHP version, the ASP version, or get a nix server (Unix/Linux/BSD).
You can do this by uploading the entire sounds folder to the server you plan to host your music files on. Then open config.xml and change the playlist.php file path to the new URL of the playlist.php file (ex. http://musicserver.com/sounds/playlist.php). The playlist.php file path looks like this in the config.xml:<playlist path="sounds/playlist.php" />
Yes, please use Berticus' modded version of radio.blog here. This mod was originally created to help save bandwidth by allowing a user to use multiple servers to host their radio.blog, but keep it within the same radioblog. Please send any feedback about the instructions, as well as the mod itself, to Berticus.
Please see the following.
If you have edited the config.xml to change the colors, the background, or anything similar, you can do four things:
If you still cannot get it to work properly, then feel free to post a new thread.
This is a timestamp, representing when you uploaded it. You cannot get rid of it. However, you can get it to say “now” instead. To do this, open your playlist.php file with Notepad, and look for:
echo "<track trackMod=\"".$trackMod."\" title=\"".$trackName."\" path=\"".$webPath.$track."\"/>\n";
And replace it with:
echo "<track trackMod=\"9999999999\" title=\"".$trackName."\" path=\"".$webPath.$track."\"/>\n";
If you have a 2.x version lower than 2.4, then please see this post.
Basically, you can't control the scrolling speed, so you'll either have to deal with it or download Radio.Blog 1.4.
Click on the button on your radio.blog labeled “I want my radio.blog”.
If you are using the SWF version, or any other version that modifies the filenames/types from the standard ”.rbs” you will be unable to add your songs to the database.
Make sure you are using Radio.Blog 2.5 and in the config.xml file, set the register value to 0, like this: <register value=“0” />
You have four solutions:
Please see this thread.
If your host is siteburg, this is the problem. Use the non-PHP version. If your host is not siteburg, check your playlist.php (on your host, not your computer) and if there is extra ads or coding at the top, use the non-PHP version. If this does not solve the problem, make sure that your song's title contains no foreign characters outside of 1-9 and A-Z. If this still does not work, please try this method, known as the .SWF version.
This might be because of the speed of your internet connection. Try increasing the number of the buffer value in your config.xml. After doing this, you might have to change the crossfader value to 1 as well. In some cases, this may be caused by a slow host. If this is indeed the case, you will need to use lower quality songs (ie. smaller file sizes) or find a new host.
The odds are that it is your host causing the problem. If your host has ads or includes extra coding in all of your files, particularly playlist.php, then therein lies your problem. The extra coding disrupts the parsing of the playlist.php and therefore causes the ”[NaN] undefined” issue. The solution? Find another host. Or you may try using the non-PHP version, which might solve the problem.
The problem lies within your config.xml file. Open it and check if there are any strange symbols like ?»? or - in it. For example, if your config.xml file looks similar to this (notice the - and ?»? in front of each line):
?»<?xml version="1.0" encoding="UTF-8"?>
- <configs>
- <!-- COLORS -->
- <color1 value="6AACBA" /> <!-- LOGO, BUTTON -->
- <color2 value="FFFFFF" /> <!-- BUTTON TEXT, BACKGROUND -->
- <color3 value="6AACBA" /> <!-- PLAYLIST TEXT -->
- <color4 value="000000" /> <!-- BORDER -->
- <bg_opacity value="100" /> <!-- BACKGROUND OPACITY -->
- <!-- PLAYLIST PATH -->
- <playlist path="playlist.xml" />
- <!-- PARAMETERS -->
- <buffer value="7" />
- <crossfader value="0" /> <!-- 1 | 0 -->
- <style value="full" /> <!-- full | mini | compact -->
- </configs>
Then simply delete all of the - and strange characters like ?» and save the config.xml file. It should be fine now.
The problem is that your playlist.php file is probably missing. Did you remember to upload it? Did you upload it to the sounds/ folder? Make sure that you've done this correctly. If you are absolutely sure that you have, then go ahead and post your question on the forums, but remember to include your radio.blog URL!
Please see this thread.
There are 3 ways to do that. You just need to add one of these 3 lines in your index file before the Radioblog.start(); line:
RadioBlog.autoplay.trackmod = '1234567890'; (where '1234567890' represents the timestamp of the song)RadioBlog.autoplay.title = 'artist - title of the song'; (the song name)RadioBlog.autoplay.tracknum = '1'; (track position)At the moment you can't. However astro is working on.
Because the sampling rate of your .rbs files is greater than 22.05 kHz.
There are 2 reasons:
The method consists in creating a playlist.xml file in which you'll have to paste the following code which looks like this (if you have one .rbs file in the folder):
<?xml version="1.0" encoding="UTF-8" ?>
<playlists>
<playlist title="Example 1">
<track trackMod="1158588650" title="TITLE" path="URL" />
</playlist>
</playlists>
You can add as many <track trackMod=“1158588650” title=“TITLE” path=“URL” /> as you want.
Here is another example with several playlists (with 1 song inside each folder):
<?xml version="1.0" encoding="UTF-8" ?>
<playlists>
<playlist title="EXAMPLE 1">
<track trackMod="1158588650" title="TITLE" path="URL" />
</playlist>
<playlist title="EXAMPLE 2">
<track trackMod="1158588650" title="TITLE" path="URL" />
</playlist>
</playlists>
Then open your index file, and edit the file by replacing:
RadioBlog.playlist = 'http://yourdomain.com/folder/sounds/playlist.php'with:RadioBlog.playlist = 'http://yourdomain.com/folder/sounds/playlist.xml'
Open the playlist.php file, then find this line:krsort($this->sounds); and replace 'krsort' with 'asort'.
It's the same step as above, except you have to replace 'krsort' with 'shuffle'.
There are 2 ways.
Either:<embed title="null" type="application/x-shockwave-flash" src="http://stat.radioblogclub.com/radio.blog//skins/default/player.swf" allowscriptaccess="always" bgcolor="#ECECEC" id="radioblog_player_1" flashvars="id=1&status=maximize&playlistPath=PATH TO PLAYLIST.XML OR PLAYLIST.PHP&tracknum=1&colors=body:#ECECEC; border:#BBBBBB;button:#999999;player_text:#666666; playlist_text:#666666;new_tracks:#000000;" height="100%" width="100%">
Or:<embed title="null" type="application/x-shockwave-flash" src="http://stat.radioblogclub.com/radio.blog//skins/default/player.swf" allowscriptaccess="always" bgcolor="#ECECEC" id="radioblog_player_1" flashvars="id=1&status=maximize&playlistPath=PATH TO PLAYLIST.XML OR PLAYLIST.PHP&title=title of track&colors=body:#ECECEC; border:#BBBBBB;button:#999999;player_text:#666666; playlist_text:#666666;new_tracks:#000000;" height="100%" width="100%">
When you search for a song, there should be a heart to the left of the title of the song. To add it, click it and it should turn pink, which means that it has to been added to your playlist.
Click on “Favorites” at the top in the blue section. Now you should see something like:

Notice the pink and white heart to the left. Click it and it should turn gray, meaning it is no longer on your playlist.
We do not encourage this. Berticus offers an excellent explanation here. In short, you cannot and/or are not allowed to. Sorry. Buy the CD!
You can't. Sorry.
Try clicking on the crossfader button at the bottom. If it still does not work, press the “Pause” button and wait for it to finish preloading. Then press “Play.”
Your entire juke.blog is not intended to be placed on a website or blog. It is only here for your own listening pleasure. If you would like to share music on your website or blog, then please download Radio.blog and add your own songs to it.
However, you can place one song on your blog; this is currently a beta feature and is subjet to change without any notice. You can learn how to do this here.
Clear the browser's cookies. If you're using IE, go to Tools > Internet Options, then click “Delete Cookies.”
This is how radio.blog club works: The songs found through the search engine are songs that other people, who have their own radio.blog, are hosting. Radio.blog club does not actually host the music itself.
However, you can make requests here but there is no guarantee that they will be granted.
These are songs that are probably no longer functional because they have been removed from their hosting, but radio.blog is unsure, so it displays the song as red. If you're wondering why these songs “go off-line” (meaning they are removed and no longer work), this is due to how radio.blog club works: The songs found through the search engine are songs that other people, who have their own radio.blog, are hosting. Radio.blog club does not actually host the music itself.
These are songs that are probably no longer functional because they have been removed from their hosting, so the song no longer works. If you're wondering why these songs “go off-line” (meaning they are removed and no longer work), this is due to how radio.blog club works: The songs found through the search engine are songs that other people, who have their own radio.blog, are hosting. Radio.blog club does not actually host the music itself.