Hi Everyone,
I am trying to automate playback of playlists (with multiple audio mp3 files) infinitely during scheduled intervals through cronjob and cvlc.
However, I am not clear how to achieve it. I can play a single playlist cvlc --loop file:///pathToPlaylist it plays, however, if I run another command then 2 cvlc process runs in parallel causing 2 music files to play together.
Is there a better way to automate the playback of the playlist and ensure only 1 cvlc process runs when the next playlist gets triggered? additionally, if there is an option to achieve cross fade between the tracks that will be helpful.
I appreciate your guidance on this issue.
Thanks