Page 2 of 2

Re: EXEC_TAG_FILE wish

Posted: 18 Feb 2026 22:11
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?

Re: EXEC_TAG_FILE wish

Posted: 18 Feb 2026 22:44
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

Re: EXEC_TAG_FILE wish

Posted: 21 Feb 2026 09:47
by Thijmen
Neat, thanks!

However, it is now like this. Would this break functionality in proppfrexx?

Re: EXEC_TAG_FILE wish

Posted: 21 Feb 2026 11:36
by radio42
I don’t understand.

Re: EXEC_TAG_FILE wish

Posted: 21 Feb 2026 13:48
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?

Re: EXEC_TAG_FILE wish

Posted: 21 Feb 2026 17:13
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. „;;“.