In Error handling
However it offers the best option and opportunity to do things your way.
I would like to thanks Micah for pointing to me that the scripts broke regularly.
This is a feature,I never notice and I will tell you during how to fixed and prevent this
I love airtime for its flexibility
*********************************
* V.O.I.S.S.E.S. * *
* Can You Hear Me Now * *
*********************************
♬♬♬♬♬♬♬♬♬♬♬♩♪♫♩♪♫♪♩♫♪♩ ♬♬♬♬♬♬♬♬♬♬♬
######################################################
[En][24/7][712- 432- 8476]############################
http://tunein.com/radio/BIGLINK-RADIO-s190864/
[Korean][24/7] [712- 432- 8464]#######################
http://tunein.com/radio/Goaheadmissionorg-s190399/
[En][Sundays 2300-Mondays 0600 EST][712- 432- 8437]###
http://tunein.com/radio/Caribbean-Experience-s200915/
######################################################
My First task was to make my script
So I broke down my script in the following order(this order is key to run smoothly).
Then I held back any upgrades from Airtime as they seek to have stability.
You can see this by typing
apt-cache policy airtime
you will see something like this
~$ apt-cache policy airtime
airtime:
Installed: 2.5.0-2
Candidate: 2.5.0-3
Version table:
2.5.0-3 0
500 http://apt.sourcefabric.org/ raring/main amd64 Packages
*** 2.5.0-2 0
100 /var/lib/dpkg/status
as you see Airtime real current version is 2.5.0-3 0
Apparently one of the down fall of this is that when you upgrade airtime minor verses you will sometime break your Icecast configuration,,fallback,css or any modifications you made.
I had the experience of even Icecast become broken when I did my upgrade from 2.5.0 to 2.5.0-2.
I hope Moving forward Airtime will have what is known as stable release (all upgrades are held back) and current version.
Long since I used Linux there always suggest that once its working then do not every day upgrades except for security updates.so lets now held back all subsequent upgrades unless it major release.
sudo apt-mark hold airtime
that is you are holding back all upgrades for airtime at the same time allowing any security updates
now you will see in your upgrade line
The following packages have been kept back:
airtime linux-generic linux-headers-generic linux-image-generic
Now go ahead update all you want with upgrade
now when you feel that you want to upgrade safely or to a new major version,just
sudo apt-mark unhold airtime
edit your ls-script and place this at the top
sudo pico /usr/lib/airtime/pypo/bin/liquidsoap_scripts/ls_script.liq
%include "fallback/playlist.liq"Comment out the default line like this
#default = amplify(id="silence_src", 0.00001, noise())
I will show you later how to take this line and trigger an event
Voisses Tech said:Then I held back any upgrades from Airtime as they seek to have stability.
You can see this by typing
apt-cache policy airtime
you will see something like this
~$ apt-cache policy airtime
airtime:
Installed: 2.5.0-2
Candidate: 2.5.0-3
Version table:
2.5.0-3 0
500 http://apt.sourcefabric.org/ raring/main amd64 Packages
*** 2.5.0-2 0
100 /var/lib/dpkg/statusas you see Airtime real current version is 2.5.0-3 0
Apparently one of the down fall of this is that when you upgrade airtime minor verses you will sometime break your Icecast configuration,,fallback,css or any modifications you made.
I had the experience of even Icecast become broken when I did my upgrade from 2.5.0 to 2.5.0-2.
I hope Moving forward Airtime will have what is known as stable release (all upgrades are held back) and current version.
Long since I used Linux there always suggest that once its working then do not every day upgrades except for security updates.so lets now held back all subsequent upgrades unless it major release.
sudo apt-mark hold airtime
that is you are holding back all upgrades for airtime at the same time allowing any security updates
now you will see in your upgrade line
The following packages have been kept back:
airtime linux-generic linux-headers-generic linux-image-generic
Now go ahead update all you want with upgrade
now when you feel that you want to upgrade safely or to a new major version,just
sudo apt-mark unhold airtime
It looks like you're new here. If you want to get involved, click one of these buttons!