How to get current playing filename in playlist?
How to get current playing filename in playlist?
Hi there,
I am trying to create an event for, for example OnUser1.
When pressed, I hoped it would do this:
But it appears that ${filenameandpath} is only for playlist events.
Is there a way to achieve what I want?
I am trying to create an event for, for example OnUser1.
When pressed, I hoped it would do this:
Code: Select all
EXEC_TAG_FILE ${filenameandpath}|rating=20
PLS_CURRENT_PLAY_NEXTIs there a way to achieve what I want?
Re: How to get current playing filename in playlist?
Perhaps a
can be implemented?
Code: Select all
${cpltrackfilenameandpathcurrent}Re: How to get current playing filename in playlist?
Sure. That might be added to the next release.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: How to get current playing filename in playlist?
That would be great, looking forward to the release! 
Re: How to get current playing filename in playlist?
I currently worked around this by setting a EXEC_VAR_SET in OnTrackPlay, with the current filename and I fetch it in my command with ${VAR:variable}, but having this natively in Proppfrexx would be great!
Re: How to get current playing filename in playlist?
The macros ${cpltrackfilenameandpathcurrent} and ${cpltrackfilenameandpathnext} have been added to the new v4.5.2.0.
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
Re: How to get current playing filename in playlist?
Awesome, thanks Bernd!