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

Support anidb id in Season rather than Series #40

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hitsounds
Copy link

Anidb ids map to a specific season of a show rather than an entire series

Anidb ids map to a specific season of a show rather than an entire series
@hitsounds hitsounds marked this pull request as draft July 11, 2022 23:50
@hitsounds hitsounds marked this pull request as ready for review July 11, 2022 23:56
@@ -9,7 +9,7 @@ namespace Jellyfin.Plugin.AniDB.Providers.AniDB
public class AniDbExternalId : IExternalId
{
public bool Supports(IHasProviderIds item)
=> item is Series || item is Movie;
=> item is Series || item is Season || item is Movie;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This only adds the ability to add the providerid to seasons.

You also need to add something in AniDbSeasonProvider.cs to actually add the providerid.
I can do it when I have time, if you want me to.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not entirely sure what needs to be done, so if you could do it I would appreciate it :D.

@h1dden-da3m0n h1dden-da3m0n added the feature This PR or Issue requests or introduces a new feature label Jul 12, 2022
@GS059
Copy link

GS059 commented Aug 8, 2023

is there any plan to implement this?

@oddstr13 oddstr13 marked this pull request as draft May 21, 2024 00:04
@oddstr13
Copy link
Member

Converted to draft, as it sounds like more code is needed for this to be useful

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This PR or Issue requests or introduces a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants