spark/roles/media/tasks/main.yml
Pig Monkey 79800d9f64 add yt-dlp-ejs
This allows you to skip the `--remote-components ejs:github` in your
yt-dlp config.
2025-11-20 14:16:26 -08:00

69 lines
1.2 KiB
YAML

---
- include_tasks: beets.yml
- include_tasks: imagemagick.yml
- include_tasks: inkscape.yml
- include_tasks: gimp.yml
- include_tasks: gthumb.yml
- include_tasks: feh.yml
- include_tasks: imv.yml
- include_tasks: teiler.yml
- include_tasks: flac2all.yml
- include_tasks: darktable.yml
- include_tasks: qcode.yml
- name: Install misc media codecs and helpers
pacman:
name:
- flac
- lame
- gst-libav
- gst-plugins-good
- exiv2
- perl-image-exiftool
- perl-archive-zip
- opus-tools
state: present
- name: Install Metadata Anonymisation Toolkit
pacman:
name: mat2
state: present
tags:
- mat
- name: Install yt-dlp
pacman:
name:
- yt-dlp
- yt-dlp-ejs
state: present
- name: Install zbar
pacman:
name: zbar
state: present
- name: Install sxiv
pacman:
name: sxiv
state: present
- name: Install svgcleaner
pacman:
name: svgcleaner
state: present
- name: Install flameshot
pacman:
name: flameshot
state: present
- name: Install digikam
pacman:
name: digikam
state: present
- name: Install whipper
pacman:
name: whipper
state: present