Discussions
Activity
Sign In
How it works
aukondk
Activity
Discussions
1
Comments
25
Any active developers on Airtime?
I'm in a similar position and it's a shame you haven't had a reply. Sourcefabric don't even advertise the open source version on their site anymore, it just forwards to the "pro" site. I was only really using Airtime as…
Comment by
aukondk
January 2019
permalink
Airtime does not provide metadata for OGG stream
The only reason it is disabled by default is that some players like VLC will stop after every track if the OGG metadata changes.
Comment by
aukondk
May 2013
permalink
Another solution for 24hr jukebox in Airtime
New problem with my setup on 2.3.1 I added my little hacks and now the random jukebox plays but the scheduled shows don't play. The stream doesn't switch from "default" to the show. default_switch has become schedule_noise_switch…
Comment by
aukondk
May 2013
permalink
Output to Mixer before going to server?
Liquidsoap does have Jack support although I've never tried it. Not sure if the Liquidsoap which comes in Airtime has it enabled but if it was (by recompiling it for example) you could probably replace the ALSA output with JACK and route it to …
Comment by
aukondk
February 2013
permalink
Another solution for 24hr jukebox in Airtime
Reply to @nicolaM: The problem seems familiar but I seem to remember for me it was only a split second of the old track and then only occasionally. My server might be a bit more powerful than yours and can process the script quicker. Maybe try movin…
Comment by
aukondk
February 2013
permalink
Development request -- updates to AirTime using debian method break AirTime during installation
I have the same issue as I have a modified vhost and ls_script, however this happens even if I install some other (unrelated) package through Apt. All I can do right now is have backups of my modified files copied back via a script after any change…
Comment by
aukondk
February 2013
permalink
Another solution for 24hr jukebox in Airtime
Reply to @nicolaM: The problem seems familiar but I seem to remember for me it was only a split second of the old track and then only occasionally. My server might be a bit more powerful than yours and can process the script quicker. Maybe try movin…
Comment by
aukondk
January 2013
permalink
Another solution for 24hr jukebox in Airtime
If anyone is interested. I've added a "simple" way to schedule a track to be placed into the Jukebox playlist but to wait until the current track is finished. Simply add: auto = fallback([request.queue(id="push"), auto]) af…
Comment by
aukondk
January 2013
permalink
Another solution for 24hr jukebox in Airtime
Reply to @nicolaM: Hi, sorry I didn't check this thread for a while. The two functions from_jukebox and to_jukebox should fade the jukebox out into the scheduled track and skip to the beginning of the "rotate()" cycle when it goes ba…
Comment by
aukondk
January 2013
permalink
Another solution for 24hr jukebox in Airtime
Reply to @Raphael+Fery: Go into ls_script.liq and find where default is first defined. Looks like this: default = amplify(id="silence_src", 0.00001, noise()) default = rewrite_metadata([("artist","Airtime"), ("t…
Comment by
aukondk
January 2013
permalink
Another solution for 24hr jukebox in Airtime
Forgot my latest files with new changes.
Comment by
aukondk
December 2012
permalink
Another solution for 24hr jukebox in Airtime
Reply to @FrancescoP: script.php fwrite ($f, "replay_gain:/srv/airtime/stor/$col_value\n"); jukebox.liq music = playlist(reload = 100, "/home/www/radio/playlist.txt") #random playlist music = amplify(1.,override="…
Comment by
aukondk
December 2012
permalink
Another solution for 24hr jukebox in Airtime
I've decided to get Liquidsoap's script to add the replay gain metadata to the file as it is played. My server is pretty powerful so it shouldn't cause slowdown. http://savonet.sourceforge.net/doc-svn/replay_gain.html I've made m…
Comment by
aukondk
December 2012
permalink
Stream exists but silence is broadcasted need a solution to switch to another mountpoint
There is probably a way to make the stream shut off but I've not looked into it. I would do it this way: Find ls_script.liq, go down to about line 122 and this section default = amplify(id="silence_src", 0.00001, noise()) default = r…
Comment by
aukondk
December 2012
permalink
Another solution for 24hr jukebox in Airtime
Reply to @FrancescoP: My current thought is to have the script you've made only return the id of the track. Then have two other scripts, one to collect the full file path to be the source and the other collect the replay_gain value to be add…
Comment by
aukondk
December 2012
permalink
How to modify Airtime 2.2 default web port
It certainly is possible (mine is on port 8080). Check your vhost file if you have done yesterday's update because the installer will overwrite it to port 80 again. Also add your port in /etc/apache2/ports.conf like this: NameVirtualHost *:80 L…
Comment by
aukondk
December 2012
permalink
Another solution for 24hr jukebox in Airtime
Reply to @FrancescoP: It should be just a case of replacing the metadata for each file with the metadata in the database. http://savonet.sourceforge.net/doc-svn/metadata.html It won't work with my way as I'm just producing a playlist of UR…
Comment by
aukondk
December 2012
permalink
Uploaded files are not in library
Reply to @Martin+Konecny: Seems to be working fine with the update. I'll keep an eye on it. Thanks!
Comment by
aukondk
December 2012
permalink
Another solution for 24hr jukebox in Airtime
Code attached. jukebox.liq is %included before default is defined and I redefined it as "default = auto". The two functions are transitions to replace the ones in the default_switch, nicer fade and skipping the next sequence when going ba…
Comment by
aukondk
December 2012
permalink
Uploaded files are not in library
If it is fixed in 2.2.1, can anyone point to a patch/which code needs changing? I seem to have to restart the media monitor every time I want to add a file and I can't track down which process is supposed to tell the media-monitor to check for …
Comment by
aukondk
December 2012
permalink
Liquidsoap and Fallback.skip
I'm using the default_switch instead of a source fallback to go between scheduled and non scheduled playback so I wasn't able to use fallback.skip. Instead I had to make a new transition function based on the old one except with source.ski…
Comment by
aukondk
December 2012
permalink
Couple of questions - Liquidsoap
I'm in a similar situation, adding my old LS setup to Airtime. The Dummy output at the end of your script causes the 24/7 to keep playing while the scheduled content plays. Without it, the 27/4 would pause and restart at the same point after t…
Comment by
aukondk
November 2012
permalink
AutoDJ unless I say otherwise?
I've done exactly this, not tested completely but I have been using Liquidsoap for a fully automated radio stream for a few years now and I wanted to add this to Airtime so I got the easy scheduling combined with full automation.I recommend loo…
Comment by
aukondk
November 2012
permalink
add a default stream flux to airtime
Hi Daniel, My current LS install has a script which plays random tracks by default, mixed with jingles and hourly chime, and a web-based scheduler which uses cron to push a track when needed. Airtime could replace my scheduler if I splice my…
Comment by
aukondk
March 2011
permalink
add a default stream flux to airtime
I already run a Liquidsoap radio station and am looking to use Airtime as a scheduling frontend. Until there is something built in, I'm just pointing "default" in ls_script.liq to a version of my old .liq so I get a mix of music and j…
Comment by
aukondk
March 2011
permalink
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 aukondk
About
Username
aukondk
Joined
March 2011
Visits
0
Last Active
January 2019
Roles
Member
Posts
26
Friends
Following 2 people
My Badges
Total Points: 75
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