help with regex
#1
I have a problem with the anime regex i'm using from here http://kodi.wiki/view/anime

i'm trying to scrape an anime called overlord with filenames like:

Overlord - 01 (BD 1280x720 x264 AAC).mkv

but it seems like the 1280x720 is being seen as an season/episode number and preventing it from working properly.

Quote:10:05:38.320 T:4044 DEBUG: VideoInfoScanner: Found episode match H:\Anime\Overlord\Overlord - 01 (BD 1280x720 x264 AAC).mkv (s1280e720) [[\\/\._ \[\(-]([0-9]+)x([0-9]+(?Sad?:[a-i]|\.[1-9])(?![0-9]))?)([^\\/]*)$]

10:05:38.446 T:4044 DEBUG: VIDEO::CVideoInfoScanner::OnProcessSeriesFolder - no match for show: 'Overlord', season: 1280, episode: 720.0, airdate: '01/01/1601', title: ''

what can i edit in the regex to make it ignore the resolution?
Reply

Logout Mark Read Team Forum Stats Members Help
help with regex0