Skip to content

Commit

Permalink
[rbp] Default extract thumbnails to false
Browse files Browse the repository at this point in the history
It can take 80 seconds for a single file on a Pi. It can cause crashes with out-of-memory errors.
It genereates a lot of support issues. Best to default to disabled and let users enable it if they must
  • Loading branch information
popcornmix committed Apr 3, 2020
1 parent af7e24b commit d499adc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions system/settings/rbp.xml
Expand Up @@ -43,6 +43,12 @@
<setting id="myvideos.extractchapterthumbs">
<default>false</default>
</setting>
<setting id="myvideos.extractflags">
<default>false</default>
</setting>
<setting id="myvideos.extractthumb">
<default>false</default>
</setting>
</group>
</category>
</section>
Expand Down

0 comments on commit d499adc

Please sign in to comment.