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

Admins can specify the filename and directory name rules when moving comics. #378

Closed
mcpierce opened this issue Jun 29, 2020 · 1 comment
Assignees
Labels
feature A new feature or enhancement to an exisiting feature library Issues related to loading, display or working with the library of comics
Milestone

Comments

@mcpierce
Copy link
Contributor

This issue depends on #21.

When consolidating the library, the admin can provide a rule that will be used when creating the directories and when renaming the comic files when they're moved. The rule will use the following values:

Variable Replaced With
$PUBLISHER The comic's publisher
$SERIES The comic's series
$VOLUME The comic's volume
$YEAR The comic's cover year
$COVERDATE The comic's cover date (in the format "YYYY-MM-DD")
$ISSUE The comic's issue number
@mcpierce mcpierce added enhancement A pull request containing a a new feature, refactoring, or security improvement.. library Issues related to loading, display or working with the library of comics labels Jun 29, 2020
@mcpierce mcpierce added this to the 0.7 milestone Jun 29, 2020
@mcpierce mcpierce changed the title Admins can specific the filename and directory name rules when moving comics. Admins can specify the filename and directory name rules when moving comics. Jul 4, 2020
@mcpierce mcpierce added feature A new feature or enhancement to an exisiting feature and removed enhancement A pull request containing a a new feature, refactoring, or security improvement.. labels Jul 6, 2020
@mcpierce mcpierce self-assigned this Aug 22, 2020
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Made the endpoint auditable.
 * Changed the return type to be an ApiResponse.
 * Deleted the previous response class.
 * Annotated the endpoint to enforce admin-only access.
 * Small refactorings to the related task classes.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Refactored the MoveComics component.
 * Removed the old state wiring code.
 * Changed i18n entries to be feature-specific.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Made the endpoint auditable.
 * Changed the return type to be an ApiResponse.
 * Deleted the previous response class.
 * Annotated the endpoint to enforce admin-only access.
 * Small refactorings to the related task classes.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Refactored the MoveComics component.
 * Removed the old state wiring code.
 * Changed i18n entries to be feature-specific.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Made the endpoint auditable.
 * Changed the return type to be an ApiResponse.
 * Deleted the previous response class.
 * Annotated the endpoint to enforce admin-only access.
 * Small refactorings to the related task classes.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Refactored the MoveComics component.
 * Removed the old state wiring code.
 * Changed i18n entries to be feature-specific.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Made the endpoint auditable.
 * Changed the return type to be an ApiResponse.
 * Deleted the previous response class.
 * Annotated the endpoint to enforce admin-only access.
 * Small refactorings to the related task classes.
mcpierce added a commit to mcpierce/comixed that referenced this issue Aug 25, 2020
 * Refactored the MoveComics component.
 * Removed the old state wiring code.
 * Changed i18n entries to be feature-specific.
mcpierce added a commit that referenced this issue Aug 28, 2020
 * Made the endpoint auditable.
 * Changed the return type to be an ApiResponse.
 * Deleted the previous response class.
 * Annotated the endpoint to enforce admin-only access.
 * Small refactorings to the related task classes.
mcpierce added a commit that referenced this issue Aug 28, 2020
 * Refactored the MoveComics component.
 * Removed the old state wiring code.
 * Changed i18n entries to be feature-specific.
@mcpierce mcpierce reopened this Sep 16, 2020
@mcpierce
Copy link
Contributor Author

There are instances where the old renaming rules are still being applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or enhancement to an exisiting feature library Issues related to loading, display or working with the library of comics
Projects
None yet
Development

No branches or pull requests

1 participant