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

Unusually-formatted episode number not parsed correctly #671

Open
lcdt22890158 opened this issue Feb 2, 2021 · 3 comments
Open

Unusually-formatted episode number not parsed correctly #671

lcdt22890158 opened this issue Feb 2, 2021 · 3 comments

Comments

@lcdt22890158
Copy link

The release group "Aurora" seems to have used a weird naming convention for Gintama. Episodes are named like this:

"[Aurora] Gintama 第195話 (BD 1920x1080 x264 AAC).mp4"

Currently guessit fails to recognise the episode numbers. Medusa reports the following:

release_group: Aurora, title: Gintama 第195話, source: BDRip, screen_size: 1080p, aspect_ratio: 1.778, video_codec: H.264, video_encoder: x264, audio_codec: AAC, container: mp4, mimetype: video/mp4, type: episode, parsing_time: 0.009290456771850586, season: None, episode: [], absolute_episode: [], quality: Unknown, total_time: 0.044719696044921875

Maybe this is an unreasonable format to support, but it would be nice if it were handled correctly.

Thanks!

@Toilal
Copy link
Member

Toilal commented Feb 4, 2021

I could add / as separators, but what doesn't it mean ?

@Toilal
Copy link
Member

Toilal commented Feb 6, 2021

So 40f43b1 goes in the right direction, title is now OK but the episode is still missing. We need enhance the options.json configuration features and make seps configurable this way, but it requires some refactoring.

I place this task in high priority though.

@lcdt22890158
Copy link
Author

Thanks for working towards this. I don't think it needs to be high priority though, it's really just a nice-to-have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants