Foobar2000

Alles rund um den Foobar ab Vers. 0.9
Antworten
Strictly4me
★ Ehrenmitglied ★
Beiträge: 5279
Registriert: 10.11.2003, 17:49

Beitrag von Strictly4me » 05.05.2005, 21:52

Alles klar jetzt!
Schaut gar net so schlecht aus:

Bild

((((( Strictly4me )))))

Tante Google

Beitrag von Tante Google » 05.05.2005, 21:52


Lionhead
Superhirn
Superhirn
Beiträge: 1280
Registriert: 10.11.2003, 18:13

Beitrag von Lionhead » 06.05.2005, 17:38

Weiß jemand von ech wie ich über foobar musik übers lan oder internet senden kann? Also so ne art Webradio.

mfg Lionhead
Bild

Strictly4me
★ Ehrenmitglied ★
Beiträge: 5279
Registriert: 10.11.2003, 17:49

Beitrag von Strictly4me » 07.05.2005, 10:07

Das Wombat Share (foo_wbtshare) vielleicht?

((((( Strictly4me )))))

Lionhead
Superhirn
Superhirn
Beiträge: 1280
Registriert: 10.11.2003, 18:13

Beitrag von Lionhead » 07.05.2005, 19:43

hm da ist glaub ich nit ganz das richtige. Suche sowas wie SHOUTcast für Winamp.
Bild

Lionhead
Superhirn
Superhirn
Beiträge: 1280
Registriert: 10.11.2003, 18:13

Beitrag von Lionhead » 07.05.2005, 21:17

Ok habe eine andere Lösung gefunden und klappt ganz gut.

http://www.hydrogenaudio.org/forums/lof ... 18684.html
Bild

Strictly4me
★ Ehrenmitglied ★
Beiträge: 5279
Registriert: 10.11.2003, 17:49

Beitrag von Strictly4me » 08.05.2005, 11:21

Update!

((((( Strictly4me )))))

Lionhead
Superhirn
Superhirn
Beiträge: 1280
Registriert: 10.11.2003, 18:13

Beitrag von Lionhead » 08.05.2005, 18:59

Muss ich auch mal testen.

Ist das bei euch auch wenn ihr den PlaylistTree verwendet das euer Foobar dann sehr langsam wird?

--[]--Lionhead--[]--
Bild

Strictly4me
★ Ehrenmitglied ★
Beiträge: 5279
Registriert: 10.11.2003, 17:49

Beitrag von Strictly4me » 08.05.2005, 19:37

Bei mir nicht!

((((( Strictly4me )))))

Lionhead
Superhirn
Superhirn
Beiträge: 1280
Registriert: 10.11.2003, 18:13

Beitrag von Lionhead » 08.05.2005, 23:06

Hm dann muss ich da nochma schaun.


--[]--Lionhead--[]--
Bild


Strictly4me
★ Ehrenmitglied ★
Beiträge: 5279
Registriert: 10.11.2003, 17:49

Beitrag von Strictly4me » 09.05.2005, 21:36

Viel besser! Jetzt braucht man wenigstens die CSS-Datei nicht mehr.

Bild

Hier die Codes dazu:
Header

Code: Alles auswählen

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="null">
<style TYPE="text/css">
<!--
BODY { background: #26303C; }
.para1 { margin-top: -42px; margin-left: 210px; margin-right: 10px; font-family: "font2, Arial"; font-size: 30px; line-height: 40px; text-align: left; color: #E5E8DE; }
.para2 { margin-top: 15px; margin-left: 15px; margin-right: 50px; font-family: "font1, Arial Black"; font-size: 50px; line-height: 30px; text-align: left; color: #BC9D28; }
-->
</style>
<title>foobar2000 Generated PlayList</title>
</head>
<body BGCOLOR="#000080" topmargin="0" leftmargin="0" ext="#E5E8DE">
<!--TOOLBAR_START-->
<!--TOOLBAR_EXEMPT-->
<div align="center">
<div CLASS="para2" align="center">
<p>foobar2000</p>
</div>
<div CLASS="para1" align="center">
<p>playlist</p>
</div>
</div>
<hr align="left" width="100%%" noshade size="5" color="#E5E8DE">
<div align="right">
<table border="0" cellspacing="0" cellpadding="0" width="98%%">
<tr>
<td>
<medium>
<medium>
<font color="#818893" face="Arial">
Playliste Gesamtspielzeit: </font>
$if($strcmp(%_playlist_length_hours%,0),,
[<font face="Arial" color="#923B44">
%_playlist_length_hours%</font>
<font color="#818893" face="Arial">
 Stunde$if($strcmp(%_playlist_length_hours%,1),,n) </font>])
$if($strcmp(%_playlist_length_minutes%,0),,
[<font face="Arial" color="#923B44">
%_playlist_length_minutes%</font>
<font color="#818893" face="Arial">
 Minute$if($strcmp(%_playlist_length_minutes%,1),,n) </font>])
$if($strcmp(%_playlist_length_seconds%,0),,
[<font face="Arial" color="#923B44">
%_playlist_length_seconds%</font>
<font color="#818893" face="Arial">
 Sekunde$if($strcmp(%_playlist_length_seconds%,1),,n) </font>])
</medium>
</medium>
<br>
<medium>
<medium>
<font face="Arial" color="#923B44">
%_playlist_total% </font>
<font color="#818893" face="Arial">
 Track$if($strcmp(%_playlist_total%,1),,s) in der Playliste</font>
<BR>
</medium>
</medium>
</td>
</tr>
</table>
</div>
<blockquote>
<p>
<font color="#BC9D28" face="Arial">
<big>Dateien der Playliste:</big>
</font>
<ul>
<font face="Arial" color="#E5E8DE">
<small>$crlf()
Entry Format

Code: Alles auswählen

$num(%_playlist_number%,$len(%_playlist_total%)): [%artist% - ]$if2(%title%,%_filename%)[ '('%_length%')']<BR>$crlf()
Footer

Code: Alles auswählen

</font></ul></blockquote><hr align="left" width="98%%" noshade size="10" color="#E5E8DE"></body></html>$crlf()
((((( Strictly4me )))))

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 10.05.2005, 12:26

Bild

Nemoflow
Elite
Elite
Beiträge: 2194
Registriert: 07.03.2004, 18:30

Beitrag von Nemoflow » 12.05.2005, 08:32

Bild

Strictly4me
★ Ehrenmitglied ★
Beiträge: 5279
Registriert: 10.11.2003, 17:49

Beitrag von Strictly4me » 12.05.2005, 10:08


beaver

Beitrag von beaver » 12.05.2005, 12:37

*foobar-auch-für-linux-haben-will*
sollte ja nicht allzu schwer sein das ganze dvi zu bekommen

Antworten