This repository has been archived on 2020-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
ansible-laptop/roles/packages/tasks/media.yml

60 lines
1 KiB
YAML
Raw Normal View History

2018-10-12 22:44:28 +02:00
---
- name: install media packages
apt:
name:
- abcde
2019-05-16 22:19:15 +02:00
- aegisub
- audacious
- audacity
- calibre
2019-02-23 17:38:48 +01:00
- cmus
2019-12-06 13:51:01 +01:00
- csound
2019-06-22 16:23:25 +02:00
- cuetools
2019-04-14 21:20:52 +02:00
- deluge-gtk
2018-12-22 11:11:23 +01:00
- easytag
- eom
- feedreader
2018-11-13 16:43:13 +01:00
- handbrake
2019-03-07 21:44:35 +01:00
- id3v2
- jpegoptim
2019-06-18 16:52:18 +02:00
- libfdk-aac1
2019-06-11 17:52:51 +02:00
- lltag
2019-08-24 17:10:59 +02:00
- mediainfo
2019-06-28 21:19:42 +02:00
- milkytracker
- mkvtoolnix
- mkvtoolnix-gui
- mpv
2019-03-03 19:37:38 +01:00
- ncmpcpp
- optipng
2018-10-28 14:00:16 +01:00
- paprefs
- pasystray
- pavucontrol
2018-11-11 00:37:31 +01:00
- picard
2018-12-28 23:22:50 +01:00
- pngcrush
- pngquant
- pulseaudio
2019-06-22 19:07:55 +02:00
- qcomicbook
2019-06-22 16:53:58 +02:00
- shntool
- sidplayfp
2019-01-12 20:02:14 +01:00
- sonata
2018-11-10 19:07:44 +01:00
- sox
2019-01-08 21:15:47 +01:00
- vlc
2019-05-18 10:49:13 +02:00
- webp
2018-10-12 22:44:28 +02:00
state: present
- name: copy alsa config
copy:
src: asound.conf
dest: /etc/asound.conf
- name: set pulse config
lineinfile:
path: /etc/pulse/daemon.conf
line: "{{ item }}"
loop:
- default-sample-format = s16le
- default-sample-rate = 48000
- alternate-sample-rate = 44100
- resample-method = soxr-hq
- flat-volumes = no