snapshots of airtime 2.2
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    I'm trying this new alpha/beta version of airtime (2012 08 31 and before...)

    two things for the moment :

    - media monitor reworking all files with mp3gain, for normalize audio. But that take a lot of processes ...
    - liquidsoap is not recreated whit upgrade (from a beta to another)


    for info (for crazy people who want try this): http://apt.sourcefabric.org/snapshots/
  • 6 Comments sorted by
  • - media monitor reworking all files with mp3gain, for normalize audio. But that take a lot of processes ... 

    This should be running in the background with very lower resource usage. You've found otherwise? 

    - liquidsoap is not recreated whit upgrade (from a beta to another) 

    Do you mean not restarted?
    Airtime Pro Hosting: http://airtime.pro
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    Reply to @Martin+Konecny:

    "This should be running in the background with very lower resource usage. You've found otherwise? "

    not really, take 100% of cpu ...

    "liquidsoap is not recreated whit upgrade (from a beta to another) "

    sorry for that ;-)

    /etc/airtime/liquidsoap.cfg
    Post edited by Albert FR at 2012-08-31 15:14:38
  • Tonight's nightly should put the ReplayGain calculation priority to a low value so it doesn't starve other processes. But if no other process is running, then it will take 100% (as it should).
    Airtime Pro Hosting: http://airtime.pro
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    ok, and have you seen for liquidsoap.cfg ?
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    a new error today 09/01 :

    At /usr/lib/airtime/pypo/bin/liquidsoap_scripts/ls_lib.liq, line 272, char 49:
      the variable output.shoutcast used here has not been previously defined.

    see you
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    the problem is here :

    #        output.shoutcast_mono = output.shoutcast(id = "shoutcast_stream_#{stream}",
    #                    host = host,
    #                    port = port,
    #                    password = pass,
    #                    fallible = true,
    #                    url = !url_ref,
    #                    genre = !genre_ref,
    #                    name = !description_ref,
    #                    user = !user_ref,
    #                    on_error = on_error,
    #                    on_connect = on_connect)
    #
    #        output.shoutcast_stereo = output.shoutcast(id = "shoutcast_stream_#{stream}",
    #                    host = host,
    #                    port = port,
    #                    password = pass,
    #                    fallible = true,
    #                    url = !url_ref,
    #                    genre = !genre_ref,
    #                    name = !description_ref,
    #                    user = !user_ref,
    #                    on_error = on_error,
    #                    on_connect = on_connect)