Search found 6643 matches
- 11 Apr 2021 16:21
- Forum: Questions & Answers
- Topic: Counter Tracks
- Replies: 2
- Views: 46
Re: Counter Tracks
Which mode do you use exactly? However, the modes anyhow have a clear bias towards new tracks. The LeastTimesPlayed mode had even a stronger bias, as it will first play all new until the PlayCounter ur reached. The LeastRecentlyPlayed mode just uses the last played, so the bias is only as long once ...
- 10 Apr 2021 23:31
- Forum: News and Announcements
- Topic: v4.2.4.1 - stable
- Replies: 0
- Views: 46
v4.2.4.1 - stable
Version 4.2.4.1 is out! What's New? new UI lib update Requirement of own private OpenWeatherMap API key added new macros added (e.g. ${cw1/2cartNremaining}, see User Manual Appendix) honor Restrictions also for FTE option to update the entry statistic also from within the MODStream new ${albumart50...
- 10 Apr 2021 19:53
- Forum: Questions & Answers
- Topic: Listeners count
- Replies: 4
- Views: 94
Re: Listeners count
Please click on the '?' icon in the streaming server configuration dialog.
To manually (without starting the streaming) retrieve the listener count/statistics you must provide the admin credentials!
To manually (without starting the streaming) retrieve the listener count/statistics you must provide the admin credentials!
- 10 Apr 2021 19:50
- Forum: Wish List
- Topic: Save Meta Data TAG (PFL PLayer) - Kommando
- Replies: 5
- Views: 289
Re: Save Meta Data TAG (PFL PLayer) - Kommando
Yes, new PFL_ commands will come in the next update very soon!
- 10 Apr 2021 19:49
- Forum: Questions & Answers
- Topic: PFL error
- Replies: 2
- Views: 60
Re: PFL error
That simply looks like a configuration error. E.g. the related output device (NVIDIA Output device) doesn't exist anymore resp. is not available anymore. E.g. press the 'Rescan' button as shown on your 2nd screenshot (to rescan all available devices) and then open related mixer output channel (doubl...
- 10 Apr 2021 19:42
- Forum: Wish List
- Topic: Unterstützung mehrerer Eingabegeräte (HID-Remote)
- Replies: 5
- Views: 749
Re: Unterstützung mehrerer Eingabegeräte (HID-Remote)
Currentky not done yet...but a 2nd GPIO is on the list.
A HID will not come.
Also, there is not plan to make the Hotstart markers bigger.
A HID will not come.
Also, there is not plan to make the Hotstart markers bigger.
- 09 Apr 2021 17:36
- Forum: Questions & Answers
- Topic: Start/stop streaming server based on signal
- Replies: 7
- Views: 162
Re: Start/stop streaming server based on signal
If noise appears above the dB threshold, the Pause is resumed automatically, but no new file is created. That happens in case of the New Session, if a new program for example starts or the time limit is reached. When the application is restarted all starts from scratch. So the answer is no. But if t...
- 08 Apr 2021 23:05
- Forum: Questions & Answers
- Topic: scheduller on or off
- Replies: 2
- Views: 49
Re: scheduller on or off
I am not sure what you mean by 'the scheduler switches on'. Can you describe this in more details, what exactly switches on? Also what do you mean by activating a player? Because by default the ProppFrexx scheduler will never start automatically. Also the AutoPlay option does not automatically start...
- 08 Apr 2021 22:31
- Forum: Questions & Answers
- Topic: Start/stop streaming server based on signal
- Replies: 7
- Views: 162
Re: Start/stop streaming server based on signal
There is an automatic recording feature and a manual recording feature. See the User Manual appendix for a list of all available commands. E.g. manual recording can be started stopped by: MIXER_OUTPUT_REC_ON/OFF MIXER_INPUT_REC_ON/OFF For manually recording these are however not really needed, as th...
- 08 Apr 2021 22:07
- Forum: Questions & Answers
- Topic: Completely hide jingles from metadata in stream?
- Replies: 10
- Views: 430
Re: Completely hide jingles from metadata in stream?
The OnSongTitleChanged event follows right after the OnTrackPlay event, but includes more player (e.g. Overlay, ModStream etc.), whereas the OnTrackPlay event is a pure playlist event. Both however run independent in their own threads. OnSongTitleChanged event might be delay a few milliseconds up to...