video-filename-parser
video-filename-parser copied to clipboard
Inspiration
I'm not sure how you found this repo so fast, but those are great
I was focusing on movies and looking at mostly radarr's implementation https://github.com/Radarr/Radarr/blob/develop/src/NzbDrone.Core/Parser/Parser.cs and guessit https://github.com/guessit-io/guessit
I follow all your repos :D You have a lot of great content!
Guess it I've never heard of but definitely beats what I listed lol
the demo is up for this module. https://video-filename-parser.netlify.com/
Can't say seasons parsing will be a priority yet
I've started working on seasons https://github.com/TypeCtrl/video-filename-parser/tree/season
I can't say that packs will be supported. Trying to support tv episodes in general though. Starting with what sonarr is using to parse season and episode data.
No idea how to decide when to parse a TV show or a Movie. Might need to pass an optional flag of some kind to switch between them and fallback to an expression to switch between the two parsers
Few more: https://github.com/clement-escolano/parse-torrent-title https://github.com/thcolin/oleoo