Skip to content

feat: Update thumbnail.sh#2

Merged
GSSparks merged 1 commit intomainfrom
gsparks_update
Jun 29, 2025
Merged

feat: Update thumbnail.sh#2
GSSparks merged 1 commit intomainfrom
gsparks_update

Conversation

@GSSparks
Copy link
Copy Markdown
Owner

No description provided.

@lintinel-bot
Copy link
Copy Markdown

lintinel-bot bot commented Jun 28, 2025

Lintinel Report

YAML Linter

Checks YAML files for syntax and style issues using yamllint.

  • ✅ No issues found

Bash Linter

Checks .sh files for syntax and style issues using shellcheck

  • /tmp/tmp0k8l34go/thumbnail.sh: In /tmp/tmp0k8l34go/thumbnail.sh line 4:
  • /tmp/tmp0k8l34go/thumbnail.sh: for ext in ${FORMATS[@]}; do
  • /tmp/tmp0k8l34go/thumbnail.sh: ^-----------^ SC2068 (error): Double quote array expansions to avoid re-splitting elements.
  • /tmp/tmp0k8l34go/thumbnail.sh:
  • /tmp/tmp0k8l34go/thumbnail.sh:
  • /tmp/tmp0k8l34go/thumbnail.sh: In /tmp/tmp0k8l34go/thumbnail.sh line 28:
  • /tmp/tmp0k8l34go/thumbnail.sh: read TIMESTAMP
  • /tmp/tmp0k8l34go/thumbnail.sh: ^--^ SC2162 (info): read without -r will mangle backslashes.
  • /tmp/tmp0k8l34go/thumbnail.sh:
  • /tmp/tmp0k8l34go/thumbnail.sh:
  • /tmp/tmp0k8l34go/thumbnail.sh: In /tmp/tmp0k8l34go/thumbnail.sh line 47:
  • /tmp/tmp0k8l34go/thumbnail.sh: ffmpeg -hide_banner -loglevel error -i "$file" $TIME $VF -frames:v 1 "${file%%.mp4}"-thumb.jpg
  • /tmp/tmp0k8l34go/thumbnail.sh: ^---^ SC2086 (info): Double quote to prevent globbing and word splitting.
  • /tmp/tmp0k8l34go/thumbnail.sh: ^-^ SC2086 (info): Double quote to prevent globbing and word splitting.
  • /tmp/tmp0k8l34go/thumbnail.sh:
  • /tmp/tmp0k8l34go/thumbnail.sh: Did you mean:
  • /tmp/tmp0k8l34go/thumbnail.sh: ffmpeg -hide_banner -loglevel error -i "$file" "$TIME" "$VF" -frames:v 1 "${file%%.mp4}"-thumb.jpg
  • /tmp/tmp0k8l34go/thumbnail.sh:
  • /tmp/tmp0k8l34go/thumbnail.sh: For more information:
  • /tmp/tmp0k8l34go/thumbnail.sh: https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
  • /tmp/tmp0k8l34go/thumbnail.sh: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
  • /tmp/tmp0k8l34go/thumbnail.sh: https://www.shellcheck.net/wiki/SC2162 -- read without -r will mangle backs...

Terraform Module Versioning

Ensures all Terraform modules pin a version.

  • ✅ No issues found

Dockerfile Best Practices

Checks for unpinned base images in Dockerfiles (e.g., 'ubuntu:latest')

  • ✅ No issues found

Missing Project Dotfiles

Checks for the presence of .editorconfig and .gitignore in the root of the repo.

  • Missing required file: .editorconfig
  • Missing required file: .gitignore

@GSSparks GSSparks closed this Jun 29, 2025
@GSSparks GSSparks reopened this Jun 29, 2025
@GSSparks GSSparks closed this Jun 29, 2025
@GSSparks GSSparks reopened this Jun 29, 2025
@lintinel-bot
Copy link
Copy Markdown

lintinel-bot bot commented Jun 29, 2025

Lintinel Report

YAML Linter

Checks YAML files for syntax and style issues using yamllint.

  • ✅ No issues found

Python Linter

Runs flake8 on Python files to enforce PEP8 and linting rules.

  • ✅ No Python files found.

Bash Linter

Checks .sh files for syntax and style issues using shellcheck

  • /tmp/tmp_6u67uk3/thumbnail.sh: In /tmp/tmp_6u67uk3/thumbnail.sh line 4:
  • /tmp/tmp_6u67uk3/thumbnail.sh: for ext in ${FORMATS[@]}; do
  • /tmp/tmp_6u67uk3/thumbnail.sh: ^-----------^ SC2068 (error): Double quote array expansions to avoid re-splitting elements.
  • /tmp/tmp_6u67uk3/thumbnail.sh:
  • /tmp/tmp_6u67uk3/thumbnail.sh:
  • /tmp/tmp_6u67uk3/thumbnail.sh: In /tmp/tmp_6u67uk3/thumbnail.sh line 28:
  • /tmp/tmp_6u67uk3/thumbnail.sh: read TIMESTAMP
  • /tmp/tmp_6u67uk3/thumbnail.sh: ^--^ SC2162 (info): read without -r will mangle backslashes.
  • /tmp/tmp_6u67uk3/thumbnail.sh:
  • /tmp/tmp_6u67uk3/thumbnail.sh:
  • /tmp/tmp_6u67uk3/thumbnail.sh: In /tmp/tmp_6u67uk3/thumbnail.sh line 47:
  • /tmp/tmp_6u67uk3/thumbnail.sh: ffmpeg -hide_banner -loglevel error -i "$file" $TIME $VF -frames:v 1 "${file%%.mp4}"-thumb.jpg
  • /tmp/tmp_6u67uk3/thumbnail.sh: ^---^ SC2086 (info): Double quote to prevent globbing and word splitting.
  • /tmp/tmp_6u67uk3/thumbnail.sh: ^-^ SC2086 (info): Double quote to prevent globbing and word splitting.
  • /tmp/tmp_6u67uk3/thumbnail.sh:
  • /tmp/tmp_6u67uk3/thumbnail.sh: Did you mean:
  • /tmp/tmp_6u67uk3/thumbnail.sh: ffmpeg -hide_banner -loglevel error -i "$file" "$TIME" "$VF" -frames:v 1 "${file%%.mp4}"-thumb.jpg
  • /tmp/tmp_6u67uk3/thumbnail.sh:
  • /tmp/tmp_6u67uk3/thumbnail.sh: For more information:
  • /tmp/tmp_6u67uk3/thumbnail.sh: https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
  • /tmp/tmp_6u67uk3/thumbnail.sh: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
  • /tmp/tmp_6u67uk3/thumbnail.sh: https://www.shellcheck.net/wiki/SC2162 -- read without -r will mangle backs...

Terraform Module Versioning

Ensures all Terraform modules pin a version.

  • ✅ No issues found

Dockerfile Best Practices

Checks for unpinned base images in Dockerfiles (e.g., 'ubuntu:latest')

  • ✅ No issues found

Missing Project Dotfiles

Checks for the presence of .editorconfig and .gitignore in the root of the repo.

  • Missing required file: .editorconfig
  • Missing required file: .gitignore

@GSSparks GSSparks closed this Jun 29, 2025
@GSSparks GSSparks reopened this Jun 29, 2025
@lintinel-bot
Copy link
Copy Markdown

lintinel-bot bot commented Jun 29, 2025

Lintinel Report

YAML Linter

Checks YAML files for syntax and style issues using yamllint.

  • ✅ No issues found

Python Linter

Runs flake8 on Python files to enforce PEP8 and linting rules.

  • ✅ No Python files found.

Bash Linter

Checks .sh files for syntax and style issues using shellcheck

  • /tmp/tmpkwm984r5/thumbnail.sh: In /tmp/tmpkwm984r5/thumbnail.sh line 4:
  • /tmp/tmpkwm984r5/thumbnail.sh: for ext in ${FORMATS[@]}; do
  • /tmp/tmpkwm984r5/thumbnail.sh: ^-----------^ SC2068 (error): Double quote array expansions to avoid re-splitting elements.
  • /tmp/tmpkwm984r5/thumbnail.sh:
  • /tmp/tmpkwm984r5/thumbnail.sh:
  • /tmp/tmpkwm984r5/thumbnail.sh: In /tmp/tmpkwm984r5/thumbnail.sh line 28:
  • /tmp/tmpkwm984r5/thumbnail.sh: read TIMESTAMP
  • /tmp/tmpkwm984r5/thumbnail.sh: ^--^ SC2162 (info): read without -r will mangle backslashes.
  • /tmp/tmpkwm984r5/thumbnail.sh:
  • /tmp/tmpkwm984r5/thumbnail.sh:
  • /tmp/tmpkwm984r5/thumbnail.sh: In /tmp/tmpkwm984r5/thumbnail.sh line 47:
  • /tmp/tmpkwm984r5/thumbnail.sh: ffmpeg -hide_banner -loglevel error -i "$file" $TIME $VF -frames:v 1 "${file%%.mp4}"-thumb.jpg
  • /tmp/tmpkwm984r5/thumbnail.sh: ^---^ SC2086 (info): Double quote to prevent globbing and word splitting.
  • /tmp/tmpkwm984r5/thumbnail.sh: ^-^ SC2086 (info): Double quote to prevent globbing and word splitting.
  • /tmp/tmpkwm984r5/thumbnail.sh:
  • /tmp/tmpkwm984r5/thumbnail.sh: Did you mean:
  • /tmp/tmpkwm984r5/thumbnail.sh: ffmpeg -hide_banner -loglevel error -i "$file" "$TIME" "$VF" -frames:v 1 "${file%%.mp4}"-thumb.jpg
  • /tmp/tmpkwm984r5/thumbnail.sh:
  • /tmp/tmpkwm984r5/thumbnail.sh: For more information:
  • /tmp/tmpkwm984r5/thumbnail.sh: https://www.shellcheck.net/wiki/SC2068 -- Double quote array expansions to ...
  • /tmp/tmpkwm984r5/thumbnail.sh: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ...
  • /tmp/tmpkwm984r5/thumbnail.sh: https://www.shellcheck.net/wiki/SC2162 -- read without -r will mangle backs...

Terraform Module Versioning

Ensures all Terraform modules pin a version.

  • ✅ No issues found

Dockerfile Best Practices

Checks for unpinned base images in Dockerfiles (e.g., 'ubuntu:latest')

  • ✅ No issues found

Missing Project Dotfiles

Checks for the presence of .editorconfig and .gitignore in the root of the repo.

  • Missing required file: .editorconfig
  • Missing required file: .gitignore

@GSSparks GSSparks merged commit b9f15a4 into main Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant