Search found 19 matches

by benjavides
03 Jun 2025 23:45
Forum: Questions & Answers
Topic: Support for multi channel output
Replies: 4
Views: 3220

Re: Support for multi channel output

Thank you, I would appreciate it!
by benjavides
30 May 2025 11:17
Forum: Questions & Answers
Topic: Support for multi channel output
Replies: 4
Views: 3220

Re: Support for multi channel output

Thanks for clarifying. Down-mixing to stereo makes perfect sense for a broadcast/streaming workflow. For my real-time installation, though, I’m driving a multi-channel audio interface and really need discrete 5.1/7.1 output rather than a stereo mix. Is there any way to bypass ProppFrexx’s stereo ...
by benjavides
29 May 2025 16:08
Forum: Questions & Answers
Topic: Support for multi channel output
Replies: 4
Views: 3220

Support for multi channel output

Hello! I'm a developer and we're using proppfrexx for real-time installation to show information about what is currently playing. I was wondering if Proppfrexx supports playing back and outputting correctly multi-channel WAV files (eg: 5.1 or 7.1). If so what would be the way to set it up?
I did a ...
by benjavides
28 Nov 2024 18:47
Forum: Questions & Answers
Topic: Autoplay dynamically created playlist
Replies: 9
Views: 11403

Re: Autoplay dynamically created playlist

Hi Bernd,

Thanks again for the previous clarifications.

I have a follow-up question regarding the "LeastRecentlyPlayed" mode. If my music library is considerably larger than 6 hours and I consistently create dynamic playlists in this way, when it picks the "LeastRecentlyPlayed" track, it will ...
by benjavides
11 Nov 2024 17:31
Forum: Questions & Answers
Topic: Autoplay dynamically created playlist
Replies: 9
Views: 11403

Re: Autoplay dynamically created playlist

Hello, I have a follow-up question regarding the LeastRecentlyPlayed mode. If I consistently create dynamic playlists with this mode, wouldn’t the tracks eventually play in the same order after each has been played once?

Is there a way to introduce some variation to avoid a repetitive sequence in ...
by benjavides
04 Oct 2024 12:58
Forum: Questions & Answers
Topic: Next program does not autostart
Replies: 2
Views: 3824

Re: Next program does not autostart

Thank you so much for your quick response.
P1) What you explained makes total sense and I didn't think of that. I won't have such short programs, it was just a test and made them short to avoid waiting. Thanks for the tip about the Program Scheduler Log, I didn't know it existed. I edited the "Show ...
by benjavides
03 Oct 2024 20:30
Forum: Questions & Answers
Topic: Next program does not autostart
Replies: 2
Views: 3824

Next program does not autostart

I've been learning to use the Scheduler but still don't understand some things.

PROBLEM 1
For example I was testing putting 2 programs one right after the other.
https://i.imgur.com/l7F568O.png
I expected for "Prueba 1" to play for 1 minute and then to fade out as "Prueba 2" started playing ...
by benjavides
08 Aug 2024 21:08
Forum: Questions & Answers
Topic: Autoplay dynamically created playlist
Replies: 9
Views: 11403

Re: Autoplay dynamically created playlist

But all tracks not played (but already scheduled) are removed from the history automatically, when that program/playlist closes. So nothing to do on your side.
Oh great!

You can use the script option TryEnsureExactLength, so that the last track ends with the given program end time (enough tracks ...
by benjavides
08 Aug 2024 14:00
Forum: Questions & Answers
Topic: Autoplay dynamically created playlist
Replies: 9
Views: 11403

Re: Autoplay dynamically created playlist

It worked by setting the Scheduler Stop Option to DontStopAutoPlay . Thanks!

I have a question regarding how the history works. In the case of creating dynamic playlists with scripts, when are tracks added to the history?

When the track starts being played
When the track finishes playing
When ...
by benjavides
08 Aug 2024 11:11
Forum: Questions & Answers
Topic: Autoplay dynamically created playlist
Replies: 9
Views: 11403

Re: Autoplay dynamically created playlist

I forgot to mention that when using PROGRAM_STARTSCRIPT I was sending the playlist name and not the path, so that was not the problem.
I'll try your suggestion today and let you know. 13 seconds is a bit much for the use case so I'll try DontStopAutoPlay.

Thanks for your answer!