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

issue with detection/matching #808

Open
hackadelic opened this issue Feb 13, 2025 · 3 comments
Open

issue with detection/matching #808

hackadelic opened this issue Feb 13, 2025 · 3 comments

Comments

@hackadelic
Copy link

First off, thanks a ton for your hard work i am still searching for a media server that works for me and i've tried all i can find.. I have plex pass, emby premium have tried jellyfin the only one that can match my media is plex (as i've used filebot to name everything using plex naming convention (show/anime (date) {tmdb-xxxx} etc)) emby can handle this somewhat but jellyfin definitely does not. plex is perfect for that but will not work with iptv well (except w/ something like streammaster) but jellyfin and emby handle it great without any extra proxy or software.. I tried to do initial launch with Kyoo but im just getting:

Could not guess title, found: ['Nichijou', 'My Ordinary Life']
Could not find episode 46 of season 3 of serie 73223 (absolute: 216)
No result for a tv show named: Kaiketsu Jouki Tanteidan anidb
Could not find episode 10 of season 2001 of serie 56425 (absolute: 58)
No result for a tv show named: Koutetsu Tenshi Kurumi anidb
No result for a tv show named: Chobits anidb
Could not guess absolute number of episode 46298 s2011 e29
No result for a tv show named: Accel World anidb
No result for a tv show named: Shinpi no Sekai El
No result for a tv show named: Shin Getter Robo anidb
No result for a tv show named: Arc the Lad anidb
No result for a tv show named: Kidou Senshi Z Gundam anidb
No result for a tv show named: Kishin Douji Zenki anidb
Could not guess episode, found: None
Could not guess title, found: ['Nichijou', 'My Ordinary Life']
No result for a tv show named: Edens Bowy anidb
No result for a tv show named: Kaiketsu Jouki Tanteidan anidb
No result for a tv show named: Tenpouibun Ayakashiayashi anidb
Multi-episodes files are not yet supported (for /video/anime/Juuni Kokuki {anidb-26}/Juuni Kokuki - E36 - A Great Distance in The Wind, The Sky at Dawn - Chapter 13.mkv)
Could not find episode 28 of season 2 of serie 73223 (absolute: 198)

and the shows it did find theres only a few episodes here and their not the entire series, which exists in the folders. and that final error about multi episodes i am pretty sure thats just a single episode, not a multiple episode. is there a way for me to manually fix these issues? its saying like show name anidb but in the folder name is show name followed by anidb with a series number from when it was named which should provide the metadata? i believe filebot only used anidb where tmdb didn't have metadata available but it was named a while ago and i forget, but I just wanted to give it a test first before trying it out on my rclone mount which is about 100tb and if this is giving issues the rest is named similarly, any help would be awesome and i'd be glad to donate to the project to help out I'm still looking and hoping for a media server that will work good, thanks!

@zoriya
Copy link
Owner

zoriya commented Feb 13, 2025

Thanks for trying kyoo and reporting errors!

Kyoo's parser actually doesn't support the tvdb= or anidb= pattern in the filename, so it seems the confuse the search system. This is a common pattern so we really should support this.

You can't manually fix mappings in the current version, it will be available post v5.
There is no IPTV support whatsoever on kyoo (tbh I'm not sure what an IPTV feature would do, could you elaborate on that?)

@hackadelic
Copy link
Author

Oh sorry i didn't mean to imply that kyoo should have iptv support, was just kind of ranting about my "ideal" streaming server as im still hunting for a single all-in-one media system to handle everything, as i was saying plex is almost perfect but its iptv features are lacking bad, though jellyfin handles iptv great but matching my media is near impossible (plex works surprisingly well, though nothing else seems to handle its naming convention with the curley brackets like {imdb-ttxxxxx} or whatnot) If kyoo was to handle iptv, just being able to organize and list a .m3u8 playlist with xmltv epg data would be awesome but thats out of the scope of this project im sure though if it were ever possible would make for an amazing extra feature set. but aside from that if it were able to recognize those metadata patterns i think it would help alot, i noticed some of my anime like dragon ball z dragon ball kai etc only shows a few episodes total when theirs hundreds of them, if it was able to recognize the metadata patterns it could use that information to help match with whatever provider is used, like anidb or tmdb, might make matching easier altogether, not sure why jellyfin refuses to allow it as its the only thing keeping me from using it for now, i even bought tinymediamanager in hopes adding nfo information for everything would help but im still not having the best luck with it, though i appreciate your response and im going to keep testing this out as i think its a wonderful project so far, cannot wait to see what it becomes. is a windows or linux client ever possible? the only other issue i can think of so far is even though my entire library isnt detected, the sheer amount of media makes my browser lag pretty bad trying to browse everything, its not a big deal but im on a rtx 3090 with i9-10900k w/ 32gb of ram so i cant imagine on a weaker device, and also i apologize if my typing isnt great currently in alot of pain so having trouble formulating decent paragraphs its kind of just a big blurb of text and i apologize for that, also do you have anywhere i can send a donation to? i'd love to help you guys out as i'd love to see how this project grows (: thanks again!

@zoriya
Copy link
Owner

zoriya commented Feb 14, 2025

okay, so to recap:

  • we should support imdb=id, tvdb=id and other stuff like that (i absolutely agree)
  • iptv would work as long as we allow m3u8 to be registered in the library (that sounds like a reasonable feature request)
  • winodws/mac/linux clients -> we probably won't have one unless someone steps in to implement and maintain it, it's a lot of efforts and is not the primary target
  • web app lags ->yes, we need to virtualize lists and make perfs better overall. this is my main priority right now, i'm actually migrating lots of libs/framework to have better perf and DX
  • donations -> you can send via github sponsors or via buymeacoffee, thanks for considering it <3

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