Quantcast
Channel: Airtime Support Discussions on Sourcefabric Forum
Viewing all articles
Browse latest Browse all 1390

[FIXED] [2.0.3] Play music from a folder on silence won't work anymore

$
0
0
Hi there,

sadly i had to reinstall Airtime last week (hardware faulty), old version was 2.0.1 i think.
After installing, i recognized that the change in the ls_script.liq wont work anymore to play some music from a folder on silence.

What i found until now:
[ls_script.liq]
default = amplify(0.1, noise()) <- works
default = playlist(mode='random', "/srv/allmusic/") <- wont work
default = playlist("/srv/allmusic/") <- wont work
default = single("/srv/allmusic/01-somesong.mp3") <- work
default = playlist("/srv/allmusic/aplaylist.m3u") <- wont work
default = playlist(mode='random', "/srv/airtime/stor/imported/someband/somealbum/") <- wont work
default = single("/srv/airtime/stor/imported/someband/somealbum/02-anothersong.mp3") <- work

Also i noticed if default = playlist, the ls_script.log stays empty (no new entrys) - if default=single or amplify, the log file looks normal

airtime system check when playing single on silence
-----------------------------------------
# airtime-check-system 
AIRTIME_SERVER_RESPONDING      = OK
KERNEL_VERSION                 = 2.6.32-38-generic
MACHINE_ARCHITECTURE           = x86_64
TOTAL_MEMORY_MBYTES            = 16461884
TOTAL_SWAP_MBYTES              = UNKNOWN
AIRTIME_VERSION                = 2.0.3
OS                             = Ubuntu 10.04.4 LTS x86_64
CPU                            = Intel(R) Xeon(R) CPU           X3430  @ 2.40GHz
WEB_SERVER                     = Apache/2.2.14 (Ubuntu)
PLAYOUT_ENGINE_PROCESS_ID      = 16683
PLAYOUT_ENGINE_RUNNING_SECONDS = 10
PLAYOUT_ENGINE_MEM_PERC        = 0.0%
PLAYOUT_ENGINE_CPU_PERC        = 0.0%
LIQUIDSOAP_PROCESS_ID          = 16688
LIQUIDSOAP_RUNNING_SECONDS     = 10
LIQUIDSOAP_MEM_PERC            = 0.1%
LIQUIDSOAP_CPU_PERC            = 0.0%
MEDIA_MONITOR_PROCESS_ID       = 1201
MEDIA_MONITOR_RUNNING_SECONDS  = 59480
MEDIA_MONITOR_MEM_PERC         = 0.0%
MEDIA_MONITOR_CPU_PERC         = 0.0%
RABBITMQ_PROCESS_ID            = 1433
RABBITMQ_RUNNING_SECONDS       = 59478
RABBITMQ_MEM_PERC              = 0.1%
RABBITMQ_CPU_PERC              = 0.0%
-- Your installation of Airtime looks OK!


airtime system check when playing playlist on silence
-----------------------------------------
AIRTIME_SERVER_RESPONDING      = OK
KERNEL_VERSION                 = 2.6.32-38-generic
MACHINE_ARCHITECTURE           = x86_64
TOTAL_MEMORY_MBYTES            = 16461884
TOTAL_SWAP_MBYTES              = UNKNOWN
AIRTIME_VERSION                = 2.0.3
OS                             = Ubuntu 10.04.4 LTS x86_64
CPU                            = Intel(R) Xeon(R) CPU           X3430  @ 2.40GHz
WEB_SERVER                     = Apache/2.2.14 (Ubuntu)
PLAYOUT_ENGINE_PROCESS_ID      = 16860
PLAYOUT_ENGINE_RUNNING_SECONDS = 15
PLAYOUT_ENGINE_MEM_PERC        = 0.0%
PLAYOUT_ENGINE_CPU_PERC        = 0.0%
LIQUIDSOAP_PROCESS_ID          = FAILED
LIQUIDSOAP_RUNNING_SECONDS     = -1
LIQUIDSOAP_MEM_PERC            = 0%
LIQUIDSOAP_CPU_PERC            = 0%
MEDIA_MONITOR_PROCESS_ID       = 1201
MEDIA_MONITOR_RUNNING_SECONDS  = 59701
MEDIA_MONITOR_MEM_PERC         = 0.0%
MEDIA_MONITOR_CPU_PERC         = 0.1%
RABBITMQ_PROCESS_ID            = 1433
RABBITMQ_RUNNING_SECONDS       = 59699
RABBITMQ_MEM_PERC              = 0.1%
RABBITMQ_CPU_PERC              = 0.0%

-- There appears to be a problem with your Airtime installation.





Any ideas what i did wrong?

Regards,
Andreas



Viewing all articles
Browse latest Browse all 1390

Trending Articles