renamed reserve queue to reserve pool

This commit is contained in:
2026-05-27 17:45:35 +02:00
parent 79c643c938
commit 6731322758
4 changed files with 10 additions and 10 deletions

View File

@@ -35,10 +35,10 @@ media_txt="${media_srt%.*}.txt"
if [ "${num_reserve_shows}" -ge "10" ]
then
feedback="You are listening to a show from the Reserve Queue. This show was submitted in ${submitted_month} to cover occasions like this where there are gaps in the schedule."
feedback="You are listening to a show from the reserve pool. This show was submitted in ${submitted_month} to cover occasions like this where there are gaps in the schedule."
echo "1
00:00:00,000 --> 00:00:03,000
You are listening to a show from the Reserve Queue.
You are listening to a show from the reserve pool.
2
00:00:03,000 --> 00:00:07,000
@@ -51,10 +51,10 @@ where there are gaps in the schedule.
elif [ "${num_reserve_shows}" -ge "5" ]
then
feedback="You are listening to a show from the Reserve Queue. We have less than two weeks of backup shows available. Now would be a good time to consider submitting a show. This show was submitted in ${submitted_month} to cover occasions like this where there are gaps in the schedule."
feedback="You are listening to a show from the reserve pool. We have less than two weeks of backup shows available. Now would be a good time to consider submitting a show. This show was submitted in ${submitted_month} to cover occasions like this where there are gaps in the schedule."
echo "1
00:00:00,000 --> 00:00:03,000
You are listening to a show from the Reserve Queue.
You are listening to a show from the reserve pool.
2
00:00:03,000 --> 00:00:06,000
@@ -76,10 +76,10 @@ where there are gaps in the schedule.
elif [ "${num_reserve_shows}" -ge "1" ]
then
feedback="You are listening to a show from the Reserve Queue. We have very few shows left to cover occasions like this where there are gaps in the schedule. This is a community project that needs listeners to contribute shows in order to survive. Once all shows are posted we will shut down the project, so if you want Hacker Public Radio to continue then record a show. This show was submitted in ${submitted_month}."
feedback="You are listening to a show from the reserve pool. We have very few shows left to cover occasions like this where there are gaps in the schedule. This is a community project that needs listeners to contribute shows in order to survive. Once all shows are posted we will shut down the project, so if you want Hacker Public Radio to continue then record a show. This show was submitted in ${submitted_month}."
echo "1
00:00:00,000 --> 00:00:03,000
You are listening to a show from the Reserve Queue.
You are listening to a show from the reserve pool.
2
00:00:03,000 --> 00:00:06,000