radiusfm
2 Beiträge
schrieb am 25.03.25 um 20:14 Uhr
Link zu diesem Post
Good afternoon! I really need a function that allows splitting the stream not by songs, but by time. I want the selected radio stations to be recorded as an air logger and stored in folders, as well as split by the hour (60 minutes).

For example:
`//Logger/BBCRadio1/2025.03.25/00-00.mp3`
(and so on: `01-00.mp3`, `02-00.mp3`, … `23-00.mp3`).

This feature would be useful for listening to radio station recordings and conveniently navigating by time.
 
radiusfm
2 Beiträge
schrieb am 25.03.25 um 20:39 Uhr
Link zu diesem Post
I tried to emulate the behavior I need using a scheduler but ran into three problems:

1) I have to manually specify the hours for each stream (24 times).
2) With this method, I lose 1 minute of time every hour.
3) Variables like "month" and "year" don’t work in folder names. That means the program doesn’t create the folder automatically and throws an error.