
- ADD SCRAPERS TO TINYMEDIAMANAGER HOW TO
- ADD SCRAPERS TO TINYMEDIAMANAGER MOVIE
- ADD SCRAPERS TO TINYMEDIAMANAGER CODE
- ADD SCRAPERS TO TINYMEDIAMANAGER TV
- ADD SCRAPERS TO TINYMEDIAMANAGER FREE
Get the release date for chosen country: IMDb lists release dates for all countries (and even for re-releases) out there. Scrape collection info from TMDb: IMDb does not offer something like movie collections - with this setting the movie collection meta data will be fetched from TMDb. Use TMDb for TV shows: because IMDb only offers English texts (like title, tagline, plot), non English speaking users probably want to activate this setting to fetch the translatable content from TMDb. Use TMDb for movies: because IMDb only offers English texts (like title, tagline, plot), non English speaking users probably want to activate this setting to fetch the translatable content from TMDb. Using this setting the search algorithm will only use the category “Movie/TV series” for searching Filter unwanted categories: because IMDb offers data for most every movie (theatrical movies, shorts, TV productions, …) you will probably have too much search results. Our IMDb scraper offers the following settings: Movie meta data (English - multiple with TMDb activated). This online database has an excessive amount of data (which is constantly changing - even for older movies). The Internet Movie Database is the most used database for movies all over the world. Also use the fallback language for title scraping: when TMDb has no translated content in your preferred language you can choose another language to be used as fallback.
Scrape language/country names: scrape the names of spoken languages/countries rather than their ISO code. Include adult movies: should the search include adult movies. API key: you could enter your own API key here if you don’t want to access TMDb data with the API key of tinyMediaManager. Our TMDb scraper offers the following settings: TV show meta data (multiple languages, including trailer links). Movie collection meta data (multiple languages). Movie meta data (multiple languages, including trailer links). The Movie DB is the largest free movie database maintained by the community. This scraper searches for local installed Kodi instances to use the scrapers from Kodi.
Kodi scraper: this meta scraper is able to parse scrapers from Kodi to embed them into tinyMediaManager. Universal scraper: with this scraper you can combine results from various other scrapers to create an individual scraping result for your needs. At the moment tinyMediaManager offers scrapers for the following meta data sources:Īnd additionally there are two meta scrapers which offer enhanced data: Those scrapers have different options which may help you to get the best possible result. This is done by passing the user ID and group ID to the container via the USER_ID and GROUP_ID environment variables.TinyMediaManager offers a bunch of scrapers to get the meta data from various websites into your library. To avoid any problem, you can specify the user tinyMediaManager should run as. This could prevent the container from properly accessing files and folders on the shared volume and vice versa. For example, the user within the container may not exist on the host or does not match the right user on the host. When using using data volumes (-v flags for /data and media), permissions issues can occur between the host and the container (tinyMediaManager). en_US.UTF-8 for 12 hour format, C.UTF-8 for 24 hour format See below for an example how to use this.ĭesired date/time format. ID of the group tinyMediaManager runs as. See below for an example how to use this. This image offers some special configuration parameters which can be passed to docker by using environment variables Variable You need read/write access to all mapped volumes! Configuration javaHome : " " jvmOpts : - " ntentfolder=/data" - " -Dtmm.noupdate=true" env :
If you need special start parameters, you would need to map /app/launcher-extra.yml too (see Start Parameters). For the HTTP API access (v4.3+), you need to map the HTTP API port too.
If you want to add custom scrapers, you need to map the folder containing the custom addons to /app/addons.Map local volumes/folders/mounts to /media/xxx where all media will be accessed.Map a local volume/folder to /data where all local data from tinyMediaManager is stores (like data, logs, cache and backups).Map any local port to 4000 for web access (via noVNC).
Using this image, you will get a fully working instance of tinyMediaManager which is accessible remotely (via web/VNC). This image should work on any x86_64 device.
This image includes all needed components (up to date libmediainfo, FFmpeg, …) for the best experience. TinyMediaManager offers a official docker image based on Debian Buster (for maximum compatibility).