Hallo,
Ich habe hier eine Config von einem Shoutcast Auto Dj
Ich möchte nun Zeile 22 und 23 Auslesen und Bearbeiten aus dieser Config, aber finde einfach keine passende lösung, in google wie man dies anstellt. Und nein, das ganze aufeinmal möchte ich nicht auslesen sondern nur die einzelnen Zeilen
Ich habe hier eine Config von einem Shoutcast Auto Dj
Code:
; Sample sc_trans/0.35-j config file
; j.frankel 12/05/00
; t.pepper 10/31/00
; (relays not supported, yo)
;
; sc_trans operates in one of two modes, either reading mp3s off disk, decoding,
; re-encoding, and then broadcasting them, or relaying from a shoutcast server,
; transcoding to a lower bitrate, and broadcasting to a new server.
; sc_trans accepts the following signals:
; HUP - flush logfiles (close and reopen) -- will make console logging stop
; WINCH - jump to next song
; USR1 - reload playlist off disk (will not interrupt current playing stream)
; USR2 - toggle shuffle on/off
; TERM - normal sc_trans shutdown (clean)
; PlaylistFile (required EVEN IF RELAYING) - playlist file (to create, use
; find /path/to/mp3/directory -type f -name "*.mp3" > playlist_filename.lst
PlaylistFile=example.lst
; ServerIP/ServerPort are the target server to send to
ServerIP=localhost
ServerPort=Bitte Ändern
Ich möchte nun Zeile 22 und 23 Auslesen und Bearbeiten aus dieser Config, aber finde einfach keine passende lösung, in google wie man dies anstellt. Und nein, das ganze aufeinmal möchte ich nicht auslesen sondern nur die einzelnen Zeilen
Zuletzt bearbeitet: