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

Request: Add propper anime sorting #80

Open
lol443345 opened this issue Feb 1, 2025 · 2 comments
Open

Request: Add propper anime sorting #80

lol443345 opened this issue Feb 1, 2025 · 2 comments

Comments

@lol443345
Copy link

For example

πŸ“(Download location)
β†ͺπŸ“(Anime name)
β†ͺβ†ͺπŸ“(Season 1)
β†ͺβ†ͺπŸ“(Season 2)
β€Žβ€Žβ†ͺβ†ͺπŸ“(Season 3)
etc,
So instead of showing up in plex as a whole different series, it shows up as the same series under a different season

Example of properly sorted seasons and episodes

Image
Image

Example of improper sorting (current state how senpwai downloads it)

Image
Image
Image

And possibly also add a setting to rename file to the plex naming convention for episodes (not necessary really)
More info at the link below
https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/

@SenZmaKi
Copy link
Owner

SenZmaKi commented Feb 3, 2025

The current problem with this is that Senpwai isn't really aware of the fact that "Solo Levelling" and "Solo Levelling Season 2 - Arise from the Shadow" are the same anime but just different seasons. It takes the titles as the sources (Animepahe/Gogoanime) give to it and tries to parse out as much relevant information as it can using anitopy, in this case anitopy fails to identify "Solo Levelling Season 2 - Arise from the Shadow" as the second season of "Solo Levelling" so Senpwai assumes they're different anime.

A possible solution would be to incorporate Anilist's api but then this would involve rewriting a lot of the core functionalities which to be completely honest is not really worth the effort as it sits given there are still more pressing issues in the app to address.

For some anime that it properly identifies are sequels like "My Hero Academia Season 2" on Animepahe, create a parent folder with the anime title "My Hero Academia" and add subfolders with the season titles "Season 2", "Season 3" and so on. It will "detect" that you want to use those folders. Make the the folder that house the parent anime folder is in your download folder setting.

Image

I have added an option to use custom anime-specific folders in the upcoming update.

@SenZmaKi
Copy link
Owner

SenZmaKi commented Feb 4, 2025

The update is out

SenZmaKi added a commit that referenced this issue Feb 5, 2025
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