The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide mpc insert Radio Station
#1
Hello

my wish was to play a Radio Station every Week on a spezial Time 19:00!

Code:
mpc insert [RadioStationName]
mpc next
this would work in a bashscript with a Song but not with a Radiostation.

But, Clear the List of your moOde  select your Radiostation
hit the ... (3 dots)

Save playlist give them a Name you like

Code:
# mpc lsplaylists
should show your saved "playlist"

in my Case it is called KanalK

nano /usr/local/bin/yourStation.sh


Code:
#!/bin/bash
# mpc lsplaylists
mpc clear
mpc load KanalK
mpc play
/var/www/vol.sh 90

chmod +x the file

edit your Crontab and add the path/file and the time you wish to play it!

have a nice day
vinc
Raspberry Pi3B+ --> HiFiBerry DAC+ PRO --> Cyrus | Pre - Pre Amplifier --> D. Klimo | Kent monoblocks --> Piega | Piega LDR 8.2
Raspberry Pi3B+ --> HiFiBerry AMP2 --> Visaton FRS 8 30W 4Ω
Reply


Messages In This Thread
mpc insert Radio Station - by vikozo - 11-09-2020, 06:48 PM
RE: mpc insert Radio Station - by the_bertrum - 11-09-2020, 06:51 PM

Forum Jump: