video-filename-parser icon indicating copy to clipboard operation
video-filename-parser copied to clipboard

Inspiration

Open roblav96 opened this issue 6 years ago • 5 comments

roblav96 avatar Aug 20 '19 00:08 roblav96

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

scttcper avatar Aug 20 '19 03:08 scttcper

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

roblav96 avatar Aug 22 '19 10:08 roblav96

the demo is up for this module. https://video-filename-parser.netlify.com/

Can't say seasons parsing will be a priority yet

scttcper avatar Sep 10 '19 07:09 scttcper

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

scttcper avatar Oct 09 '19 16:10 scttcper

Few more: https://github.com/clement-escolano/parse-torrent-title https://github.com/thcolin/oleoo

sayem314 avatar Jan 30 '20 19:01 sayem314