Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
[SOLVED] Cookie Monster song plays OK but Auth not working for 2.2.0
Make sure you put the "sudo -u" in front. sudo -u pypo x Means run "x" as user pypo.
Comment by
Martin Konecny
November 2012
permalink
Can't edit repeating show after show starts in 2.2.0
Hi! We are aware of this issue, and have already started looking on how to resolve it. We will most likey do a quick fix for simple things (edit show title) for the next patch. This proper fix (edit show start/end times) for this bug will most like…
Comment by
Martin Konecny
November 2012
permalink
[SOLVED] Cookie Monster song plays OK but Auth not working for 2.2.0
Hi Alejo, You could try running liquidsoap manually and see why it's refusing to run: sudo -u pypo /usr/lib/airtime/pypo/bin/airtime-liquidsoap
Comment by
Martin Konecny
November 2012
permalink
Airtime Install Error!
So if you run "sudo dpkg-reconfigure locales", then "en_US.UTF-8 UTF-8" doesn't appear in /etc/default/locale???? Please try this one more time.
Comment by
Martin Konecny
November 2012
permalink
Airtime Install Error!
Ok so #1 is your problem. You need to have a line in there that specifies the locale (this is how debian/ubuntu work). For example, here is my /etc/default/locale # File generated by update-localeLANG="en_CA.UTF-8"LANGUAGE="en_CA:en&…
Comment by
Martin Konecny
November 2012
permalink
Silence on air in Airtime 2.2
Hi :) The logs cannot be empty, please do tar czf airtime.tar.gz /var/log/airtime and post airtime.tar.gz here on the forums :)
Comment by
Martin Konecny
November 2012
permalink
Server goes to sleep or crashes
Hmm the output of those looks fine to me. I have Airtime installed the web page displays and works fine, also the streaming side works well but i find every morning i have to reboot to get it all running again. Is this an Airtime issue or Ubuntu ? …
Comment by
Martin Konecny
November 2012
permalink
Server goes to sleep or crashes
Hi Mike, I don't think this is an Airtime issue. How much ram did you allocate your Virtual Machine? How much disk space? Please run the terminal commands: free -mdf -T and post the outputs of both here.
Comment by
Martin Konecny
October 2012
permalink
Force recalculating of MP3 gain.
If you simply clear this field to null, then Airtime will automatically recalculate the ReplayGain value. UPDATE cc_files set replay_gain = null;
Comment by
Martin Konecny
October 2012
permalink
Airtime Install Error!
Hi David, Sorry, this was lost in a sea of forum posts :) Let's take this from the beginning again. First please post the output of less /etc/default/locale Second, please post the exact error message you see when you are trying to install.
Comment by
Martin Konecny
October 2012
permalink
How to relay a SHOUTCAST stream url
The second link you provided works for me (was just able to restream it). We will add support for the first line (.pls style links) in the next patch.
Comment by
Martin Konecny
October 2012
permalink
Icecast Remote Connection
What's the output of curl -v 192.168.0.9:8000/live.ogg vs curl -v your_public_ip:8000/live.ogg
Comment by
Martin Konecny
October 2012
permalink
Icecast Remote Connection
Your router by default will block any external connections from accessing computers inside your home network. Most web servers that Airtime runs on are connected directly to the internet, so they do not usually have the problem you have now. To get …
Comment by
Martin Konecny
October 2012
permalink
Icecast Remote Connection
Please define "main" IP. Is this the IP assigned by your ISP?
Comment by
Martin Konecny
October 2012
permalink
Problem with airtime
Hi Topea, Thanks for the report we will look into this. How long is the silence for?
Comment by
Martin Konecny
October 2012
permalink
Uploaded files not showing in library and not connecting to Icecast server
Please post output of sudo airtime-check-system
Comment by
Martin Konecny
October 2012
permalink
Events in Airtime possible?
Reply to @Helmut+Müller: The widgets use polling at the moment (so not what you are looking for). On every new track, we do however have a callback script defined. You can add more as you like. Take a look here: https://github.com/sourcefabric/Air…
Comment by
Martin Konecny
October 2012
permalink
Relay scheduled in version 2.2.0?
Reply to @Edilson+R+Chiquetano: Please share the URL you are trying to rebroadcast. Airtime should handle Shoutcast streams just fine.
Comment by
Martin Konecny
October 2012
permalink
How to relay a SHOUTCAST stream url
Hey, I don't think the semicolon is necessary. Can you share the URL you are trying to restream? I'm using http://78.159.104.149/ (taken from here: http://www.shoutcast.com/) and this works no problem.
Comment by
Martin Konecny
October 2012
permalink
Default Playlist for Repeating Shows(Feature Request)
Interesting idea, we will visit this idea in the future. @Albert: Agreed :)
Comment by
Martin Konecny
October 2012
permalink
[SOLVED] AirTime 2.2 Installation Errors
-- 2012-10-26 23:59:07,206 ERROR - [MainThread] [api_client.py : get_response_from_server()] : LINE 105 - Error connecting to server, waiting 5 seconds and trying again. It seems like the you may have had an incorrect host name in your pypo.cfg and…
Comment by
Martin Konecny
October 2012
permalink
Airtime 2.2 with smart playlists and improved stream rebroadcast
Reply to @bitdevil: Try sudo -u www-data touch /media/airtime/test/organize/test_file If this fails, it means that the Apache server (user www-data) which is responsible for moving the file to your NFS drive cannot because user "www-data"…
Comment by
Martin Konecny
October 2012
permalink
Airtime not scanning anymore for missing music files?
Reply to @Topea: Usually this happens to Firefox users that don't have flash installed (since Firefox can't preview mp3's natively), or when Chromium is installed (also can't preview mp3's natively)
Comment by
Martin Konecny
October 2012
permalink
Smart Block [FEATURE REQUEST] Replay tracks to fill Block
This is a good idea, we will look into adding this feature for the next version :)
Comment by
Martin Konecny
October 2012
permalink
Set a monthly scheduled show by day of week
@Guytrance We will be revisiting the interface on how to create Calendar events, as there are some shortcomings in the current version - such as the scenario you just mentioned.
Comment by
Martin Konecny
October 2012
permalink
Using Smart Block Playlist
It's not possible to have these kind of time-based exclusion rules yet
Comment by
Martin Konecny
October 2012
permalink
Crossfade by decibels rather than time?
Hey Iain, There is no crossfade features yet (this is when the tracks are overlapped). For regular fading, this is an interesting idea - is this because you have tracks that have a long period of silence at the beginning or end?
Comment by
Martin Konecny
October 2012
permalink
airtime on centos 5.8
CentOS 6.3 isn't even officially supported, I believe getting Airtime to work on 5.8 will be a long shot.
Comment by
Martin Konecny
October 2012
permalink
Shoutcast reconnect retry timeout?
For Icecast and Shoutcast connections, there should be a 5 second timeout between Liquidsoap re-attempting the connection after a failure. Please let us know if you try and it doesn't work.
Comment by
Martin Konecny
October 2012
permalink
airtime-import --watch-add ERROR: "is not a valid directory"
Reply to @Iain+Broughton: We were not even aware this was a bug in previous version of Airtime. We will try to recreate this issue.
Comment by
Martin Konecny
October 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
Follow Martin Konecny
About
Username
Martin Konecny
Joined
December 2010
Visits
0
Last Active
August 2015
Roles
Member
Posts
1,860
Friends
Following 1 person
Followed by 6 people
My Badges
Total Points: 90
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