DoctorD1501 / JAVMovieScraper

Scrape XBMC and Kodi movie metadeta and automatically rename files for Japanese Adult Videos (JAV), American Adult DVDs, and American Adult Webcontent
GNU General Public License v2.0
751 stars 161 forks source link

Filter word of file name at scraping #307

Open EvanPasta opened 4 years ago

EvanPasta commented 4 years ago

I have some file named not only the ID of that JAV but also some tag like: 1080p, FHD, or even some meaningless wording for example: SSNI-999FHD, SSNI-999-1080p, SSNI-999-C. Sometimes it interrupted scraper result and then no result showing up. But I don't want to rename it because sometime it help me to identify resolution of it by just looking at it and for searching purpose.

Instead, is it possible to create a filter so that scraper can ignore the word on the filter list during scraping. if user can edit their filter list it will be much more flexible as well.

Thanks for your help.