Search found 33 matches

by Kyle FM
17 Mar 2025 07:33
Forum: Wish List
Topic: Current time of overlays in pre-generated playlists when Remote VoiceTracking
Replies: 3
Views: 5883

Re: Current time of overlays in pre-generated playlists when Remote VoiceTracking

Hi Bernd

Thank you! I was sick last week so couldn't test this yet. Will test this and let you know!
by Kyle FM
06 Mar 2025 13:23
Forum: Wish List
Topic: Current time of overlays in pre-generated playlists when Remote VoiceTracking
Replies: 3
Views: 5883

Current time of overlays in pre-generated playlists when Remote VoiceTracking

Hi Bernd

We use an external scheduler that exports files as CSV, which is imported into ProppFrexx. These files contain "OVERLAY: xxx" entries, which are linked by ProppFrexx to the corresponding overlay. Because we don't know the length of the actual overlay up front, we use a dummy time for this ...
by Kyle FM
05 Sep 2024 15:46
Forum: Questions & Answers
Topic: Increasing IceCast disconnection timeout & send buffer
Replies: 1
Views: 2636

Increasing IceCast disconnection timeout & send buffer

Hi Bernd

We do a lot of remote broadcasting on different locations and notice that when there are dropouts in the internet connection (due to bad reception) the IceCast streaming server gets disconnected in ProppFrexx. We stream from the remote location to IceCast with ProppFrexx and pick this ...
by Kyle FM
09 Jun 2024 11:03
Forum: Wish List
Topic: Better build in browser & webview dockpanel
Replies: 2
Views: 14375

Better build in browser & webview dockpanel

Hi Bernd

The current build-in browser is very outdated. It does not support JavaScript & most websites don't properly load, making it pretty useless at the moment.

I know we could use an external browser, which we do at the moment, but I want to use the internal ProppFrexx browser to display a ...
by Kyle FM
28 May 2024 19:57
Forum: Questions & Answers
Topic: ProppFrexx Roadmap
Replies: 1
Views: 4561

ProppFrexx Roadmap

Hi Bernd

Is there some sort of publicly available roadmap with new features coming into ProppFrexx in the near future?

I am interested to learn more :D
by Kyle FM
06 May 2024 16:38
Forum: Wish List
Topic: RVT : Don't have to re-download tracks every time
Replies: 3
Views: 13101

Re: RVT : Don't have to re-download tracks every time

Just a random throught. The download/upload buffer limit is currently maxed at 1024. Would allowing higher values speed up the download time?
by Kyle FM
17 Jan 2024 20:50
Forum: Bug Reports
Topic: Remote VoiceTracking Playlist Only Bug
Replies: 3
Views: 10643

Re: Remote VoiceTracking Playlist Only Bug

Hi Bernd

I am investigating further. It only occurs on our studio PCs, not on any remote computer. I will try to reproduce this on a test setup. Keeping you informed when I find the issue.
by Kyle FM
17 Jan 2024 00:37
Forum: Bug Reports
Topic: Remote VoiceTracking Playlist Only Bug
Replies: 3
Views: 10643

Remote VoiceTracking Playlist Only Bug

Hi Bernd

The last version introduced a bug with Remote VoiceTracking.

When checking "Playlist Only" in the window half of the playlist is missing once it is opened. When not checking this parameter all files are displayed as expected.

This was not the case before the RVT changes in the last ...
by Kyle FM
11 Jan 2024 19:25
Forum: Bug Reports
Topic: EXEC_SEND_OSC not sending same message in a row
Replies: 4
Views: 10349

Re: EXEC_SEND_OSC not sending same message in a row

HI Bernd

Let me be more descriptive on what exactly I mean that is wrong. Let me give you a different example:

Steps to reproduce:
1. Execute EXEC_SEND_OSC /some/osc/address (The message is received by the OSC client)
2. Execute EXEC_SEND_OSC /some/osc/address (The message is not received by the ...
by Kyle FM
11 Jan 2024 15:12
Forum: Bug Reports
Topic: EXEC_SEND_OSC not sending same message in a row
Replies: 4
Views: 10349

EXEC_SEND_OSC not sending same message in a row

You cannot send the same OSC message twice in a row.

Steps to reproduce:
1. Execute EXEC_SEND_OSC /status|s:OK (The message is received by the OSC client)
2. Execute EXEC_SEND_OSC /status|s:OK (The message is not received by the OSC client)
3. Execute EXEC_SEND_OSC /status|s:FAIL (The message is ...