Go Back   PCMech Forums > Help & Discussion > Internet, Web Applications, & The Cloud

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 06-22-2008, 01:08 AM   #1
Member (10 bit)
 
faint545's Avatar
 
Join Date: Mar 2006
Location: Maryland
Posts: 550
iRadeo Help!!

I just found this nifty audio player: http://www.iradeo.com/

So far, i've followed every bit of instructions but when i test it out nothing loads. I've uploaded the songs on to my web server and I pointed the file in the right directory (I think).

The config.php file for mine looks like this...

PHP Code:
<?php
// (c) iRadeo.com

// Player Title
$title 'EOTU Playlist';

// Display labels
// Set any label to '' to hide it.
$labels = array(
                
'song'   => 'Song',
                
'artist' => 'Artist',
                
'album'  => 'Album'
               
);

// Directory where the mp3s are stored. (eg: /root/mp3s/)
// Example:
// Plesk users - /var/www/vhosts/yourdomain.com/httpdocs/mp3s/
// Cpanel users - 
$mp3_dir '/music/';

// Public address to the mp3 folder. (eg: http://www.site.com/mp3s/)
$http_path 'http://www.earsoftheunderground.com/music';

// Enable/Disable Shuffle.
// If enabled, will pick songs randomly (no song from a single artist or album will be played twice in a row).
// If disabled, will sort songs alphabetically by filename/pathname and play sequentially.
$shuffle true;

// Limits the number of songs that can be skipped before having to listen to one whole song.
// -1 is unlimited, 0 means no skipping, 1+ means x skips, then you must listen to a whole song.
$skip_limit 5;

// Array of playable filetypes. Only .wav and .mp3 will work.
$playable = array('mp3''wav');

// Enable/disable auto-play when the page loads
$auto_play true;
?>
My mp3 files are stored in http://www.earsoftheunderground.com/music
__________________
Kerberos2:
Corsair Obsidian 700D
ASUS M4A89TD
Radeon HD 5850
A-DATA 8GB DDR3 1333
AMD Phenom II x6 1055T @ 2.8GHz w/ Corsair H50
Corsair 850HX PSU
WD Blue 160GB 7200 RPM SATA HDD
WD Black 640GB 7200 RPM SATA HDD
ASUS DVD/CD Drive
faint545 is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 07:08 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2