5rahim / seanime

Open-source media server for anime and manga.
https://seanime.rahim.app
MIT License
395 stars 30 forks source link

feature request: Except folders/files when scanning based on keywords #112

Closed kerasty2024 closed 2 months ago

kerasty2024 commented 2 months ago

Checklist

Problem Description / Use Case

This is great project. I found that there are folders like "menus", "Specials"(or SPs), "OST" in some anime folder downloaded by torrents, and these folder cannot match (also needn't match) Anilist.

Proposed Solution

Could you add feature that when scanning, except folders/files contains some keywords? It's would be better if keywords can be defined by user.

5rahim commented 2 months ago

This is great project.

Thanks.

You already have two options:

  1. You can match those folders manually to the specific anime if they haven't been automatically matched. The matcher should detect the keywords and place them under the right category. image

  2. You can ignore those files (also manually), in "Resolve unmatched". If they were matched but you don't want to see them -> unmatch -> go to "Resolve unmatched" -> select & ignore. image

I don't plan on letting the users choose keywords to ignore as this would (1) introduce complexity, which I want to avoid and, (2) this could lead to false negatives & introduce undefined behavior.