IPv6 Multicast Internet Radio Station backed by a MySQL database, PHP webbased frontend, a seperate mp3 gatherer/indexer and the pride of it all: Radio.Unfix which sends your mp3's onto the internet using only one stream for unlimited listeners.

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow Radio.Unfix

Radio.Unfix Web Site

Other Useful Business Software
$300 in Free Credit Towards Top Cloud Services Icon
$300 in Free Credit Towards Top Cloud Services

Build VMs, containers, AI, databases, storage—all in one place.

Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Get Started
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
0
0
0
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Database.sql is a bit wrong replace it with that: CREATE TABLE playlist ( song_id int(11) NOT NULL default '0', playlist_time datetime NOT NULL default '0000-00-00 00:00:00', KEY playlist_time (playlist_time) ) ENGINE=MyISAM COMMENT='The playlist of songs that have been played'; CREATE TABLE pools ( pool_id int(11) NOT NULL auto_increment, pool_name varchar(255) NOT NULL default '', pool_host varchar(255) NOT NULL default '', pool_location varchar(255) NOT NULL default '', pool_online enum('Y','N') NOT NULL default 'Y', pool_description text NOT NULL, PRIMARY KEY (pool_id) ) ENGINE=MyISAM COMMENT='Pools of mp3''s, allowing us to switch moods and turn on/off ' AUTO_INCREMENT=10 ; CREATE TABLE songs ( song_id int(11) NOT NULL auto_increment, pool_id int(11) NOT NULL default '0', song_artist varchar(255) NOT NULL default '', song_title varchar(255) NOT NULL default '', song_album varchar(255) NOT NULL default '', song_filename varchar(255) NOT NULL default '', song_filesize varchar(255) NOT NULL default '', song_active enum('Y','N') NOT NULL default 'Y', song_lastchecked timestamp NOT NULL , song_albumtrack int(11) NOT NULL default '0', song_comment varchar(255) NOT NULL default '', song_producer varchar(255) NOT NULL default '', song_recordlabel varchar(255) NOT NULL default '', song_year int(11) NOT NULL default '0', song_genre varchar(255) NOT NULL default '', song_genreid int(11) NOT NULL default '0', song_voted int(11) NOT NULL default '0', song_played int(11) NOT NULL default '0', song_tagtype varchar(20) NOT NULL default '', PRIMARY KEY (song_id), KEY song_artist (song_artist), KEY song_title (song_title), KEY song_album (song_album) ) ENGINE=MyISAM COMMENT='The songs available on the radio' AUTO_INCREMENT=11978 ; CREATE TABLE votes ( song_id int(11) NOT NULL default '0', vote_host varchar(255) NOT NULL default '', vote_time datetime NOT NULL default '0000-00-00 00:00:00', vote_handled enum('Y','N') NOT NULL default 'N', KEY song_id (song_id,vote_host), KEY vote_handled (vote_handled), KEY song_id_2 (song_id) ) ENGINE=MyISAM COMMENT='The votes cast by the website';
Read more reviews >

Additional Project Details

Operating Systems

BSD, FreeBSD, Linux, NetBSD, OpenBSD, Windows

Languages

English

Intended Audience

End Users/Desktop, System Administrators, Telecommunications Industry

User Interface

Non-interactive (Daemon), Web-based, Win32 (MS Windows)

Programming Language

C, PHP

Related Categories

C Database Software, C Networking Software, C Presentation Software, C MP3 Software, PHP Database Software, PHP Networking Software, PHP Presentation Software, PHP MP3 Software

Registered

2004-02-18