Discussions
Activity
Sign In
How it works
Naomi
Activity
Discussions
6
Comments
222
Playout cuts during drag & drop content :: [http:3] Buffer overrun: Dropping 0.01s.
Really? It shouldn't affect the web interface at all this change, but I'll run a check. Maybe it's just another bug... do you get anything appearing in your javascript console?
Comment by
Naomi
September 2013
permalink
Playout cuts during drag & drop content :: [http:3] Buffer overrun: Dropping 0.01s.
Hey, you must modify the file that's in "bin_dir" in /etc/airtime/pypo.cfg the default place is /usr/lib/airtime/pypo
Comment by
Naomi
September 2013
permalink
Playout cuts during drag & drop content :: [http:3] Buffer overrun: Dropping 0.01s.
Hey guys, I've fixed this problem today http://dev.sourcefabric.org/browse/CC-5342 this should fix the problems with the web interface activity.
Comment by
Naomi
September 2013
permalink
Playout cuts during drag & drop content :: [http:3] Buffer overrun: Dropping 0.01s.
Are you listening to the show via the "listen" button in the web UI? This is probably due to the main javascript thread just being a bit busy doing stuff in the UI, so the widget may not be buffering enough. This doesn't mean that you…
Comment by
Naomi
September 2013
permalink
Play files on the fly
Were you using Airtime 2.4.1?
Comment by
Naomi
September 2013
permalink
Play files on the fly
There is an option when creating a repeating show which is called "Link".These shows should have an icon on the calendar when they are made. When you schedule one the contents appear in all the show instances.
Comment by
Naomi
September 2013
permalink
Play files on the fly
You are able to add files to a current show on the now playing page as long as it is not a "linked" show.
Comment by
Naomi
September 2013
permalink
[workaround] Frontend schedule to display in local timezone for a worldwide station?
Yeah I've never liked that about the widget, I was thinking more of allowing how many previous/future days you want shown with a default of today only or something. I think I might rewrite this widget sometime in the future as it could definite…
Comment by
Naomi
September 2013
permalink
[workaround] Frontend schedule to display in local timezone for a worldwide station?
OK, I was assuming you meant something like this. Thanks for clarifying. I will just take a look into how the information is retrieved/dealt with in our widgets. Are you running your own setup of Airtime or on SaaS?
Comment by
Naomi
September 2013
permalink
[workaround] Frontend schedule to display in local timezone for a worldwide station?
Do you mean our widgets? Or which front-end schedule do you mean?
Comment by
Naomi
September 2013
permalink
Unable to Clear Calender
Yes I've been able to recreate this and have created a ticket for it here http://dev.sourcefabric.org/browse/CC-5321 Did you change the timezone at all? Or maybe that's not even related to the problem. I saw timezone changed mentioned in a…
Comment by
Naomi
September 2013
permalink
Unable to Clear Calender
Hey guys, I haven't been able to look into Airtime bugs for a while now (been working on customer features). I am going to be checking this out today. So please post any schedule/general concerns that you have been having lately and if you'…
Comment by
Naomi
September 2013
permalink
Problem with Airtime 2.4.1
Are your jingle files of a shorter duration than your default crossfade setting? How long is the shortest file? If the jingle file is shorter than the default crossfade duration there is a bug right now where the order can be messed up.
Comment by
Naomi
September 2013
permalink
Airtime night time or / and randomly goes down
The screen shot here looks like some how your schedule of music is screwed up. There shouldn't ever be two things highlighted in green at the same time. Also your Wednesday-Thursday show seems to be broken up in the now playing page. Is there a…
Comment by
Naomi
September 2013
permalink
Setting Airtime Schedule To UTC - Seems not possible..
Hey sorry, this should definitely be included in the list of available timezones. If you are able to edit the Airtime files yourself, you can make this change: airtime/airtime_mvc/application/common/Timezone.php add this entry to the $regions array …
Comment by
Naomi
September 2013
permalink
Can't add files to shows - saying 'Processing...' in Add Content window
I think I've seen this bug before, but couldn't see at a glance how it could be caused (the value is probably NULL) if you runsudo -u postgres psql airtime -c "DELETE from cc_pref where keystr = 'library_datatable' and subji…
Comment by
Naomi
July 2013
permalink
Can't add files to shows - saying 'Processing...' in Add Content window
Is there anything showing in /var/log/airtime/zendphp.log around the time you try to do something with the admin user?
Comment by
Naomi
July 2013
permalink
File "/var/tmp/airtime/pypo/cache/scheduler/1.mp3" has an incompatible number of channels
is this mp3 file stereo or mono? I think there's an open bug right now regarding mono files not playing out properly.
Comment by
Naomi
July 2013
permalink
Airtime 2.4 RC1
I'm not sure why you need the select count here, I didn't put it in the statement. The exception seems to be from the added sql here.
Comment by
Naomi
June 2013
permalink
Airtime 2.4 RC1
try running this on the db delete from cc_pref where keystr = 'library_datatable'
Comment by
Naomi
June 2013
permalink
Airtime 2.4 RC1
@Reaz was this from a new install of an RC, or could you previously see the library? It seems to be cause by a null value stored in cc_pref for "library_datatable" I'm not really sure how this value could get saved as null yet though.…
Comment by
Naomi
June 2013
permalink
Airtime 2.4 RC1
@Marcin Could you also post a screenshot of your calendar so we can try to recreate this?
Comment by
Naomi
June 2013
permalink
Airtime 2.4 beta3
sudo -u postgres psql -c "DELETE FROM cc_pref WHERE id IN (SELECT cc_pref.id FROM cc_pref LEFT OUTER JOIN ( SELECT MAX(id) as id, keystr, subjid FROM cc_pref GROUP BY keystr, subjid) as KeepRows ON cc_pref.id = KeepRows.id WHERE Kee…
Comment by
Naomi
June 2013
permalink
Airtime 2.4 beta3
hey @Tim+RadioClash , try running this query on your database, I think duplicate keys in cc_pref might be throwing off your instance. DELETE FROM cc_pref WHERE id IN (SELECT cc_pref.id FROM cc_prefLEFT OUTER JOIN ( SELECT MAX(id) as id, keystr, s…
Comment by
Naomi
June 2013
permalink
Airtime 2.4 beta3
@bitdevil the double scrollbar bug has been fixed now.
Comment by
Naomi
June 2013
permalink
Change default Artist field in recorded shows
Hey James, what you did is correct so far, but you also have to change it in this file python_apps/media-monitor/airtimefilemonitor/mediamonitorcommon.py the line should look like this if(md['MDATA_KEY_CREATOR'] == u"Airtime Show Reco…
Comment by
Naomi
June 2012
permalink
Comments On Airtime 2.1.0-RC1
can you still view one of these "broken" playlists in the playlist editor? There might be some kind of error in /var/log/airtime/zendphp.log when you're trying to schedule it that could be of use.
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
Great, thanks for posting problems you are having :) helps the community. Airtime 2.1 should be released soon so you might want to give the RCs a try to see how you like it. James Dunn has found 1 problem with recording shows in RC2 currently so tha…
Comment by
Naomi
May 2012
permalink
Airtime 2.1.0 RC2
Hey, thanks for this catch, I know about something that was changed that will be the cause of this... will look into this soon.
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
Hey Marcin, the back to back problem has already been addressed earlier in this thread including code how to fix it for 2.0.3 it is already fixed in 2.1 there is one other php problem already addressed in this thread as well. If you're going to…
Comment by
Naomi
May 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
Stop following
About
Username
Naomi
Joined
July 2010
Visits
0
Last Active
August 2015
Roles
Member
Posts
228
Friends
Followed by 3 people
My Badges
Total Points: 85
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