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

Some series content returns empty folders despite it being found in the plugin setup #87

Closed
ModdingFriendly opened this issue Jan 2, 2024 · 4 comments · Fixed by #97
Labels
bug This PR or Issue describes or fixes something that isn't working

Comments

@ModdingFriendly
Copy link

Sorry my C knowledge is really lacking these. days so I can't quite work out what's happening on my own.

I just got Xtream working amazingly for most of the content from the server, but when it comes to Series I'm having no luck getting them all to work.

LiveTV & Movies work perfectly but Jellyfin appears to struggle parsing most of the series returning;

[15:32:33] [DBG] [16] Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder: Error converting value.
System.FormatException: SongCount is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'SongCount' was not found.
   at System.Enum.TryParseByName(RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, UInt64& result)
   at System.Enum.TryParseInt32Enum(RuntimeType enumType, ReadOnlySpan`1 value, Int32 minInclusive, Int32 maxInclusive, Boolean ignoreCase, Boolean throwOnFailure, TypeCode type, Int32& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.Enum.TryParse(Type enumType, String value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter)

When trying to enter one of the subfolders of the channel, the rough folder structure appears to be /series/genre/serial_name/seasons/episodes

Any help would be appreciated in case I'm just missing something obvious 🙈

@ModdingFriendly
Copy link
Author

This feels like it might be linked with #85 as a rough guess as it appears to be a similar problem with Jellyfin loading content within the Series

@Kevinjil Kevinjil added the bug This PR or Issue describes or fixes something that isn't working label Jan 3, 2024
@Kevinjil
Copy link
Owner

Kevinjil commented Jan 3, 2024

In a few weeks I expect to have some time to pick up the issues.

@tonyhouse1982
Copy link

Hi @Kevinjil I have the same issue for tv series:
some of them are empty and others are simply missing...
Did You found some time to review this?
I tried to debug by myself but with no luck so far...
I don't understand how jellyfin handle content for those type of sources...
I tried to deselect everything and load only a single serie and the issue is the same...
I don't know when the list is updated (cronjob?)
thanks in advance

@Z3R093
Copy link

Z3R093 commented Feb 29, 2024

Hi @Kevinjil hope all is well !

Any idea on how i can get the TV series to show from my M3u file. if anyone can provide any information on how to fix this it will be very much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This PR or Issue describes or fixes something that isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants