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

Improve anime detection #4

Open
Ansem93 opened this issue Mar 26, 2022 · 1 comment
Open

Improve anime detection #4

Ansem93 opened this issue Mar 26, 2022 · 1 comment

Comments

@Ansem93
Copy link

Ansem93 commented Mar 26, 2022

Hi,
I wanted to use your program to check my library, but I found it to have some big issues:

  • it only works if the main folder is called "anime"
  • episodes are not always in the latest folder, it could be anime name -> season -> episodes

Hope you will be able to improve it!

@SnekNOTSnake
Copy link
Owner

SnekNOTSnake commented Mar 27, 2022

It only works if the main folder is called "anime"

It's the intended behavior, you choose a directory containing nothing but anime folder. The folder outside anime will be used for attachments (posters) and schedule.json. I think it's the best way to avoid name conflicts.

episodes are not always in the latest folder, it could be anime name -> season -> episodes

I'm not really sure about what you're asking, what do you mean by "latest folder"? The episode files should be directly inside each anime folder as well.

Could you give me the usual Expected Behavior and Current Behavior GitHub issue format?

Edit: You mean something like this?:

Selected
├── anime
│   ├── Mushishi
│   │   ├── Season 1
│   │   │   ├── 01.mkv
│   │   │   ├── 02.mkv
│   │   │   └── 03.mkv
│   │   └── Season 2
│   │       ├── 01.mkv
│   │       ├── 02.mkv
│   │       └── 03.mkv
│   └── Sora no Woto
│       ├── 01.mkv
│       ├── 02.mkv
│       └── 03.mkv
├── attachments
└── schedule.json

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