Git Product home page Git Product logo

Comments (4)

ZeroQI avatar ZeroQI commented on September 26, 2024

Are you using my scanner?
Dragon Ball/Dragon Ball Z. Can't group series with different names otherwise so you need to have the last folder labelled properly.
Bleach and zero: you are using seasons so thetvdb.com data should be used which the agent already support if there is a more than one season folder. What actually happens? Please include the scanner logs that only my scanner generates. You might have to enter a direct path in the scanner source. In case of conflict between the folder and the filename, the filename is used.

from hama.bundle.

CraftedFury avatar CraftedFury commented on September 26, 2024

Here is an example when it tries to match Zero (and fails): https://i.netcoding.net/6840140f.png and here is a picture within the season, where it has matched the 4 seasons as overlapping sources: https://i.netcoding.net/c4d719b5.png

Here is a paste of the log using HamaTV where it fails to locate Zero: https://paste.netcoding.net/kekocubu.pl

Also I noticed that it fails to match that look like this (with the japanese canonical name or english name in brackets for reference):
Mahouka Koukou no Rettousei (The Irregular at Magic High School)
Mondaiji-tachi ga Isekai kara Kuru Sou Desu yo (Problem Children Are Coming From Another World, Aren't They)
Rinne no Lagrange (Flower Declaration of Your Heart)

from hama.bundle.

ZeroQI avatar ZeroQI commented on September 26, 2024

The scanner decides the season the episode is in, not the agent. I do include a scanner in my release [https://forums.plex.tv/index.php/topic/77636-release-http-anidb-metadata-agent-hama/page-13]

The scanner gets the right episode number from the file, and knows there is no show name in front but doesn't associate the season number, so it puts all in the same serie with default season (1)...
(on my synology box the scanner logs are in homes/plex/custom. It might require to edit the agent source. My scanner is the only one gererating its own log)

You use seasons hence tvdb mode of my agent/scanner. I changed the code in the Absolute series scanner (used in non-absolute mode for the record, but it just manage all and better :p) and it now works for what you want it to do...

Replace season_re_match table in with that one:

season_re_match = [ ### Season folder ###
'.?(SEASON|Season|season)[ -]?(?P0?[0-9]+).', # season
'.
?(SAISON|Saison|saison)[ -]?(?P[0-9]+).', # saison
'(?P[0-9]{1,2})a? Stagione+.*' # Xa Stagiona
]

To fix it i replaced "$" meaning end of string by ".*". Thanks for the feedback, it makes it much better

from hama.bundle.

ZeroQI avatar ZeroQI commented on September 26, 2024

tried latest release on plex forums ? It should handle season folders ok. if not, give me the scanner logs and the exact path so I can reproduce
naming must match the anidb title (in any language or one of the synonyms...) putting two titles side by side will make it pass below the automated recognition rate (70 or 80% similarity). double the folder name length and it will only match 50%... it does check all synonyms and title in all languages though...

from hama.bundle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.