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

Move filename validation to nautilus-namecodes package #91

Open
josecelano opened this issue Feb 28, 2022 · 0 comments
Open

Move filename validation to nautilus-namecodes package #91

josecelano opened this issue Feb 28, 2022 · 0 comments
Assignees

Comments

@josecelano
Copy link
Member

The Python package nautilus-namecodes defines how the media filename format should be. Currently, it only allows getting the list of codes. We want to include in that package the filename validation which is done here.

I see at least two ways of doing it @da2ce7?

  1. We create a Python API and we directly use the functions from that package. I think this should be faster because we only have to move the code to that package and define the API.
  2. The interface is the console. We define new commands in the nautilus-namecodes console app to do these tasks: validate a filename, etcetera.

WHich one have you planned to use @da2ce7?

cc @yeraydavidrodriguez

@josecelano josecelano self-assigned this Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants