Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
mp3gain, 99% of my CPU !
Unfortunately not at the moment. However, you may remove or rename the mp3gain binary which will effectively disable it. On Mar 1, 2013 9:58 PM, "pilami" wrote: > can we disable mp3gain process? > >
Comment by
Martin Konecny
March 2013
permalink
Mixcloud support?
It could support it, but we will have to evaluate its priority after our next release. There's a ton of stuff going on now :). On Mar 1, 2013 11:43 AM, "Tim RadioClash" < airtime-support@lists.sourcefabric.org> wrote: > More…
Comment by
Martin Konecny
March 2013
permalink
Difference between icecast and artime stats listeners
Right now it's hardcoded. But take a look at the following line: https://github.com/sourcefabric/Airtime/blob/master/python_apps/pypo/listenerstat.py#L140
Comment by
Martin Konecny
March 2013
permalink
Ingesting a remote (soundcloud) audio file
Ok that makes more sense to me now. Sounds like the best way to handle this would be download the file to a temporary location, use a tag editor to add the new Soundcloud tags, and then copy that file to the stor directory so media-monitor can handl…
Comment by
Martin Konecny
March 2013
permalink
aac+ on airtime
Thanks Martin for the answer looking foward to bradcast with aac+Also Airtime can play .m4a (HE-AAC dolby ) files ??? Thanks again. Yes, it can play play these files.
Comment by
Martin Konecny
March 2013
permalink
silence between songs
What's the output of the following two commands: sudo -u postgres psql -c "select count(*) from cc_files where silan_check = 't'" airtime sudo -u postgres psql -c "select count(*) from cc_files where silan_check = '…
Comment by
Martin Konecny
March 2013
permalink
Ingesting a remote (soundcloud) audio file
My understanding was that an imported file doesn't have metadata until it was already moved to stor. Can you verify this statement? I find it strange that Soundcloud let's you download a file, but you need to grab the metadata separately. …
Comment by
Martin Konecny
February 2013
permalink
silence between songs
@Bart, Can you open a terminal and try running "silan --version"
Comment by
Martin Konecny
February 2013
permalink
High percentage of tracks have 1-3 seconds chopped off the end
I believe this may indicate a problem with the track. Our own length calculator determined the length to be 24m and 9 seconds whereas mediainfo reports two additional non-consistent lengths. Please try opening this file in audacity, exporting it to…
Comment by
Martin Konecny
February 2013
permalink
silence between songs
2.3.0 comes with a feature that automatically set cue points on your system based on whether leading/trailing silence. You can verify this by clicking the >[ ]< icon in your playlists and seeing if the cue_out point is less than the length of …
Comment by
Martin Konecny
February 2013
permalink
High percentage of tracks have 1-3 seconds chopped off the end
Bill, we may have found a recurring theme here. The tracks that are being slightly cut off. Are they being added via a playlist instead of directly to the show?
Comment by
Martin Konecny
February 2013
permalink
Recalculate leading/trailing silence for already imported tracks
This tool will be available in 2.3.1.
Comment by
Martin Konecny
February 2013
permalink
Time stuck at Moscow time
The user timezone should default to the system timezone when the account is created. Any new users created from this point on should have your desired timezone. On Wed, Feb 27, 2013 at 11:30 PM, Tim RadioClash < airtime-support@lists.sourcefabr…
Comment by
Martin Konecny
February 2013
permalink
Time stuck at Moscow time
Try changing it in your user preference by simply clicking your username in the top right. User preference has higher priority over system setting. On Feb 27, 2013 11:24 PM, "Tim RadioClash" < airtime-support@lists.sourcefabric.org>…
Comment by
Martin Konecny
February 2013
permalink
Need help to build liquidsoap
Now that you mention it, there used be a bug where Liquidsoap crashed after every track with AAC. I believe this has been fixed though. Why don't you try again, and let us know how it goes. We will be looking into implementing AAC HE support so…
Comment by
Martin Konecny
February 2013
permalink
Ingesting a remote (soundcloud) audio file
Hi Martin,No, I was trying to programmatically update the file's metadata with some of the "track" information returned from the SoundCloud API. At the very least I was hoping to set the title, I was setting a temporary filename of th…
Comment by
Martin Konecny
February 2013
permalink
Need help to build liquidsoap
Hi,I have modified ls_lib.liq such that i will get tile of stream as artist|title. But it is not getting reflected. I am getting it as artist - title. Please help me. Below is the method i changed. After changing i have restarted airtime also. def a…
Comment by
Martin Konecny
February 2013
permalink
Need help to build liquidsoap
which AAC encode were you using? AFAIK there are 6 different versions for Linux.
Comment by
Martin Konecny
February 2013
permalink
Virtualdj + Traktor icecast metedata
Hi Keith, We cannot reproduce this. It is in fact working. Are you still having this problem?
Comment by
Martin Konecny
February 2013
permalink
mac mini with ubuntu
We don't have any PPC hardware unfortunately. It is an outdated platform :)
Comment by
Martin Konecny
February 2013
permalink
Can't install Airtime on Ubuntu Quantal server
Yea exactly. There's also a cue in/out analysis which automatically sets these points on your track to eliminate dead air. This is done automatically on import however as opposed to ReplayGain analysis which runs in quietly in the background.
Comment by
Martin Konecny
February 2013
permalink
Upgrade to 2.3 gave UTF-8 error
I actually have no idea why that happened. If it happens again, I may take a look into it, but at the moment its much lower priority compared to a lot of other stuff. Of course if you find out why this happened, I would love to hear about it :)
Comment by
Martin Konecny
February 2013
permalink
Ar! There be leaks!
Liquidsoap 1.1 is around the corner - there have been a few small delays. We will push it out when it's ready.
Comment by
Martin Konecny
February 2013
permalink
Difference between icecast and artime stats listeners
Airtime uses Icecast to get stats. However we poll every 2 minutes, and therefore it's possible Airtime missed the moment when there was a peak of 32 users.
Comment by
Martin Konecny
February 2013
permalink
High percentage of tracks have 1-3 seconds chopped off the end
So the cue_out of 790.mp3 was set to "1449.008" seconds. Can you verify this is the correct end length.
Comment by
Martin Konecny
February 2013
permalink
aac+ on airtime
This is tentatively planned for the next release of Airtime. On Feb 27, 2013 4:44 AM, "Asakura" wrote: > Hi good people of airtiem team, when do you put an aac+ stream option on > the stream menu ?? > Thanks a lot. > >
Comment by
Martin Konecny
February 2013
permalink
Accelerating your apache2 with Airtime :)
Perhaps Apache and Postgresql. Only problem is that Apache can be replaced by any other webserver, so we'd have to detect this. Also postgresql could be on a remote server meaning that we wouldn't be able to monitor it.
Comment by
Martin Konecny
February 2013
permalink
High percentage of tracks have 1-3 seconds chopped off the end
Thanks for posting the logs. Could you also find the relevant parts in the pypo log file. Pypo is Airtime's schedule and pushes tracks to liquidsoap via the following syntax: queue.push annotate:media_id="2",liq_start_next="0&quo…
Comment by
Martin Konecny
February 2013
permalink
Airtime 2.3.0 RC1 download
AAC library files still seem to be ignored by Replaygain.Roger, unofficial AAC ReplayGain support will be enabled in 2.3.1. Wiki article created: https://wiki.sourcefabric.org/x/rIG4
Comment by
Martin Konecny
February 2013
permalink
Speed up airtime
Hi Aris, Thanks for the report. We will look into this.
Comment by
Martin Konecny
February 2013
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