Radio.blog owners should use this method to change, or unlist the contact information displayed in Radio.blog.club Directories. Changes will appear in the service in approximately 48 hours.
See an exemple: http://www.radioblogclub.fr/open/143290/
Edit your config.xml file and add this infos about your Radio.blog before the tag </configs>.
<configs>
[...]
<!-- ABOUT THE AUTHOR -->
<author value="your_pseudo"/>
<author_email value="your_email"/>
<author_website value="http://your_website/"/>
<author_img value="http://your_website/avatar.jpg"/>
<!-- ABOUT THE RADIO.BLOG -->
<title value="Your Playlist Title"/>
<playlist_img value="http://your_website/playlist.jpg"/>
</configs>
See an exemple: http://www.mubility.com/radio.blog.2.5/config.xml
Edit your playlist.php file and modify this values:
$author = "your_pseudo";
$author_email = "your_email";
$author_website = "http://your_website/";
$author_img = "http://your_website/avatar.jpg";
$title = "Your Playlist Title";
$playlist_img = "http://your_website/playlist.jpg";
$cover_url = "http://cover.radioblogclub.com/?t=";
$buy_url = "http://store.radioblogclub.com/";
$allow_access_from_domain = "*";
See an exemple : http://www.mubility.com/radio.blog.playlist/sounds/playlist.php
| parameter | Description |
|---|---|
| author | Author of the playlist |
| author_email | Author's E-mail (optionnal) |
| author_website | Author's Website or blog |
| author_img | URL of the author's avatar |
| title | Playlist Title |
| playlist_img | Playlist Image. This image is displayed in the cover zone when Radio.blog starts. |
| cover_url | Script or folder that contain the covers. |
| buy_url | “Buy this track” link and cover link |
| allow_access_from_domain | The domains allowed to access your Radio.blog |