Quantcast
Channel: Airtime Support Discussions on Sourcefabric Forum
Viewing all articles
Browse latest Browse all 1390

No songs available in playlist builder

$
0
0
Hello there and thank you for a great broadcasting platform! :)
I've installed airtime 1.9.5 but I'm having slight problems...I uploaded an mp3 file via add media and it seems to be uploaded normally (I can see that via SSH too, it's at the folder /srv/airtime/stor/organize). BUT when I go to playlist builder, there's nothing on the list! The storage folder is obviously the default, and also I haven't added any watched folders (since the default storage folder is already being watched).

Everything seems to be working normally except this part (I can even see the station streaming at icecast, playing...well silence since no playlist is available!), and at the media monitor log I get tons of the following error:
2012-01-13 01:23:27,119 ERROR - [MainThread] [api_client.py : setup_media_monitor()] : LINE 400 - Exception: No JSON object could be decoded

Also the apache error log has many lines like this:
[Fri Jan 13 12:41:29 2012] [error] [client 127.0.0.1] File does not exist: /var/www/api

Note here that I changed the default 80 port to 8181. Have done the changes to the api_client.cfg and airtime.conf (and ran an airtime-db-update with successfull build).

My airtime-vhost is like this:

<VirtualHost *:8181>
      ServerName airtime.danioliptes.gr
      #ServerAlias www.example.com

      ServerAdmin -server admin email hidden-

      DocumentRoot /usr/share/airtime/public
      DirectoryIndex index.php

      SetEnv APPLICATION_ENV "production"

      <Directory /usr/share/airtime/public>
              Options -Indexes FollowSymLinks MultiViews
              AllowOverride All
              Order allow,deny
              Allow from all
      </Directory>
</VirtualHost>

I must be missing something...but what??? It's really frustrating, been searching all over the internet for a solution for 2 days now :S

Viewing all articles
Browse latest Browse all 1390

Trending Articles