This is a scraper addon for tinyMediaManager (TMM) that provides metadata extraction from Pornhub.
- Extracts metadata from Pornhub videos: title, studio, actors, release date, runtime, etc.
- Retrieves actor information including profile URLs and thumbnails
- Provides proper handling of release dates and years
- Extracts video posters/thumbnails
- Language detection and extraction
- Download the latest release JAR file from the Releases page
- Place the JAR file in the
plugins
directory of your tinyMediaManager installation - Restart tinyMediaManager
- Enable the Pornhub scraper in TMM's settings
- For performance reasons, the search results are limited to the first 8 items. Future versions may remove this limitation.
- The scraper currently does not allow selecting the scraping language - it uses the default language settings.
For optimal matching, it's recommended to use filenames with the Pornhub video ID, such as:
My Video Title [ph123456].mp4
Where ph123456
is the Pornhub video ID from the URL (viewkey parameter).
You can also manually search for videos using the TMM search interface.
To build the scraper from source:
- Clone this repository
- Run
mvn clean package
- The compiled JAR file will be in the
target
directory
This project is licensed under the MIT License - see the LICENSE file for details.
Created by JudeThomasZeng