Discussions
Activity
Sign In
How it works
Naomi
Activity
Discussions
6
Comments
222
Read media from existing directory [but not copy or move]
Do you mean randomized streaming or just using the files in Airtime without copying them to another location on disk? If you go to System->Media Folders you can add a "watched" folder. This imports a file's metadata into Airtime…
Comment by
Naomi
May 2012
permalink
FLAC support?
sorry currently FLAC isn't supported in Airtime only mp3 and ogg. There has been talk about adding support for FLAC though. Not sure when it will happen.
Comment by
Naomi
May 2012
permalink
organizing off airplay w. liquidsoap
what does your new script look like now? I saw you used to name playlists like this above "playlist1", but now it's "plst1"
Comment by
Naomi
May 2012
permalink
organizing off airplay w. liquidsoap
Is there another error you are getting now?
Comment by
Naomi
May 2012
permalink
organizing off airplay w. liquidsoap
hey I'm not a liquidsoap expert, but I think you just need commas after each item, I'm checking the example switch on liquidsoaps documentation and they write it like this switch([ ({0h-7h}, night),
Comment by
Naomi
May 2012
permalink
2.1.0 => [CC-1986] - Configurable columns for media search
Hey, this column doesn't allow you to see the folder a track is in on your system. It just allows you to show/hide the metadata columns of the tracks such as title, artist, bit rate, sample rate, uploaded time etc.
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
Sorry I haven't had time to look into this lately since I really don't have any idea right now of what the problem is. This screenshot of the schedule is kind of small here, but I just want to make sure that the shows scheduled at 0:00 and…
Comment by
Naomi
May 2012
permalink
why
We don't know for sure yet... it will just be soon.
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
hey when you post your logs for the show recorder I'll also need what's currently in py-interpreter.log in /var/log/airtime/pypo i've put code on here to fix 2 of James Dunn's problems, you might be having them as well, but I…
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
hmmmmmmmm ok I'm not really sure what to look into first for this. What kind of system do you have airtime installed on? can you run this and post the results? sudo airtime-check-system
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
no you don't need to restart, the changes will be noticed. and yes it is correct :D
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
ok here is the fix for the show cancelled bug airtime/airtime_mvc/application/models/ShowInstance.phpline #575 replace this if($recording){ Application_Model_RabbitMq::SendMessageToShowRecorder("cancel_recording"); } WI…
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
This is an issue in 2.1 I'll ask about maybe releasing 2.0.4 to address these recording problems
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
OK.... wow I know what the problem is for this for bug. That's embarassing. Not really sure how this made it into a released version. I will fix this in 2.1 (I'll see if it's still an issue there) and then either way I will post how …
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
Hey were you doing anything on the calendar during this time? Received msg from Pypo Message Handler: {u'server_timezone': u'Europe/London', u'event_type': u'cancel_recording', u'shows': []} This me…
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
Is Airtime working ok for you now? Things are recording?
Comment by
Naomi
May 2012
permalink
Airtime-Dev Issues
do you see anything strange/ want to send over the logs in /var/log/airtime/media-monitor is there anything in py-interpreter.log? Also where was the '&' located? folder name, filename, file metadata etc
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
ok I think you will have to follow the bottom part of this the -color at the end is causing the problem http://www.unixguide.net/linux/faq/09.02.shtml you can run this command to have the generic xterm saved echo 'export TERM=xterm' >&g…
Comment by
Naomi
May 2012
permalink
Airtime-Dev Issues
Hey I just tried using an "&" in a folder name and then started to watch it and didn't have a problem. Do you have any logs left over from when you were doing this import?
Comment by
Naomi
May 2012
permalink
multiple issues =>headache :)
What is the url for your radio station? It is not at localhost? If not you must change the host in this file /etc/airtime/airtime.conf(it will say currently host = localhost) then you have to restart the services sudo service airtime-media-monitor r…
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
if you run this command in a terminal on your machine what is the result? echo $TERM
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
That's annoying.... ok this looks like a different error, thanks for the logs I'll try and find out what is causing this new error...
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
the ecasound and manually cancelled show message are the same bug. cool. Let me know how everything goes! Hopefully you don't run into any other issues with 2.0.3
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
This is what you need to change in recorder.py (airtime/python_apps/pypo/recorder.py) this line: (should be line #218) out = delta.seconds replace with: s = '%s.%s' % (delta.seconds, delta.microseconds)out = float(s)
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
Hey I'm pretty sure I've fixed this in the latest devel branch for the 2.1 release, I'm just testing a bunch of back to back recorded shows now. Are you using this 2.0.3 version in production right now or just testing? It's just …
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
yeah, the times are sent using UTC time, wanted to know your timezone so I can calculate the offsets.
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
np about the 5 shows, this log is very useful, I think I know how I can recreate this now.
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
cool, ok I was thinking you might have this set to true, I'll try more testing with this. It might be best, could you send me a screen shot of the month views including the 5 failed shows and tell me which ones they were? If you still have the…
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
and from your first post, can you send a snapshot of your schedule on May 1 around this log message 2012-05-01 20:00:00,010 INFO - [recorder.py : record_show() : line 94] - finishing record, return code 1 what timezone is your system in?
Comment by
Naomi
May 2012
permalink
2.0.3 not recording shows
cool thanks for the screenshot Another question in /etc/airtime/liquidsoap.cfg what do you have for these values? output_sound_deviceoutput_sound_device_type
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