Dingmatt / AMSA

A Plex anime agent using TVDB and AniDB data
GNU General Public License v3.0
262 stars 7 forks source link

How does directory structure detection works (if it works) #21

Closed gacekssj4 closed 3 years ago

gacekssj4 commented 3 years ago

Hello, I do not know if its bug or my misconfiguration. I did all according to settings.

I created folder according to README.md and it looks as follows

[Judas] Golden Kamuy/S01/[episodes]
[Judas] Golden Kamuy/S02/[episodes]
[Judas] Golden Kamuy/S03/[episodes]

This series is being displayed in main view, but as "Collection" (under it there is 1 Series).

On the other hand I have

[Judas] Beastars/S01/[episodes]
[Judas] Beastars/S02/[episodes]
[Judas] Beastars/S03/[episodes]

And in main view Beastars display as "Serie" (under it it says there are 2 seasons).

Why is it being detected differently?

gacekssj4 commented 3 years ago

Sorry to bother you @Dingmatt Could you help? :)

Dingmatt commented 3 years ago

AMSA is set up to use the Plex file naming structure, so while some deviation is usually fine, it's best to stick to the default asides from special cases like OP's and ED's (opening and endings).

So to quote the readme, your structure should follow:

 /Golden Kamuy
    /Season 1
       Golden Kamuy - S01E01 - [Episode Name]
       Golden Kamuy - S01E02 - [Episode Name]
       Golden Kamuy - S01E03 - [Episode Name]

Using 'S01' rather than 'Season 1' shouldn't be a problem though using the release group as a tag will likely cause problems.

Regards,