Search found 7599 matches
- 28 Jan 2023 15:08
- Forum: Questions & Answers
- Topic: Exec_send_email
- Replies: 2
- Views: 17
Re: Exec_send_email
Go to the general settings and click on the "Mail Settings..." button to open the related dialog. The FROM address as specified in this dialog will always be used (if empty, the from address as specified in EXEC_SEND_MAIL command will be used, else the from address of the command is ignore...
- 25 Jan 2023 11:25
- Forum: Questions & Answers
- Topic: Playlist columns size
- Replies: 5
- Views: 57
Re: Playlist columns size
Yes it is.
You have probably hidden your file extensions in the windows file explorer (which is often the default, but equally confusing).
Here is how to show all file extensions: https://www.thewindowsclub.com/show-fil ... in-windows
You have probably hidden your file extensions in the windows file explorer (which is often the default, but equally confusing).
Here is how to show all file extensions: https://www.thewindowsclub.com/show-fil ... in-windows
- 24 Jan 2023 22:01
- Forum: Questions & Answers
- Topic: Columns
- Replies: 3
- Views: 857
Re: Columns
Please see your other post for the answer: https://www.proppfrexx.radio42.com/foru ... php?t=3337
No need to post the same question twice
No need to post the same question twice

- 24 Jan 2023 21:59
- Forum: Questions & Answers
- Topic: Playlist columns size
- Replies: 5
- Views: 57
Re: Playlist columns size
There was once a bug in v4.3.3.7 - which has already been resolved, see here: https://www.proppfrexx.radio42.com/forum/viewtopic.php?p=17471 But in the end the user also had to do the following: When you close PF, pls go to the AppDataFolder and delete the ProppFrexx ONAIR.Playlist.layout resp. …Pla...
- 24 Jan 2023 14:53
- Forum: Questions & Answers
- Topic: windows operating system
- Replies: 2
- Views: 20
Re: windows operating system
All of them would work equally good.
The difference is mainly about support and maintenance.
I would personally maybe go for the Win11 or Server2022 version, as those are supported for a longer time.
Audio processing is almost the same on both.
The difference is mainly about support and maintenance.
I would personally maybe go for the Win11 or Server2022 version, as those are supported for a longer time.
Audio processing is almost the same on both.
- 19 Jan 2023 21:35
- Forum: Bug Reports
- Topic: Overlay Calender
- Replies: 1
- Views: 48
Re: Overlay Calender
Hi, I don’t really get your question or bug report. When you remove any entry within the Overlay calendar, no overlay will be used or played. As such, it wouldn’t truncate or stop any playlist. What I don’t fully understand from your request is what is actually happening?! Maybe your experience is n...
- 18 Jan 2023 18:04
- Forum: Questions & Answers
- Topic: Powershell & parameters
- Replies: 3
- Views: 87
Re: Powershell & parameters
When you take a look to the User Manual Appendix, all macros listed under 'Global Macros' are available. In addition, when using the Streaming.OnSongTitleChanged event, all macros listed under 'Streaming Macros' are available as well as all track related macros listed under 'Track/Playlist Macros' (...
- 15 Jan 2023 23:22
- Forum: Questions & Answers
- Topic: Prevent VoiceTracking on non-existing playlists.
- Replies: 1
- Views: 64
Re: Prevent VoiceTracking on non-existing playlists.
Hi, can you explain your workflow in a little more detail? And are we talking about Voice-Tracking or Remote-Voice-Tracking? Let me explain, why I am asking... For Voice-Tracking: Normally, when you import an external log file, a new Program Scheduler entry is created (which might replace any existi...
- 13 Jan 2023 23:03
- Forum: Bug Reports
- Topic: Bass error handle
- Replies: 10
- Views: 173
Re: Bass error handle
Wow, that is good news and I never experienced that.
Great! I have learned something as well.
Great! I have learned something as well.
- 13 Jan 2023 15:12
- Forum: Questions & Answers
- Topic: Powershell & parameters
- Replies: 3
- Views: 87
Re: Powershell & parameters
How should they be translated? Powershell is just a Windows script. But it doesn’t know anything regarding ProppFrexx. The command needs to be executed from within ProppFrexx using the EXEC_SHELL_COMMAND (eg. with the Streaming.OnSongTitleChanged event). Also note, that the macro ${trackname} resp. ...