Search found 3 matches

by agedeo
01 Jul 2024 21:02
Forum: Questions & Answers
Topic: Store voicetracks longer than 10 days
Replies: 1
Views: 3817

Store voicetracks longer than 10 days

Voicetracks are deleted after 10 days. I can't find a setting to change that. Am I missing something?
by agedeo
22 Apr 2024 15:46
Forum: General OnAir Discussion
Topic: Using result from PLS_CURRENT_GET_ENTRY
Replies: 15
Views: 24577

Re: Using result from PLS_CURRENT_GET_ENTRY

Thanks for your answer, but how do I let run.bat know what the trackname of the previous track was?
Please note that the runtime of run.bat is around 10 seconds. It is not possible to let it run after the track ends.
by agedeo
22 Apr 2024 14:08
Forum: General OnAir Discussion
Topic: Using result from PLS_CURRENT_GET_ENTRY
Replies: 15
Views: 24577

Using result from PLS_CURRENT_GET_ENTRY

Hello,

I am creating a script in ProppFrexx script editor:
This script looks like this:
2024-04-22_14h35_08.png

#2 is a self created python script that creates an MP3 file used in #3
I would like to use the trackname of #1 as parameter in #2

My plan was to use the command PLS_CURRENT_GET_ENTRY ...