Discussions
Activity
Sign In
How it works
Andrey Podshivalov
Activity
Discussions
6
Comments
1520
new folder on web server
add into .htaccess an exception like this: RewriteCond %{REQUEST_URI} !/+foldername
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
since we are using jquery on client side so we need some jquery-based graph frameworks: http://www.1stwebdesigner.com/css/top-jquery-chart-libraries-interactive-charts/ Seems #1 and #5 are quite well and both under GPL
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
any suitable from this list? http://webdesigneraid.com/html5-canvas-graphing-solutions-every-web-developers-must-know/
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
we could really use something like this for Airtime. Paul, flash is wrong way (think about iPad users). We can not use it. Think about js/svg instead. There are enough useful frameworks: https://www.google.com/search?hl=ru&q=svg+plot+framework …
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
try this: http://exchange.munin-monitoring.org/plugins/icecast2/details
Comment by
Andrey Podshivalov
December 2011
permalink
Which server runs your radio?
look here http://forum.sourcefabric.org/discussion/comment/13918
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
Isn't it cool to see current status together with history in the same place and have interactive UI? actually it depends on data source. F.e. if you'd like to see office temperature statistics you don't need to update each second, a…
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
heh, statistics means history. It doesn't require real time monitoring. Munin is not only plotting software. It's based on - RRD - round-robin database - RRDTool - plotting system based on RRD data: http://oss.oetiker.ch/rrdtool/gallery/i…
Comment by
Andrey Podshivalov
December 2011
permalink
Statistics page for airtime. custom built.
look at Munin poject. It's a brilliant, plugins based monitoring (statistics collection) tool. To start airtime statistics collection you need just to implement simple plugin: http://munin-monitoring.org/wiki/HowToWritePlugins Here are some ex…
Comment by
Andrey Podshivalov
December 2011
permalink
[Airtime] Playlists + Know how
of course, you can implement playlist import utility based on php/python/perl etc but it requires some software programming skills. PSQL is some dialect of standard sql lanquage. If you familiar with mysql then it shouldn't be a problem
Comment by
Andrey Podshivalov
December 2011
permalink
[Airtime] Playlists + Know how
Is there such solution for Airtime?? I have really lots of musics and I must make a big playlist to make it repeats. airtime has tracks import utility utils/airtime-import/airtime-import but nothing for playlists currently. It could be possible i…
Comment by
Andrey Podshivalov
December 2011
permalink
a small proposal
yes, but it's hidden for everyone (at least I was finding it on site about couple of mins) that's why Albert created this topic.
Comment by
Andrey Podshivalov
December 2011
permalink
Station Time problem
I'm having the same problem, but the airtime directory doesn't even exist. look for airtime folder in apache virtual host configuration /etc/apache2/sites-enabled/airtime
Comment by
Andrey Podshivalov
December 2011
permalink
Problems entering the admin after a successful installation.
Reply to @Milton+Sosa: any progress?
Comment by
Andrey Podshivalov
December 2011
permalink
[Airtime] Playlists + Know how
get all files: psql -U airtime -W -d airtime -h localhost -c "select * from cc_files" -Aget playlist content: psql -U airtime -W -d airtime -h localhost -c "select * from cc_playlistcontents" play with psql parameters (psql --hel…
Comment by
Andrey Podshivalov
December 2011
permalink
Which server runs your radio?
I only have issues with loading the playlist.. :| it doesn't list the songs i upload seems media-monitor is not working due to system overload or something else. You can create an image based on running micro instance (ebs version only) and s…
Comment by
Andrey Podshivalov
December 2011
permalink
airtime 1.9.4 deb on ubuntu 10.4 LTS - rabbitmq-server fails
64 bit environment is more preferred then 32
Comment by
Andrey Podshivalov
December 2011
permalink
Which server runs your radio?
Please, do not try use micro instance for airtime. You just spent time but w/o result.
Comment by
Andrey Podshivalov
December 2011
permalink
The New Guy. Needing a little help..
You can try the Ubuntu wubi installer.It installs Ubuntu inside of Windows actually wubi requires dual boot. To avoid this you can use some virtualization software like VMWare or VirtualBox. Btw, the VirtualBox is free: https://www.virtualbox.org…
Comment by
Andrey Podshivalov
November 2011
permalink
Problems entering the admin after a successful installation.
check is rewrite apache module enabled. also option AllowOverride should be All in vhost apache configuration
Comment by
Andrey Podshivalov
November 2011
permalink
[Airtime] Playlists + Know how
as it's a database you can not use file utilities. Use psql instead: psql -U airtime -W -d airtime -h localhost -c "select * from cc_playlist" it will ask for password: airtime
Comment by
Andrey Podshivalov
November 2011
permalink
DB Error on Ubuntu 11.04 installation
to avoid this warning just remove file /etc/php5/conf.d/apc.ini
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
try this ;) http://en.flossmanuals.net/airtime/getting-started/
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
locale is ok. You have fixed already. But there is a problem with postgres. please uninstall completely postrges: sudo apt-get autoremove --purge postgresql sudo apt-get autoremove --purge airtime and install again airtime: sudo apt-get install a…
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
ok, let's try deb installation uninstall airtime and follow this installation manual: http://en.flossmanuals.net/airtime/automated-installation/
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
ok, try then: sudo /etc/init.d/postgresql start
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
check is postgers is running: sudo /etc/init.d/postgresql status
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
I assume I need to do that before installing Airtime! :) actually don't. airtime-full-install script installs all necessary packages. try sudo ./airtime-full-install
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
check is postgers is running: sudo /etc/init.d/postgresql status
Comment by
Andrey Podshivalov
November 2011
permalink
[SOLVED] Newbie needing a few questions answered
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_US.UTF-8" are supported and installed on your system. perl: warning: Falling back…
Comment by
Andrey Podshivalov
November 2011
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
Stop following
About
Username
Andrey Podshivalov
Joined
April 2010
Visits
0
Last Active
December 2017
Roles
Member, Administrator, Sourcefabric Team
Posts
1,526
Friends
Followed by 13 people
My Badges
Total Points: 105
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