Windows
Winamp Plugin [Status: Release Quality]
Latest Version (v0.67) (Using v0.943 of the protocol) [] Downloads
Handy new tip
Find the place in the registry where the Winamp Vorbis plugin is storing its settings. mine is: "HKEY_CURRENT_USER\Software\Winamp\in_vorbis".
Under the "in_vorbis" key, add a DWORD value called "httpseek2", with a value of 1. This will allow you to 'seek' in
OGG Vorbis streams, which is nice. Kudos to HydrogenAudio Forum Thread
Please be aware you could cause harm by editing your registry, I don't recommend you doing this if you don't know what
you're doing, and even if you do know what you're doing, don't blame me if it goes horribly, horribly wrong ;)
N.B. Winamp must not be running while you make this registry change or it will be ignored! (Cheers Eggboy
Foobar2000 Plugin [Status: Late Beta]
Latest Version (v0.711) (Using v0.943 of the protocol) [] Downloads
This version no longer puts information in the meta-tags since that doesn't appear to work :(
instead if 'kludges' the url to have an extra parameter 'wsTitle'. This parameter can then be searched for
by tagz and used to display a nice title rather than the url. Here is the example formatting string I'm using:
// formatting for files without all the tags:
,
$if(%title%,
$puts(title,%title%)$if(%artist%,$puts(artist,%artist%)),
$puts(title,$if($stricmp($left(%_path_raw%,7),'http://'), $if( $greater($strstr(%_path_raw%, 'wsTitle'), -1), $substr(%_path_raw%, $add($strstr(%_path_raw%,'wsTitle'),8), $len(%_path_raw%)), %_path_raw%),
%_filename_ext%)))
)
Standalone Server [Status: Early Alpha]
Latest Version (v0.1) (Using v0.943 of the protocol) [] Downloads
Can process Mp3/OGG files and share them without requiring a media player to be running.
Early first release, use at your own risk ;)