Hi everyone,
I detect a bug (I think).
If I use the action "export cover to file" and I use this format string:
%genre%-%comment%-$num($add(%_counter%,5),5).mp4
I get:
genre-coment-00004.jpg
genre-coment-00004(1).jpg
genre-coment-00004(2).jpg
genre-coment-00004(3).jpg
...
But I would like get this:
genre-coment-00006.jpg
genre-coment-00007.jpg
genre-coment-00008.jpg
genre-coment-00009.jpg
Now I use this:
tag to filename:
%genre%-%comment%-$num($add(%_counter%,VALOR),6)
export cover:
%_filename_ext%
for me work ok, but if it is posible correct will be better!
best regards
