EXEC_TAG_FILE wish

You are missing a feature or need an enhancement? Post your suggestion here!
Thijmen
Posts: 125
Joined: 16 Jul 2019 20:19
Re: EXEC_TAG_FILE wish

Post by Thijmen »

I'm a bit confused, how would it work?

Code: Select all

EXEC_TAG_FILE Y:\Tools\assets\tinkering\moods.flac|title=Colour Spectrum|artist=Coldplay|genre=Pop;Rock|pfrestrictions=00:00:00|00:00:00|0|0|00010101|00010101|True|Hits|Alles|$0|rating=70
Does pfrestrictions needs to be the last in line?
User avatar
radio42
Site Admin
Posts: 9029
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: EXEC_TAG_FILE wish

Post by radio42 »

Ahh, sorry, that is what you mean. For EXEC_TAG_FILE and the pfrestrictions TAG you can use a semicolon (;) as a separator for the restrictions. I.e.:

Code: Select all

EXEC_TAG_FILE Y:\Tools\assets\tinkering\moods.flac|title=Colour Spectrum|artist=Coldplay|genre=Pop;Rock|pfrestrictions=00:00:00;00:00:00;0;0;00010101;00010101;True;Hits;Alles;$0;rating=70
Thijmen
Posts: 125
Joined: 16 Jul 2019 20:19
Re: EXEC_TAG_FILE wish

Post by Thijmen »

Neat, thanks!

However, it is now like this. Would this break functionality in proppfrexx?
Attachments
Screenshot 2026-02-21 at 09.47.23.png
User avatar
radio42
Site Admin
Posts: 9029
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: EXEC_TAG_FILE wish

Post by radio42 »

I don’t understand.
Thijmen
Posts: 125
Joined: 16 Jul 2019 20:19
Re: EXEC_TAG_FILE wish

Post by Thijmen »

It marks the date range between 01-01-0001 and 01-01-0001. I understand that this seems to be a nullable field: can I also pass nothing for those sections to let the backing value become null?
User avatar
radio42
Site Admin
Posts: 9029
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: EXEC_TAG_FILE wish

Post by radio42 »

Those values represent the logical null value.
So this is all good.

But yes, you can also leave a field ‚empty‘ resp. an empty string, i.e. „;;“.

Post Reply