So ... having extensive kink.com collection, that I want to add to KODI. There is no good provider for scraping the internet and building the DB. So I created this little thingy. Just start scraper.py and you will get simple interface that allows you to select the folder where your collection is and start adding scrapin one by one. The application allows the files to be moved in separate directory with the same name as the file.
- Select movie and try to guess movie ID
- Alow search for movies from kink.com
- Scrape information
- Write NFO with the name of the folder
- Move files to folder with the same name
- Allow application to rename movies and folders in specific format ({CHANNEL} {DATE} {NAME} ({ID}))
- Get fanart.
python scraper.py
The following Python libraries are required to work:
- lxml
- requests
- wxPython