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

Ignore File #18

Open
10 tasks
Arthi-chaud opened this issue May 20, 2022 · 0 comments
Open
10 tasks

Ignore File #18

Arthi-chaud opened this issue May 20, 2022 · 0 comments
Assignees
Labels
File Management Anything related to File system management Metadata About the metadata's management Server Back-end related
Milestone

Comments

@Arthi-chaud
Copy link
Owner

Arthi-chaud commented May 20, 2022

We should be able to ignore a source file (i.e. not add/delete it and its metadata from the DB) that match the RegExp.
This should actually by easy to implement.

  • Should we allow for globs?

API

  • Persist a list of strings (file paths) relative to INTERNAL_DATA_DIR
  • CRUD for this data
  • If attempt to register one of the ignored files, /metadata should return an error

Scanner

  • When scanning, retrieve the list of banned/ignored filepath, and skip the registration for these files

Front

  • In contextual menu, add a button to delete a track
    • Only for Admin
    • It will add it to the table of ignored files
    • Call DELETE /files/:id
  • In settings, there should be the list of the ignore file path, and we should be able to delete an entry (i.e. un-ban a file)
@Arthi-chaud Arthi-chaud added Feature New feature Metadata About the metadata's management File Management Anything related to File system management labels May 20, 2022
@Arthi-chaud Arthi-chaud self-assigned this May 20, 2022
@Arthi-chaud Arthi-chaud added Backlog and removed Feature New feature labels Jul 26, 2022
@Arthi-chaud Arthi-chaud added the Server Back-end related label Oct 1, 2022
@Arthi-chaud Arthi-chaud added this to the Backlog milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
File Management Anything related to File system management Metadata About the metadata's management Server Back-end related
Projects
None yet
Development

No branches or pull requests

1 participant