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

Add support for season.nfo in collections for Emby #1150

Open
Kamaroth92 opened this issue Jan 8, 2025 · 2 comments · May be fixed by #1152
Open

Add support for season.nfo in collections for Emby #1150

Kamaroth92 opened this issue Jan 8, 2025 · 2 comments · May be fixed by #1152
Labels
feature request Request for a brand new feature

Comments

@Kamaroth92
Copy link

Media player: Emby

I have a suspicion this will also effect Jellyfin from reading some comments but it looks like at least Emby doesn't support the namedseason field in tvshow.nfo. I can confirm if I use a season.nfo file inside the collections season folder Emby picks it up as expected.

Is it possible to either add support to generate a season.nfo file inside of the created season folder (similar to the other nfo creation plugins) or to refactor the nfo_* plugins to allow for generic nfo file creation which might make it even more flexible?

@eduncan911
Copy link

just installed ytdl-sub with Emby and just noticed this today as well.

so +1

@jmbannon jmbannon added the feature request Request for a brand new feature label Jan 8, 2025
@jmbannon jmbannon changed the title Add support for season.nfo in collections Add support for season.nfo in collections for Emby Jan 8, 2025
@Kamaroth92 Kamaroth92 linked a pull request Jan 9, 2025 that will close this issue
@Kamaroth92
Copy link
Author

I was having a look at trying to resolve this using the existing nfo_tags plugin which I did get a working example but it also then causes the episode nfo_tags to not get created. I had a closer look at the codebase and see that you also have a generic nfo creation class that the output nfo plugin is using so I extended that to also support season.nfo in the season collection directory and added it into the Jellyfin preset.

PR #1152

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a brand new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants