Discussions
Activity
Sign In
How it works
Martin Konecny
Activity
Discussions
32
Comments
1828
Feature request: Create infinite show (and extended API metadata for tracks)
Hi! We haven't finalized the Airtime 2.3 feature set yet, but have a lot of complaints for the 24 hour show limit, and this is something we will hopefully look into addressing for the next version of Airtime. Providing an improved API is someth…
Comment by
Martin Konecny
November 2012
permalink
Confused about input stream settings
> Also to login to airtime I have to go to: 5.133.180.173/airtime This doesn't sound right. Currently Airtime does not work if it's not the root document (should be fixed for 2.3). What's the output of airtime-check-system?
Comment by
Martin Konecny
November 2012
permalink
Media monitor error
Show us the output of airtime-check-system.
Comment by
Martin Konecny
November 2012
permalink
Metadata on Master Show/show Source
Reply to @Stian+Larsen: Look into /home/martin/workspace/airtime/python_apps/pypo/liquidsoap_scripts/ls_script.liq
Comment by
Martin Konecny
November 2012
permalink
Metadata on Master Show/show Source
Reply to @Henry+López+del+Pino: It was actually an intentional change, due to a request from another forum user.
Comment by
Martin Konecny
November 2012
permalink
Metadata on Master Show/show Source
We added this change in 2.2.0, but it will be reverted for 2.2.1.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Reply to @Topea: Try this quick test: metaflac --add-replay-gain filename.flac Now upload this file, and play it through Airtime to see what happens.
Comment by
Martin Konecny
November 2012
permalink
Cloud Files or S3 support for audio files?
Hi Bill, Currently all files are required to be accessible via the local file system, but it is simple to mount your S3 storage as a local directory on your system and point Airtime to watch that directory. Airtime will simply cache any files it nee…
Comment by
Martin Konecny
November 2012
permalink
Master not Switching for live Show
Hi Mike, At the moment, the order in which those 3 sources are displayed is representative of their priority. If master source is on, then the live source will have to wait until the master source is switched off. Customizing the priority of these 3…
Comment by
Martin Konecny
November 2012
permalink
airtime_virtualenv "ImportError: cannot import name urandom" in logs
According to this: http://www.virtualenv.org/en/latest/news.html You should run the following commands: sudo rm /usr/lib/airtime/airtime_virtualenv/bin/pythonsudo cp /usr/bin/python /usr/lib/airtime/airtime_virtualenv/bin/ Then restart pypo and medi…
Comment by
Martin Konecny
November 2012
permalink
[SOLVED] Cookie Monster song plays OK but Auth not working for 2.2.0
Sometimes it's the simple things that get overlooked. Glad you got it working :)
Comment by
Martin Konecny
November 2012
permalink
Airtime ( and possibly other products) as a Synology Package
Ho Tobias, Theoretically Airtime will run on synology, however a quick search didn't return what distribution of Linux they run on their system (Debian based, Redhat etc.). Airtime installs very easily on Debian based distributions, but other d…
Comment by
Martin Konecny
November 2012
permalink
Problem creating Smart Blocks with "minutes" lengths
Hi Ed, This bug has been found and is in the pipeline for the 2.2.1 release. Thanks for the report.
Comment by
Martin Konecny
November 2012
permalink
Memory Leak?
Please post the names under the command column.
Comment by
Martin Konecny
November 2012
permalink
Memory Leak?
Initially, Airtime 2.2 will take higher CPU after an install (over 2.1) while it computes ReplayGain values for tracks in your media library (for audio normalization purposes). However, these computations are given a very low CPU priority and should…
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Reply to @Topea: After you clear the replay gain values from the db, it takes some time before they are recalculated. I think every 5 min, we query the database for tracks that need to be analyzed and we only do a batch of a 100 at a time.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Yes, sudo apt-get install flac Afterwards, you will need to regenerate all your flac replaygain values by running the command outline here: http://forum.sourcefabric.org/discussion/comment/20430#Comment_20430 It's strange that this package is n…
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Reply to @Topea: Your files shouldn't all have a 0dB offset. What is the outputs of which metaflacwhich mp3gainwhich vorbisgain ?
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Hmm, I'm not familiar with that file (it's written by the Liquidsoap team), and wouldn't recommend editing it without asking them first. If you play these tracks through any standard desktop music player, do you still hear the high ec…
Comment by
Martin Konecny
November 2012
permalink
Playlist, Calendars and Adding Content to Repeated shows
Hi, Since we've released Airtime 2.2, this has become the #1 complaint. There is no easy way to do what you want at the moment, but we will be putting a very high priority on this issue for the next release.
Comment by
Martin Konecny
November 2012
permalink
[SOLVED] Cookie Monster song plays OK but Auth not working for 2.2.0
Is something on your system already using port 1234? Maybe another Liquidsoap script? This is why Liquidsoap fails to start.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Reply to @Topea: What is the replay_gain value of this track? Look into the "library" page, and make this column visible.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
The ReplayGain algorithm is targetted for 89dB, so you will need to modify the Python source. https://github.com/sourcefabric/Airtime/blob/master/python_apps/media-monitor2/media/update/replaygain.py#L127 At line 127, change it to return float(rep…
Comment by
Martin Konecny
November 2012
permalink
Airtime Install Error!
Ok so we're making progress. Do the following steps: sudo apt-get purge postgresqlreboot the system (**important**)sudo apt-get install postgresql Your system should now be properly configured and Airtime will install.
Comment by
Martin Konecny
November 2012
permalink
Problem with liquidsoap (Airtime 2.0.2)
Glad to hear :) If you ever figure out why re-nicing your Liquidsoap process didn't work let us know.
Comment by
Martin Konecny
November 2012
permalink
Airtime Install Error!
Reply to @David+Pittman: Ok, so is /etc/default/locale still empty? Sorry for making you redo all these steps, I just want to cover all the bases.
Comment by
Martin Konecny
November 2012
permalink
Airtime Install Error!
Reply to @Topea: I believe the UI where you need to mark with "*" is only in Debian. Ubuntu does it differently unfortunately.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
yup, into the replay_gain column.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
Hmm, ok be careful, because that value in the database is an offset. That target value of ReplayGain is 89dB so to make it 94dB, you will want to add +5 to each row.
Comment by
Martin Konecny
November 2012
permalink
Force recalculating of MP3 gain.
You would have to do it manually, by accessing the Airtime database. What exactly do you want to do?
Comment by
Martin Konecny
November 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