Search found 8329 matches

by radio42
09 Nov 2015 13:23
Forum: Questions & Answers
Topic: Song title info in Proppfrexx ONAIR
Replies: 26
Views: 26168

Re: Song title info in Proppfrexx ONAIR

Unfortunately no, I am not a web-service or web-development agency. And my time is too limited to start coding other people's web-pages. In order to achieve what you are looking for you you not only need to know a bit more about HTML/CSS, but you also need a small database to store the song-title in...
by radio42
09 Nov 2015 12:07
Forum: Questions & Answers
Topic: Song title info in Proppfrexx ONAIR
Replies: 26
Views: 26168

Re: Song title info in Proppfrexx ONAIR

It is actually very easy...you just send a single command to your web-site from within ProppFrexx. The rest is handled on the web-site. This is very common practice... But, if you never developed a web-site, it might look difficult to you and in such case you might need a bit of help from a web-deve...
by radio42
07 Nov 2015 23:48
Forum: News and Announcements
Topic: v4.0.0.22 - stable
Replies: 18
Views: 25812

Re: v4.0.0.22 - stable

E.g. within a script you can use a script-line which might look like this:

LoadTrack, C:\weather\${weathercurrenttemperature}.mp3, Count=1, Options=SuppressAddHistory, SuppressHistoryCheck
by radio42
07 Nov 2015 19:38
Forum: Wish List
Topic: Change input channel routing via commands
Replies: 2
Views: 5002

Re: Change input channel routing via commands

You can achieve what you are looking for via the existing SND2 function. Set the MIC input mixer channel's 'Output To' to your MAIN output. Set the MIC input mixer channel's 'Mute/Unmute' option to 'Output Only'. This mutes/unmutes any routed output audio signal but NOT the SND signal. Now define yo...
by radio42
06 Nov 2015 21:26
Forum: Wish List
Topic: Advanced Dayparting
Replies: 13
Views: 18758

Re: Advanced Dayparting

A new v4.0.0.27-beta is available which fixes the small bug in the Tagger, that the 'RuleSets...' button is not working.
by radio42
06 Nov 2015 19:17
Forum: Wish List
Topic: Advanced Dayparting
Replies: 13
Views: 18758

Re: Advanced Dayparting

The RuleSet file follows the same guidelines like other global config files (e.g. the media- or script-libraries). Meaning it is stored in the global config folder (which is by default the ProppFrexx AppUserData folder). Note, that can use the "-globalconfig <path>" command-line option whe...
by radio42
06 Nov 2015 19:07
Forum: News and Announcements
Topic: v4.0.0.22 - stable
Replies: 18
Views: 25812

Re: v4.0.0.22 - stable

Then it should also work with ProppFrexx - I am calling/starting it the exact same way.
But please make a test with a file without any special characters - maybe SoundForge can not handle Unicode correctly.
E.g. create a file "Test.mp3" and see if that works...
by radio42
05 Nov 2015 21:08
Forum: Wish List
Topic: Advanced Dayparting
Replies: 13
Views: 18758

Re: Advanced Dayparting

Oh yes, good spot - but that's why it's a beta ;-)
It'll be fix in the next version...
by radio42
05 Nov 2015 15:42
Forum: Wish List
Topic: Advanced Dayparting
Replies: 13
Views: 18758

Re: Advanced Dayparting

A new v4.0.0.26-beta is now available (so “Check for Beta-Versions…”) It now includes so called "RuleSets" (which can be edited directly from the TAG Editor dialog or from the general settings, MetaData section). A RuleSet is a list of 'allowance' conditions. Each contition consists of an ...
by radio42
04 Nov 2015 23:02
Forum: News and Announcements
Topic: v4.0.0.22 - stable
Replies: 18
Views: 25812

Re: v4.0.0.22 - stable

Then Sound Forge might not support 'simple' command-line argument. I do pass the fully qualified path to the audio file as a simple argument to the given .exe. If the exe doesn't support this way, but needs any other arguments, it might simply not work with it. I can not control and handle all speci...