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

Added new show/movie name processing module and fixed subdirectory scanning #9

Merged
merged 2 commits into from
Feb 16, 2024

Conversation

dantebarba
Copy link
Owner

@dantebarba dantebarba commented Feb 16, 2024

  • If no subdir is present it scans the whole directory

  • New tests added

  • Refactored the name processor to allow different directory naming conventions

  • library search is mandatory since section.all() takes up to 20x times the section search

  • Added new movie and show processor module

  • Added new env var DIRECTORY_PROC_MODULE

  • Added new processing functions to module

  • Added new custom module as example

  • Dockerfile: included new module

  • Black run over all .py files

  • .gitignore updated with test .env

  • new processor_test added

  • README.md updated with new processor variable and description

closes #6
fixes #5

+ If no subdir is present it scans the whole directory
+ New tests added
+ Refactored the name processor to allow different directory naming conventions
+ library search is mandatory since section.all() takes up to 20x times the section search
+ Added new movie and show processor module
+ Added new env var DIRECTORY_PROC_MODULE
+ Added new processing functions to module
+ Added new custom module as example
+ Dockerfile: included new module
+ Black run over all .py files
+ .gitignore updated with test .env
+ new processor_test added
+ README.md updated with new processor variable and description
@dantebarba dantebarba added the enhancement New feature or request label Feb 16, 2024
@dantebarba dantebarba self-assigned this Feb 16, 2024
@dantebarba dantebarba merged commit e706052 into master Feb 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect assumption on media location directory ERROR in app: Exception on /triggers/manual [POST]
1 participant