Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add check config.php for ffmpeg_path in PreviewManager.php. fix for snap no video preview #36225

Merged
merged 6 commits into from
Jan 18, 2023

Commits on Jan 18, 2023

  1. Update PreviewManager.php

    add a check in config.php for a configured movieBinary path.
    so now it first checks in config.php if  preview_ffmpeg_path is configured.
    
    Signed-off-by: William <william.hak57@gmail.com>
    Jachhj-sc authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    1409a7c View commit details
    Browse the repository at this point in the history
  2. add documentation preview_ffmpeg_path

    add preview_ffmpeg_path documentation.
    document custom path for ffmpeg so it can be used by the previewprovider to create video previews with the snap package of nextcloud.
    
    Signed-off-by: William <william.hak57@gmail.com>
    Jachhj-sc authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    2c4afdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57a3a17 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from Jachhj-sc/patch-2

    add documentation preview_ffmpeg_path
    Jachhj-sc authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    138814f View commit details
    Browse the repository at this point in the history
  5. Update config/config.sample.php

    add better description
    
    Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
    Signed-off-by: William <william.hak57@gmail.com>
    Jachhj-sc and nickvergessen authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    81ec99a View commit details
    Browse the repository at this point in the history
  6. Update lib/private/PreviewManager.php

    fix lint issue
    
    Co-authored-by: Simon L. <szaimen@e.mail.de>
    Signed-off-by: William <william.hak57@gmail.com>
    Jachhj-sc and szaimen authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    fa12219 View commit details
    Browse the repository at this point in the history