Coder Social home page Coder Social logo

Comments (7)

Chocobozzz avatar Chocobozzz commented on June 12, 2024 2

Seems I'm also tired ^^ ability to disable storyboard generation will be available in next peertube version (6.1) :)

from peertube.

Chocobozzz avatar Chocobozzz commented on June 12, 2024

Hi,

The storage.storyboards entry must be provided

It is 🤔 https://github.com/Chocobozzz/PeerTube/releases/tag/v6.0.0

The cache.storyboards entry must be provided

We do not notify about every key to be added in the configuration file, just the important ones because...

Further, the storyboards entry is not in the default.yaml file generated during update.

...these keys are present in default.yaml: https://github.com/Chocobozzz/PeerTube/blob/v6.0.0/config/default.yaml#L435. How do you upgrade peertube?

from peertube.

weber-s avatar weber-s commented on June 12, 2024

Well... apparently I was a bit tired yesterday... Sorry.

I upgraded following the doc, but checked the diff between config/production.yml.new and config/production.yml (the .new one was missing keys).

For the missing storyboards keys in yaml, I recheck, and it is not present in the default.yaml I have.
I mannualy added:

storyboards:
  # Generate storyboards of local videos using ffmpeg so users can see the video preview in the player while scrubbing the video
  enabled: true

from peertube.

Chocobozzz avatar Chocobozzz commented on June 12, 2024

We had a bug with the production.yaml.new generation that should be fixed in next release.

However the upgrade script should upgrade default.yaml with the latest changes: https://github.com/Chocobozzz/PeerTube/blob/develop/server/scripts/upgrade.sh#L89

from peertube.

weber-s avatar weber-s commented on June 12, 2024

Ok!

However, I do not have the storyboards entry at the end of the default.yaml, although it is the 6.0.4 version:

peertube@drosophile:~/versions/peertube-v6.0.4$ tail config/default.yaml 
    resumable_upload:
      # Max size of upload chunks, e.g. '90MB'
      # If null, it will be calculated based on network speed
      max_chunk_size: null

  menu:
    login:
      # If you enable only one external auth plugin
      # You can automatically redirect your users on this external platform when they click on the login button
      redirect_on_single_external_auth: false
peertube@drosophile:~/versions/peertube-v6.0.4$ 

Which is... strange ?

But no big deal, I let it here for the record if someone search it on the internet some day.

from peertube.

Chocobozzz avatar Chocobozzz commented on June 12, 2024

However, I do not have the storyboards entry at the end of the default.yaml, although it is the 6.0.4 version:

New keys are not necessarily at the end of the file. Use grep 'storyboard' config/default.yaml instead

from peertube.

weber-s avatar weber-s commented on June 12, 2024

Same.

peertube@drosophile:~/versions/peertube-v6.0.4$ grep storyboards config/default.yaml 
  storyboards: 'storage/storyboards/'
  storyboards:
    size: 500 # Max number of video storyboards you want to cache
peertube@drosophile:~/versions/peertube-v6.0.4$ 

The storyboards.enabled key is missing.

cf: https://github.com/Chocobozzz/PeerTube/blob/v6.0.4/config/default.yaml

It is on develop however : https://github.com/Chocobozzz/PeerTube/blob/develop/config/default.yaml and the blame say it should be on 6.0.4 . The release seems to miss it.

from peertube.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.