Page 1 of 1

User Variable in Filename Suffix

Posted: Tue Apr 05, 2016 6:21 pm
by keitht
Is this a bug - or am I doing something wrong?

I am trying to submit a file (or files) have multiple encodes and add a suffix to the file name based on the encode node.
It does not seem to add the user variable to the suffix.

I have simplified the workflow - here is the setup:
https://www.dropbox.com/s/yvtcyzx96b2kkkc/1.JPG?dl=0
https://www.dropbox.com/s/79y18bmey4tc7dd/2.JPG?dl=0

(only allowing 2 urls - will follow up with another message with other pics)

Am I doing something wrong here?

Thanks,
-kt

Re: User Variable in Filename Suffix

Posted: Tue Apr 05, 2016 6:26 pm
by keitht

Re: User Variable in Filename Suffix

Posted: Tue Apr 05, 2016 8:56 pm
by admin
Hm, that's a bit strange. I'll investigate and come back to you. Thanks for reporting! :-)

-steipal

Re: User Variable in Filename Suffix

Posted: Wed Apr 06, 2016 3:50 pm
by admin
Ok, I can confirm now that it IS a bad bug and it will be fixed for the next release. I'm hoping to get it out very soon.
Thanks again for reporting! :-)

-steipal

Re: User Variable in Filename Suffix

Posted: Wed Apr 06, 2016 3:58 pm
by admin
Oh, just realised that you can get around the bug by encapsulating your string with quotes ("):
"MINUScgop"

-steipal

Re: User Variable in Filename Suffix

Posted: Tue Apr 12, 2016 8:30 pm
by admin
This bug is now fixed in the new 0.7.2 release.

-steipal

Re: User Variable in Filename Suffix

Posted: Thu Apr 14, 2016 1:33 pm
by keitht
Thanks!