SnekNOTSnake / my-personal-list

An app to organize and track your local anime collections.
GNU General Public License v3.0
76 stars 4 forks source link

Improve anime detection #4

Open Ansem93 opened 2 years ago

Ansem93 commented 2 years ago

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

Hope you will be able to improve it!

SnekNOTSnake commented 2 years ago

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