-
Notifications
You must be signed in to change notification settings - Fork 81
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
[Feature Request] Support detecting anime on title metadata #751
Comments
Which tracker are you currently using and which OS? The mpris tracker prefers the title currently and I think plex and jellyfin do as well. For the strictly file-based ones, suche as inotify and polling, we could probably add metadata inspection via Either way, I occasionally get the opposite situation where the file name is easier to recognize because the title has the episode name in it, so I've been meaning to make a configuration option for it but haven't gotten around to it because it requires touching all UIs, which I've been trying to avoid unless necessary (I personally just use the CLI). |
Arch, auto-detect so it should be using inotify by default
Owh yea, I tried with MPRIS (on mpv, using the mpv-mpris plugin) and it detected from the title. Yea, however the inotify—the one that got selected by default when you choose auto detect—is checking on the filename instead of the title metadata
did you mean
Yea, sometimes the But its not always the case, just like these one So my idea would be, check the filename first, then the title metadata second. As doing such, will gather a lot more info about the video |
While the usual format of downloaded anime usually includes the anime name (either romaji or english title) in the filename itself, so e.g.
Frieren - S1E01.mkv
, there's however some provider that distribute anime with a weird formatting, like only episode information on the filenameor just a hard, and unusual filename such as
Do note however that those files have a title metadata inside and the format is
However, trackma doesn't extract title metadata for detection, and it would be really helpful to detect if somehow the title metadata is giving a lot more information (which usually do) than the filename
The text was updated successfully, but these errors were encountered: