Video scraping is now enabled by default.

This commit is contained in:
Leon Styhre 2020-08-16 15:58:29 +02:00
parent e6e293f191
commit 130d9654f5
2 changed files with 3 additions and 3 deletions

View file

@ -420,7 +420,7 @@ A selection of which systems to scrape for. It's possible to automatically scrap
#### Content settings
Describes the content types to include in the scraping. Most users will probably not need to adjust so many of these, excect perhaps to enable video scraping.
Describes the content types to include in the scraping. Most users will probably not need to adjust so many of these.
**Scrape game names**
@ -436,7 +436,7 @@ This includes the game description, release date, developer, publisher, genre an
**Scrape videos** _(ScreenScraper only)_
Videos of actual gameplay. This option is disabled by default as it slows down the scraping significantly as well as consuming bandwidth and disk space. Not all users want gameplay videos in their frontend after all.
Videos of actual gameplay.
**Scrape screenshot images**

View file

@ -164,7 +164,7 @@ void Settings::setDefaults()
mBoolMap["ScrapeCovers"] = true;
mBoolMap["ScrapeMarquees"] = true;
mBoolMap["ScrapeScreenshots"] = true;
mBoolMap["ScrapeVideos"] = false;
mBoolMap["ScrapeVideos"] = true;
// Other settings.
#ifdef _RPI_