I Have the problem with uploaded files. Now my media files are uploaded correctly via section "ADD MEDIA".
They are stored in /srv/airtime/stor/organize/. But when i create SHOW (in CALENDAR) or when i try to create playlists - the list of media files is empty. Airtime doesn't shows my uploaded files and I can't add media files to created show ...
any error in apache error log and in /var/log/airtime/zendphp.log ....How can i debug it ?
what is media-monitor ? May be i need to configure it ? (I am trying to configure airtime web interface for my installed liquidsoap + icecast on Centos )
The script should have installed it for you. However it may be that it hasn't run yet because there are no init.d scripts provided with that install script (I was asking the community to contribute that part).
You should be able to start media-monitor by running
# python /usr/lib/airtime/media-monitor/media_monitor.py Traceback (most recent call last): File "/usr/lib/airtime/media-monitor/media_monitor.py", line 14, in ? from api_clients import api_client as apc ImportError: No module named api_clients
Also, when i run /usr/lib/airtime/media-monitor/airtime-media-monitor monit monitor airtime-media-monitor
IN log file /var/log/airtime/media-monitor/py-interpreter.log i have the error: Traceback (most recent call last): File "/usr/lib/airtime/media-monitor/media_monitor.py", line 14, in ? from api_clients import api_client as apc File "/usr/lib/airtime/api_clients/api_client.py", line 15, in ? import json ImportError: No module named json
simplejson is installed: № pip-python freeze simplejson==2.6.2