MusicPlayerDaemon / mpc

Command-line client for MPD
GNU General Public License v2.0
191 stars 36 forks source link

Start an audio file in a specific time #92

Closed carlos-f-h-duarte closed 1 year ago

carlos-f-h-duarte commented 2 years ago

Hi! Is it possible with a mpc start an audio file in a specific time ex. : 10:05 (other then with crontab) with a following condition: The mpc is playing a song (playlist), at 10:05 start an audio message and pause the song. After the message, unpause the current song. Thank you

MaxKellermann commented 1 year ago

No. mpc is a simple command-line tool to submit commands to MPD. But you can combine it with at to schedule certain MPD comands at certain times.