Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
Airtime install
What is the output of "sudo monit status"?
Comment by
Martin Konecny
July 2012
permalink
folders and permissions
It is simple to change the running user of media-monitor by changing "/etc/init.d/airtime-media-monitor" and changing the appropriate values where you see calls to "start-stop-daemon". We will take a look another look into runnin…
Comment by
Martin Konecny
July 2012
permalink
Problem with Liquidsoap...
Did you restart the media-monitor service after making these changes? sudo service airtime-media-monitor restart
Comment by
Martin Konecny
July 2012
permalink
JQuery widgets more mobile app
Please look up http://en.wikipedia.org/wiki/JSONP You will need to use this parser instead of plain JSON because of the same-origin policy security measure implemented in most browsers.
Comment by
Martin Konecny
July 2012
permalink
Problem with Liquidsoap...
Reply to @JonLambertt: Ok that's the problem right there :). Make sure you update your port configuration in /etc/airtime/airtime.conf and /etc/airtime/api_client.cfg
Comment by
Martin Konecny
July 2012
permalink
Airtime for RHEL, CentOS or Fedora
Ok the first error I can see there is that user "www-data" doesn't exist in CentOS. In Debian this is the default user for the web server, so you will need to update the script and change references from "www-data" to the ap…
Comment by
Martin Konecny
July 2012
permalink
widget problems
Reply to @Giga: This is now configurable in 2.1.3. In 2.1.2 it was hard-coded to 5, so I'm not sure why you are only seeing 2? How many shows do you have scheduled per day?
Comment by
Martin Konecny
July 2012
permalink
Airtime 2.1.2: Uploaded MP3 file appears to be corrupted and will not be added to media library
We were a little over-zealous with our mp3 validation when we introduced it in 2.1.2. In 2.1.3 it has been relaxed a bit and should see it only for tracks that have serious problems.
Comment by
Martin Konecny
July 2012
permalink
Problem with Liquidsoap...
It appears that apache cannot find where Airtime at "http://localhost". By default media-monitor and pypo connect to http://localhost and try to obtain information about your environment. What URL are you using to access the Airtime web in…
Comment by
Martin Konecny
July 2012
permalink
On Air Today Widget doesn't show all today's shows
Reply to @Giga: The correct solution is to have this value customizable on from the JavaScript side. Will take a look into this.
Comment by
Martin Konecny
July 2012
permalink
Airtime 2.1.3 beta
Reply to @Giga: This has not been fixed in this release, but we can change that for the final.
Comment by
Martin Konecny
July 2012
permalink
Problem with Liquidsoap...
There can sometimes be problems on VPS servers as the environment is slightly different and some features are disabled. You can help us pinpoint the problem by doing tar czf airtime.log /var/log/airtime and posting the tarball here. Alternatively …
Comment by
Martin Konecny
July 2012
permalink
No audio ,problem in Demo Server as well as VM
I believe this is no longer an issue. Please let us know :)
Comment by
Martin Konecny
July 2012
permalink
problem installing Airtime, who wants to help
Did you run airtime-easy-setup before this? It should set up your apt repo so that you can access these packages no problem.
Comment by
Martin Konecny
July 2012
permalink
Airtime for RHEL, CentOS or Fedora
Reply to @Darnel+Ali: You will need to install the Airtime database, take a quick look inside the scripts to see how this is done. You will also need to put the php files in an appropriate location. Airtime also has two services (pypo and media-mon…
Comment by
Martin Konecny
July 2012
permalink
which owner:group for airtime music folder and files ?
airtime-import requires that you run as root user so that won't be it. Permissions should be 755 root:www-data on directories and 644 root:www-data on files.
Comment by
Martin Konecny
July 2012
permalink
Media monitor not works after update Airtime 2.0.3 to 2.1.2
What is the output of "locale" on your system? Also out of curiousity, are you mounting an external or network drive for use in media-monitor?
Comment by
Martin Konecny
July 2012
permalink
Force reindex of media files
Thanks for posting this, We actually have *not* fixed this for our upcoming patch. However looking at the stack trace it looks like one of our libraries (pyinotify) is crashing while doing "os.walk" on your filesystem. Do you know what enc…
Comment by
Martin Konecny
July 2012
permalink
problem installing Airtime, who wants to help
Hello, What Linux distribution are you using? If Ubuntu, what version?
Comment by
Martin Konecny
July 2012
permalink
Force reindex of media files
Could you post the lines from the log that mentioned where it was failing? We fixed some similar problems for the upcoming patch, and I'm interested if these are the same ones.
Comment by
Martin Konecny
July 2012
permalink
On Air light!
Very cool, thanks for sharing :)
Comment by
Martin Konecny
July 2012
permalink
which owner:group for airtime music folder and files ?
We tried to reproduce this but could not. Is this for Airtime 2.1?
Comment by
Martin Konecny
July 2012
permalink
Media monitor not works after update Airtime 2.0.3 to 2.1.2
Hi Davy, This has to do with your system not have a UTF-8 locale by default. Since you are running Debian this is an easy fix. Please run sudo dpkg-reconfigure locales which will bring up a menu to allow you to select a locale. For me I would use…
Comment by
Martin Konecny
July 2012
permalink
Force reindex of media files
Please tar the logs for media-monitor and post them here. /var/log/airtime/media-monitor/
Comment by
Martin Konecny
July 2012
permalink
Rebroadcasting streams on a schedule, shuffle and repeat
Hi! #1 is planned for 2.2, although we do not have a release date at the moment#2 is also planned for the future at the moment this looks like it may be included in 2.2#3 we call this a fallback playlist and currently have this scheduled for 2.3 To …
Comment by
Martin Konecny
July 2012
permalink
airtime install
Hi, Yes it only work on Linux. If you would still like to use Airtime we provide hosting services at http://airtime.pro
Comment by
Martin Konecny
July 2012
permalink
How to allow DJs to set their own password?
Hi, At the moment this is not possible. The user management interface is due for an overhaul. Unfortunately at the moment I cannot say when this will happen, but it will be one of our higher priorities for the near future. Ticket created here: http:…
Comment by
Martin Konecny
July 2012
permalink
Airtime 2.1.2...Ubuntu 12.04 64bit (new install)--airtime won't install completely
The correct command is sudo apt-get purge postgresql
Comment by
Martin Konecny
July 2012
permalink
which owner:group for airtime music folder and files ?
The files should have group permission "www-data" so that the web-server can "preview" these files. What is the read permission on these files?
Comment by
Martin Konecny
July 2012
permalink
folders and permissions
Hi, We made some tough decisions regarding running our processes as root. The main reason for this is because many users do not understand the Linux permission system and we received many complaints about their shows failing to start (since we could…
Comment by
Martin Konecny
July 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