Hi everyone,

my logging works fine - almost.
The last strange thing (so far) is the following:

My script looks as follows:

# declaration of live-source
....
# declaration of playlists and default
....
#
morgens = random(weights = [2,1], [elektropop,wave])
tagsueber = random(weights = [2,2,2], [elektropop,elektro,wave])
abends = random(weights = [3,2], [inspop,elektro])
hart1 = random(weights = [4,4,3,1], [elektro,industrial,ebm,bombast])
hart2 = random(weights = [3,5,7,5,1], [elektro,industrial,hellektro,ebm,bombast])
hart3 = random(weights = [4,3,5,2], [noise,industrial,hellektro,ebm])
nacht = random(weights = [4,1], [nachtmusik,experimental])

radio = fallback(track_sensitive=true,[switch([({ 6h-8h }, em),
            ({ 8h-12h }, elektropop),
            ({ 12h-14h }, modern),
            ({ 14h-18h }, wave),
            ({ 18h-20h }, elektro),
            ({ 20h-21h }, inspop),
            ({ 21h-21h30m }, hart1),
            ({ 21h30m-22h30m }, hart2),
            ({ 22h30m-3h }, hart3),
            ({ 3h-6h }, nachtmusik)]),
             default])

radio = amplify(1.,override="replay_gain", radio)
radio = crossfade(start_next=8.,fade_out=5.,fade_in=7.,radio)

full = fallback(track_sensitive=false,[live,radio])

#Metadaten loggen
full = on_metadata(fun(meta) -> system("echo #{quote(string_of(meta[\"song\"]))} - #{quote(string_of(meta[\"on_air\"]))} - #{quote(meta[\"artist\"])} - #{quote(meta[\"title\"])}>> /home/musik/gespielt.log"),full)

# Output the stream as MP3
output.icecast.mp3(name = "welle303", host = "localhost", port = 8000, password = "gamnys", mount = "radio", restart=true, genre="electronica", url="" class="moz-txt-link-rfc2396E" href="http://www.welle303.de">"http://www.welle303.de", description="24/7 nur die beste elektronische Musik", full)


The strange thing is, that in the log, there happens this:

 - 2009/08/15 23:53:13 - Kommando XY - Gestrikland
 - 2009/08/15 23:42:20 - EndZeit-Effekt - Spiel mit dem Feuer
 - 2009/08/15 23:53:13 - Kommando XY - Gestrikland
 - 2009/08/15 23:55:53 - Funker Vogt - Fantasies
 - 2009/08/15 23:59:49 - EndZeit-Effekt - Neuland  ( Intro )
 - 2009/08/15 23:53:13 - Kommando XY - Gestrikland
 - 2009/08/15 23:59:49 - EndZeit-Effekt - Neuland  ( Intro )
 - 2009/08/16 00:02:43 - Gewaltakustik - Heldentod
 - 2009/08/16 00:13:21 - Angstfabrikk - angst gegen e-thik remix
 - 2009/08/15 23:59:49 - EndZeit-Effekt - Neuland  ( Intro )
 - 2009/08/16 00:13:21 - Angstfabrikk - angst gegen e-thik remix
 - 2009/08/16 00:16:46 - C-A-T - Enemy Within (Battle For New Orleans Mix By Caustic)
 - 2009/08/15 23:20:23 - Stereomotion - Torment
 - 2009/08/16 00:16:46 - C-A-T - Enemy Within (Battle For New Orleans Mix By Caustic)
 - 2009/08/16 00:20:50 - Asche - Peter, Jesus & Me
 - 2009/08/16 00:26:45 - FabrikC - Andere Welt
 - 2009/08/16 00:16:46 - C-A-T - Enemy Within (Battle For New Orleans Mix By Caustic)
 - 2009/08/16 00:26:45 - FabrikC - Andere Welt
 - 2009/08/16 00:30:52 - Jäger 90 - Dein Offizier
 - 2009/08/16 00:13:21 - Angstfabrikk - angst gegen e-thik remix
 - 2009/08/16 00:30:52 - Jäger 90 - Dein Offizier


As you can see, some entrys are double with one entry in between. The times are confusing.
This only happens from 21:00 to 3:00. That is the time, when there is a random source running.
In the stream I can't hear anything strange.

I hope, somebody can help. If any info is missing, please tell me.

Best regards
Chricken
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to