Airtime 2.3.0 RC1 download
  • Hello All,

    After a week of testing, we are pleased to present the 2.3.0 release candidate!

    Download link:

    New features
    • Localization (Chinese, Czech, English, French, German, Italian, Korean, Portuguese, Russian, Spanish)
    • User management page for non-admin users
    • Listener statistics (Icecast/Shoutcast) 
    • Airtime no longer requires Apache document root
    • Replay Gain offset in real-time
    • Enable/disable replay gain
    • Liquidsoap memory footprint improvements
    • Automatically set cue points on import to avoid leading/trailing silence
    • You may leave bug reports in this thread.

    Thanks,
    Airtime Team
    Post edited by Martin Konecny at 2013-01-22 16:35:46
    Airtime Pro Hosting: http://airtime.pro
  • 22 Comments sorted by
  • Find it on the github: https://github.com/sourcefabric/Airtime .

    Thanks and congrats for the release! :)
  • Where I can find the source code of this latest development project? So non-deb platform can also do the testing.

    Thanks.
  • Great news Martin, well done Airtimers. Looking forward to hearing all your feedback.

    Many eyes make bugs shallow!
  • woah... this is what I've been waiting for...



    "Airtime no longer requires Apache document root" Yaayyy :D

    Alas, bistro.fm radio is no longer financed at this time, if revenue picks up and we find more DJs I'll know where to go though.

  • I wonder if anyone has successfully implemented and is running the new Airtime using SSL...?
  • Vote Up0Vote Down Albert FRAlbert FR
    Posts: 1,978Member, Airtime Moderator
    Hi,

    the visual is slightly broken on the French version on index/showbuilder page, system/streams page

    thanks
  • What I've experienced so far...


    "Send support feedback" button at initial login tried to load "http://showbuilder" and was missing the local host IP.

    "Default Interface Timezone" setting is ignored, interface nailed to UTC.

    AAC library files still seem to be ignored by Replaygain.

    Icecast reports "Liquidsoap/1.0.0 (Unix; OCaml 3.12.1)" a version behind the "Liquidsoap/1.0.1+scm (Unix; OCaml 3.11.2)" default with Airtime 2.2.1

    Listener Stats page under Status, previous/default stream info remains as the following warning appears:

    airtime_128: Please make sure Admin User and Admin Password for the streaming server are present and correct under Stream -> Additional Options on the System -> Streams page.


    Post edited by Roger Wilco at 2013-01-24 10:51:14
  • Reply to @Roger+Wilco:

    "Send support feedback" button at initial login tried to load "http://showbuilder" and was missing the local host IP. 

    Thanks we'll look into this.

    "Default Interface Timezone" setting is ignored, interface nailed to UTC. 

    Can you try "sudo service apache2 restart" to see if this addresses the problem.

    "AAC library files still seem to be ignored by Replaygain."

    This has not been fixed yet in this version.

    "Listener Stats page under Status, previous/default stream info remains as the following warning appears:"

    I'm not sure what the problem is here, have you inserted an admin password?

    Airtime Pro Hosting: http://airtime.pro
  • Reply to @Thomas+Hackett:

    You may run an HTTPS connection between the browser and the server. However the our system processes on the local machine will still communicate via plain HTTP with the server. 
    Airtime Pro Hosting: http://airtime.pro

  • "Default Interface Timezone" setting is ignored, interface nailed to UTC. 

    Can you try "sudo service apache2 restart" to see if this addresses the problem.

    Sorry I was think of something else when I replied to that. Each user now has their own configurable timezone. If this was set to UTC, then the system-wide timezone is ignored. The user configurable timezone is reachable via clicking on the logged-in user's name in the top right.
    Airtime Pro Hosting: http://airtime.pro
  • Reply to @Albert+FR:

    We'll see what we can do, Ideally could you provide us shorter translations? Also, where do you see the page broken on the showbuilder page?
    Airtime Pro Hosting: http://airtime.pro
  • Reply to @Roger+Wilco:

    "Send support feedback" button at initial login tried to load "http://showbuilder" and was missing the local host IP. 

    Can you provide any more details on this? Did this happen after you closed the "Send support feedback" dialog window?
  • Reply to @Denise+Rigato:

    It happened on the first http:// screen immediately after installing. Wanted to go ahead and forward the system snapshot and whatever else, but it failed. Clicked "OK" or "SEND" if I remember correctly. The address it tried to send me to was "http://showbuilder" exactly and likely missed a call to get the machine's local IP somewhere, if that makes sense.
  • Reply to @Martin+Konecny:

    No worries! Changed the system-wide timezone via the System>Preferences control panel. It's currently set to America/Detroit but the top-right clock is still stuck on UTC. Yes... even after a reboot for good measure. Haven't tried changing the OS timezone manually just yet.
  • Reply to @Martin+Konecny:

    HTTPS should be THE default... ;)
    Post edited by Roger Wilco at 2013-01-24 17:20:04

  • "Listener Stats page under Status, previous/default stream info remains as the following warning appears:"

    I'm not sure what the problem is here, have you inserted an admin password?



    Screen cap attached! The "airtime_128" stream was replaced by "x" and "y" but this error mysteriously remains on the page.
  • Pop-up HTML Audio Player still seems to be changing spaces to %20 and so on...
  • Hi! :)
    I'm translating AirTime into Polish Language.
    Language will be ready in about four days. 

    :)

    How add new language to Airtime and check if it working?
    I created new folder in locale/pl_PL/LC_MESSAGES/ and I added files airtime.po and airtime.mo. Airtime can't detect new language.

    Post edited by Sebastian Matuszewski at 2013-01-24 23:20:58
  • Vote Up0Vote Down Daniel JamesDaniel James
    Posts: 844Member, Sourcefabric Team
    Hi Sebastian, great to hear about your Polish localization! I know at least one Polish radio station that would like to help you
    with this task, so I will let them know that you are working on it.

    To make this work 'Polski' must be added to the drop-down list of localizations on the login page etc. so that users can switch language. This is in the database file used during Airtime installation:

    airtime_mvc/build/sql/defaultdata.sql

    for example, a line such as:

    INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('pl_PL', 'Polski');

    Don't worry if you are not familiar with SQL, we will take care of this once you send us your localization. Then it can be tested in the 2.3.x git branch.

    Cheers!

    Daniel 
  • Thanks :)

    SQL is not a problem for me :)
  • Any chances for the total listeners in the listener stats? Not just for each stream separately?

    Found a bug too:
    image
    Both tracks are displayed with a duration of 0.0 but they have a length of 59:25.0
    Post edited by Roman Schmerold at 2013-01-28 16:07:00
  • AAC library files still seem to be ignored by Replaygain.

    Roger, unofficial AAC ReplayGain support will be enabled in 2.3.1.

    Airtime Pro Hosting: http://airtime.pro