Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
airtime-liquids: out of memory
Strange. Perhaps you can ask the Liquidsoap team whether using the playlist operator on 24GB of data could cause memory issues. https://lists.sourceforge.net/lists/listinfo/savonet-users
Comment by
Martin Konecny
December 2012
permalink
Another solution for 24hr jukebox in Airtime
Really cool!! please post the code when you get a chance :).
Comment by
Martin Konecny
December 2012
permalink
Database problems
Reply to @Sickman: Interesting idea, but that memory usage will vary from page to page. Regarding your fix, I believe your problem happens with older Firefox browsers (version 3.6 or older),
Comment by
Martin Konecny
December 2012
permalink
1 second airtime offline between songs
You could set your cuepoints to remove the leading and trailing silence. We will be looking into a feature that does this automatically soon.
Comment by
Martin Konecny
December 2012
permalink
Uploaded files are not in library
Reply to @aukondk: Please try this package: http://apt.sourcefabric.org/misc/airtime_2.2.1-1_all.deb It is what we plan to release tom.
Comment by
Martin Konecny
December 2012
permalink
Not enough gain
Reply to @Jerom+furious: Take a look here: https://github.com/sourcefabric/Airtime/blob/master/airtime_mvc/application/models/Schedule.php#L852 If you are familiar with programming, $data is a simple array of media_items. Simply add something simil…
Comment by
Martin Konecny
December 2012
permalink
Not enough gain
Reply to @Derek: You will need to do this everytime. We will look into providing a volume slider that will allow you to change the Replay Gain offset as you wish.
Comment by
Martin Konecny
December 2012
permalink
Not enough gain
Hmm, the ReplayGain algorithm thought your files were too loud and defn reduced the volume from the original (the files themselves were not touched) . Try this command and see if it helps: sudo -u postgres psql -c "update cc_files set replay_ga…
Comment by
Martin Konecny
December 2012
permalink
Database problems
Was this a fresh install of Airtime? Have there been any modifications to the database?
Comment by
Martin Konecny
December 2012
permalink
no files in library even when uploaded
Reply to @Jerom+furious: This should be fixed in 2.2.1
Comment by
Martin Konecny
December 2012
permalink
Not enough gain
Please go into the library page of Airtime and enable the "ReplayGain" column. What are the values for the tracks that sound different?
Comment by
Martin Konecny
December 2012
permalink
Couple of questions - Liquidsoap
to add a second transition do something like this: transitions=[transition1, transition2] transitionN is applied when transitioning to sourceN :)
Comment by
Martin Konecny
December 2012
permalink
Porting Airtime to CentOS
Glad to hear you got everything working! Creating an RPM for CentOS from that script is on my list of TODO's but thr process is halted temporarily for a few weeks (it's a side project of mine :). If you could share your init.d scripts as …
Comment by
Martin Konecny
December 2012
permalink
Couple of questions - Liquidsoap
Your transitions list is what specifies the fade: transitions=[insert_jingle(jingles)] It looks like you only have one transition, when you should have one per source in your switch statement. Take a look into the switch statements in the Airtime co…
Comment by
Martin Konecny
November 2012
permalink
Airtime Roadmap
Nothing concrete yet :) We aim for 3 month release cycles tho :)
Comment by
Martin Konecny
November 2012
permalink
airtime-liquids: out of memory
That script looks fine. Are the operating systems identical as well?
Comment by
Martin Konecny
November 2012
permalink
Couple of questions - Liquidsoap
Reply to @Guytrance: If I understand correctly, you simply want the the switch to a fallback playlist to start at the beginning of a track when scheduled content in Airtime finishes. As far as I'm aware this is difficult to achieve. One possib…
Comment by
Martin Konecny
November 2012
permalink
no files in library even when uploaded
Do file uploads work after the following?: sudo service airtime-media-monitor restart
Comment by
Martin Konecny
November 2012
permalink
Porting Airtime to CentOS
Hi! First, please install "lsb_release", since it appears to be missing. Not sure what package this is part of in Redhat, but it defn should exist. I suspect those components show as failed because we use Monit to tell us the status of eac…
Comment by
Martin Konecny
November 2012
permalink
no files in library even when uploaded
What's the output of "sudo airtime-check-system" ? Also please do "tar czf airtime.tar.gz /var/log/airtime/media-monitor" and post airtime.tar.gz here.
Comment by
Martin Konecny
November 2012
permalink
no graphic interface
If you look for "plesk virtual host" on Google there are lots of guides so it looks like you're in luck. The basics of a virtual host are really simple. If you access your server Apache looks at the domain name, and serves the appropr…
Comment by
Martin Konecny
November 2012
permalink
no graphic interface
I think what you are looking for is apache virtual hosts. Based on the domain name that you accessed your server with, apache will use a different document root. Take a look here: http://httpd.apache.org/docs/2.2/vhosts/name-based.html Make sure you…
Comment by
Martin Konecny
November 2012
permalink
airtime-liquids: out of memory
Defn not visible from here, might be a bug in the forum software.
Comment by
Martin Konecny
November 2012
permalink
Zombified Airtime!
I took a quick look at the logs. At 10:02:21, it looks like your custom ls script kicked in: 2012/11/27 10:02:21 [lang:3] master connected2012/11/27 10:02:21 [decoder:3] Method "MAD" accepted "audio/mpeg".2012/11/27 10:02:21 [lan…
Comment by
Martin Konecny
November 2012
permalink
Airtime Roadmap
Hey Albert :) So far all I can say is localization and ability to duplicate shows. Other features have not yet been officially decided.
Comment by
Martin Konecny
November 2012
permalink
How to modify Airtime 2.2 default web port
Make sure you update the config files /etc/airtime/api_client.cfg and /etc/airtime/airtime.conf to reflect these new changes.
Comment by
Martin Konecny
November 2012
permalink
Subdirectory support for Airtime
Hi Rob! Apologies for not seeing your post earlier, this is impressive work! I took a quick look through the code and it appears you simply sed through the code base and replace any root path with the appropriate subdirectory. It is unfortunate we a…
Comment by
Martin Konecny
November 2012
permalink
Airtime installation Error : Non UTF locale
OK it appears that a purge doesn't complete remove all Postgresql files as it should. Please do a purge again, and additionally follow the steps outlined here: http://stackoverflow.com/a/2748644/276949 These instructions were reported by one of…
Comment by
Martin Konecny
November 2012
permalink
Airtime installation Error : Non UTF locale
We're looking into make this process less of a pain for users who have a non-UTF-8 locale by default. Was your system a fresh install of 12.04 or was it upgraded from previous versions of Ubuntu? I'm curious why Ubuntu 12.04 would not inst…
Comment by
Martin Konecny
November 2012
permalink
Airtime installation Error : Non UTF locale
Just reinstall that package and then do sudo apt-get install airtime
Comment by
Martin Konecny
November 2012
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Follow Martin Konecny
About
Username
Martin Konecny
Joined
December 2010
Visits
0
Last Active
August 2015
Roles
Member
Posts
1,860
Friends
Following 1 person
Followed by 6 people
My Badges
Total Points: 90
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339