PLS datein mit Wimpy abspielen?

  • hey leute...
    ich wollte mit wimpy PLS datein abspielen (shoutcast von einem radio) aber irgendwie bekomme ich das nicht hin.. weiß einer von euch wie das geht?
    im FAQ von wimpy steht folgendes

    Yes, however pls and m3u files must reside in the same folder as wimpy.php. You can not run Wimpy off of a pls or m3u file directly. You must rely on wimpy.php re-interpreting the pls and m3u files.

    When pls or m3u files are present in the same folder as wimpy.php, they appear as sub-directories within Wimpy's Playlist display (e.g. they have a [ + ] symbol next to each pls or m3u file.

    ich hab schon alles versucht.. mit einer xml datei.. aber ich bekomm das einfach nicht hin *wein*

    wisst ihr wie das geht`?? würde mich tierisch freuen..

    mfg...

  • ich hab das trotzdem nicht hinbekommen..
    könnt ihr mit weiter helfen?

    hab es mit einer xml datei versucht die so aussieht

    Code
    <playlist>
    	<item>
    		<filename>http://85.214.105.182:8000/?foo=bar.mp3</filename>
    		<artist>radio</artist>
    		<title>radio</title>
    	</item>
    </playlist>

    hab das /?foo=bar.mp3 auch mit listen.pls und ohne versucht geht beides nicht..

    dann das shoutcast was man sich laden kann hab ihc in der wimpyshout.php das so geändet..

    Code
    // Settings
    $host = "85.214.105.182";				// Shoutcast Host
    $port = "8000";					// Shoutcast Port
    $mount = "/";					// Used for alternate path to "Streaming URL" -- leave as "/" for the default setup.
    $icecastInterval = "5";		// Max number of MB to load
    $wimpySwf = "wimpy.swf";	// Button SWF file name
    $width = "260";					// Width of the button
    $height = "354";					// Height of the button
    $buttonStyle = "circle";		// Button style: Can be "circle" or "square";

    doch es geht nicht.. habt ihr ne idee woran es liegt?