ChristopheJacquet / PiFmRds

FM-RDS transmitter using the Raspberry Pi's PWM
GNU General Public License v3.0
1.44k stars 331 forks source link

infinite loop for the same song #84

Closed tchiobtcha closed 5 years ago

tchiobtcha commented 7 years ago

hi i want to automate the reading of all songs but the problem th pifm keep repeating the same song is there any thing to change from the c code to make it stop after finshing the song ?

miegl commented 7 years ago

Just pipe the stuff that you wanna play using something like sox.

MinePro120 commented 6 years ago

What i did, was to make a huge .wav file (10 hours) with all the songs I wanted in it, and made it repeat it. That was the only solution for me as I don't know how to program and make something like a schedule.

miegl commented 6 years ago

I highly recommend LibreTime (fork of AirTime).

ChristopheJacquet commented 5 years ago

It is not currently supported. See #82 for this feature request.