Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
i can't reinstall airtime
i think it's because there was already python installed by iredmail *** Creating Virtualenv for Airtime ***Already using interpreter /usr/bin/pythonNew python executable in /usr/lib/airtime/airtime_virtualenv/bin/pythonInstalling distribute..…
Comment by
Martin Konecny
September 2012
permalink
airtime-playout PID changed
Looks like Liquidsoap doesn't want to start. First try sudo service airtime-playout restart. Then wait a few seconds and run airtime-check-system again. If that doesn't fix it, please run sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liqu…
Comment by
Martin Konecny
September 2012
permalink
Newbie Help please
Cheers Mike Is: command not found You need to use "L" instead of "I" (shown in upper case here for readability, but you must use as lower case when actually typing it into the terminal). it appears to be working, just a bit slow…
Comment by
Martin Konecny
September 2012
permalink
Problem with postgresql encoding installing Airtime
What VPN is this? Please post the output of /var/log/airtime/media-monitor/media-monitor.logand/var/log/airtime/pypo/pypo.log
Comment by
Martin Konecny
August 2012
permalink
Stream Handover and Fallback
This would be an interesting feature, unfortunately the priorities are hardcoded at the moment. This is something we will evaluate in the future
Comment by
Martin Konecny
August 2012
permalink
i can't reinstall airtime
Please take a look at this thread:http://forum.sourcefabric.org/discussion/comment/19176#Comment_19176
Comment by
Martin Konecny
August 2012
permalink
snapshots of airtime 2.2
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).
Comment by
Martin Konecny
August 2012
permalink
AirTime Installation Issue - apt-get
I'm really not sure what's wrong with your database installation. Please purge the installation like so: sudo apt-get purge postgres* This will completely remove all postgresql packages. Then try sudo apt-get install postgresql again.
Comment by
Martin Konecny
August 2012
permalink
AirTime Installation Issue - apt-get
Is postgresql running/installed? Try sudo service postgresql start
Comment by
Martin Konecny
August 2012
permalink
snapshots of airtime 2.2
- 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 up…
Comment by
Martin Konecny
August 2012
permalink
Playlists added to show sometimes fail to save
Haven't heard of this one yet. If you manage to collect more information on this, please let us know.
Comment by
Martin Konecny
August 2012
permalink
AirTime Installation Issue - apt-get
Hi Dustin, The way we checking database encoding is simply by using sudo -u postgres psql -c "SHOW SERVER_ENCODING" For example, on my system, running this command gives me the following: martin@Thinkpad-T410:~/workspace/airtime$ sudo -u p…
Comment by
Martin Konecny
August 2012
permalink
track playing 2 times without scheduling
Please keep us up to date. I'm not convinced this track length discrepancy was the cause of repeating tracks.
Comment by
Martin Konecny
August 2012
permalink
Change Airtime base Url & Port !
Go into /etc/airtime/airtime.conf and /etc/airtime/api_client.cfg and you will need to make your host/port modifications there.
Comment by
Martin Konecny
August 2012
permalink
Correct Tags displayed as unknown
Ok keep us update. Also a screenshot displaying the exact problem would be helpful :)
Comment by
Martin Konecny
August 2012
permalink
good web gui for Ubantu Apache/mysql
@Albert FR: That is a good temporary solution :D :D @Rosario What exactly breaks - do you have any logs or error messages? We haven't tested Airtime with webmin, it might be good to sort out these compatibility issues for Airtime 2.2.
Comment by
Martin Konecny
August 2012
permalink
Need help to build liquidsoap
Run sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoap and it will tell you what is wrong with the modification. You can also post the output here.
Comment by
Martin Konecny
August 2012
permalink
Extract playlist as csv or xls
Even better, let the computer do the work for you :) select f.artist_name, f.track_title from cc_playlistcontents pc LEFT JOIN cc_files f on pc.file_id = f.id where pc.playlist_id = X and f.id in (select f.id from cc_playlistcontents pc LEFT JOIN cc…
Comment by
Martin Konecny
August 2012
permalink
Extract playlist as csv or xls
We will soon have an API that will allow you to pull this information via the browser. In the meantime here is a primitive way to do it: sudo -u postgres psql airtime -c 'select id, name from cc_playlist' The resulting table will print out…
Comment by
Martin Konecny
August 2012
permalink
A bit of help
- In the documentation I saw an example for scheduling ads/jingles/etc every 15 minutes. But it's also mentioned that the liquidsoap script file can be overwritten during upgrades. Does that mean that for each upgrade, you need to do the sa…
Comment by
Martin Konecny
August 2012
permalink
Install Error - Locales [fixed]
Try this: sudo apt-get purge postgresqlsudo apt-get install postgresql This basically reinstalls postgresql with the new locale settings which means the new database will also be UTF-8 encoded.
Comment by
Martin Konecny
August 2012
permalink
new airtime install fails
On Ubuntu, I believe that running "sudo dpkg-reconfigure locales" should not bring up an interface. A user interface should only pop-up for Debian. Please verify the OS by using "lsb_release -a" in the terminal. If you still see …
Comment by
Martin Konecny
August 2012
permalink
Need help to build liquidsoap
Reply to @lechevo: Those instructions are a little out of date. Now that you've compiled Liquidsoap with AAC plus support, I think it is simple enough to just open /usr/lib/airtime/pypo/bin/ls_scripts/ls_lib.liq and replace "%mp3" …
Comment by
Martin Konecny
August 2012
permalink
Need help to build liquidsoap
do a rm is not perhaps a good idea ;-) mv /usr/bin/artime/liquidsoap usr/bin/airtime/liquidsoap-old is more secure ;-) It is simply a symlink, so it is ok :)
Comment by
Martin Konecny
August 2012
permalink
track playing 2 times without scheduling
Is it possible you have overlapping shows by mistake?
Comment by
Martin Konecny
August 2012
permalink
new airtime install fails
Please post the contents of /etc/default/locale
Comment by
Martin Konecny
August 2012
permalink
Install Error - Locales [fixed]
Ok so you should be fine running those commands the terminal
Comment by
Martin Konecny
August 2012
permalink
Need help to build liquidsoap
You simply need to copy the liquidsoap binary file src/liquidsoap from some place on your drive. Then use the following commands: rm /usr/bin/airtime-liquidsoapln -s /path/to/custom/liquidsoap /usr/bin/airtime-liquidsoap
Comment by
Martin Konecny
August 2012
permalink
Mount Points Unavailable
Please try this command. It will restore all files on the network drive that are thought to be offline sudo -u postgres psql airtime -c "UPDATE cc_files set file_exists = 't'"
Comment by
Martin Konecny
August 2012
permalink
Playlist for watched folders?
I see you're aware of that modification based on this post:http://forum.sourcefabric.org/discussion/comment/18984#Comment_18984 This workaround is obviously not as powerful as being able to assign a different playlist to different folder. This…
Comment by
Martin Konecny
August 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