Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a --filename-format option to specify generated file names in certain conditions #519

Closed
dacap opened this issue Nov 10, 2014 · 1 comment
Assignees
Labels
feature Feature request, or something should be improved
Milestone

Comments

@dacap
Copy link
Member

dacap commented Nov 10, 2014

There are a a couple of command line options which generate file names (--data and --save-as when used along --split-layers). It would be great to have an option (e.g. --filename-format) to specify this mini-filename template.

At the moment, the fixed file name format is something like

{path}/{title} ({layer}) {frame}.{extension}
@dacap dacap added the feature Feature request, or something should be improved label Nov 10, 2014
@dacap dacap added this to the v1.1 milestone Nov 10, 2014
@dacap dacap self-assigned this Jan 25, 2015
@dacap dacap modified the milestones: v1.0, v1.1 Jan 25, 2015
@dacap
Copy link
Member Author

dacap commented Jan 26, 2015

Available variables for the format:

  • {fullname}: full file name with path and extension
  • {path}: directory where the file is located (without trailing /)
  • {name}: file name and extension (without path)
  • {title}: file name only, without extension and without path
  • {extension}: extension only (without .)
  • {layer}: layer name
  • {frame}: frame number (starting from 0)
  • {frame1}: frame number (starting from 1)
  • {frame00}: frame number (starting from 00)
  • {frame001}: frame number (starting from 001)
  • etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Feature request, or something should be improved
Projects
None yet
Development

No branches or pull requests

1 participant