Search found 8329 matches

by radio42
16 Mar 2024 14:24
Forum: Bug Reports
Topic: Multi Track Segue Editor no longer saves.
Replies: 32
Views: 608

Re: Multi Track Segue Editor no longer saves.

If something works well for year, or even for a week after a clean install, there must be something different all of a sudden, which triggers it. Also, that this issue is only specific to certain segues but not to all is an indication of a certain pattern and not a general issue of ProppFrexx.
by radio42
16 Mar 2024 12:53
Forum: Wish List
Topic: Automatich top of the hour
Replies: 2
Views: 153

Re: Automatich top of the hour

Yes, this is also possible in ProppFexx. See here: https://www.proppfrexx.radio42.com/forum/viewtopic.php?p=16854 The way it works is, that you first create in a script-line with the 'UseHookCuePoints' or the 'AsEmbeddedHookContainer' option, eg. Count=3, ie. selecting 3 tracks in that script-line. ...
by radio42
16 Mar 2024 10:45
Forum: Bug Reports
Topic: Multi Track Segue Editor no longer saves.
Replies: 32
Views: 608

Re: Multi Track Segue Editor no longer saves.

No. A playlist file is a playlist file, no matter how it is created. But of course you need write access to it. But what is the exact use case you can reproduce? As I tried all scenarios (incl. all your settings you send me). If you can reproduce it with a certain playlist and files, please send tho...
by radio42
15 Mar 2024 23:25
Forum: Bug Reports
Topic: Multi Track Segue Editor no longer saves.
Replies: 32
Views: 608

Re: Multi Track Segue Editor no longer saves.

I already send you various replies. I tested your entire app data config and I figured, that the standard user (which you told me I should use) has no user right for the Segue Editor. Maybe that’s your issue? And when I tried the Admin user, all was working as expected. And I could not reproduce you...
by radio42
15 Mar 2024 21:17
Forum: Questions & Answers
Topic: Blinken des ON (AIRLITE) 30s vor Wechsel
Replies: 1
Views: 95

Re: Blinken des ON (AIRLITE) 30s vor Wechsel

I don't own a D&R myself ;-)

Actually there is no general event which fires when a track is close to its end. As such, there is no such possibility available to let the D&R blink faster 15-30sec. is before the end.
by radio42
15 Mar 2024 16:10
Forum: Questions & Answers
Topic: The playlists only appear at the last moment.
Replies: 5
Views: 166

Re: The playlists only appear at the last moment.

Yes. By default the scripts are executed in real-time. Meaning only certain tracks (number is configurable) are scheduled in advance and the entire (history) checks are executed at that time. But when a new playlist loads already new tracks are scheduled. So the history check is executed at that tim...
by radio42
15 Mar 2024 13:01
Forum: Questions & Answers
Topic: Start external program
Replies: 3
Views: 109

Re: Start external program

Note, that ProppFrexx macros must precede with a $ sign,
Eg. ${trackname}

And note, that not all macros are available with all events… see the user manual appendix for details.
by radio42
13 Mar 2024 18:37
Forum: Questions & Answers
Topic: Start external program
Replies: 3
Views: 109

Re: Start external program

Please post your exact command...
E.g. it might look like this (your quotes have just not been set accordingly):

Code: Select all

EXEC_SHELL_COMMAND C:\Program Files\VideoLAN\VLC\vlc.exe "D:\Video\Artist - Title.mp4" --start-time=13
by radio42
12 Mar 2024 22:13
Forum: Questions & Answers
Topic: The playlists only appear at the last moment.
Replies: 5
Views: 166

Re: The playlists only appear at the last moment.

This seems impossible. How is your script looking like? Please show an example or screenshot! What do you mean by planned? Who was planning it and how? Are you maybe using a LoadPlaylist script-line? If yes, does that playlist file maybe change after it was loaded? Any scheduled playlist file (i.e. ...
by radio42
12 Mar 2024 22:03
Forum: Questions & Answers
Topic: Stream playlist not closing after scheduled end time
Replies: 9
Views: 260

Re: Stream playlist not closing after scheduled end time

A script (when executed in a program) is looped to provide the needed 'next' tracks, e.g. for all DJ Players as well as to provide the subsequent tracks (as specified as the 'Look Ahead' parameter). The script does this by executing it's script-lines. Once all script-lines are executed, the script s...