implemented blu ray draft

This commit is contained in:
Kevin Veen-Birkenbach 2022-09-04 20:08:33 +02:00
parent 616bbd019a
commit e7b6e08cda
6 changed files with 34 additions and 2 deletions

View File

@ -14,7 +14,10 @@ ansible-galaxy collection install -r requirements.yml
- add native-graphic-designer - add native-graphic-designer
- add native-developer-basic - add native-developer-basic
- add native-workspaces - add native-workspaces
- add shell-extension-manager - add https://aur.archlinux.org/packages/displaylink
- add spotify
- add backup to tails usb stick
- https://www.reddit.com/r/ManjaroLinux/comments/cbkblb/guide_run_android_apps_on_manjaro_super_simple/ https://archived.forum.manjaro.org/t/running-android-applications-on-arch-using-anbox/53332
# See # See
- https://www.middlewareinventory.com/blog/run-ansible-playbook-locally/ - https://www.middlewareinventory.com/blog/run-ansible-playbook-locally/

View File

@ -13,6 +13,12 @@
roles: roles:
- collection-office-tools - collection-office-tools
- name: collection-bluray-player
hosts: collection_bluray_player_hosts
become: true
roles:
- collection-bluray-player
- name: GNOME setup - name: GNOME setup
hosts: gnome_hosts hosts: gnome_hosts
become: true become: true

View File

@ -0,0 +1,2 @@
dependencies:
- application-java

View File

@ -0,0 +1,7 @@
# collection-blu-ray-player
## further information
- https://wiki.archlinux.org/title/Blu-ray#Using_aacskeys
- https://videobyte.de/play-blu-ray-with-vlc
- https://archived.forum.manjaro.org/t/wie-kann-ich-bluray-uhd-abspielen/127396/12
- http://fvonline-db.bplaced.net/

View File

@ -0,0 +1,14 @@
- name: install vlc and blu ray software
community.general.pacman:
name:
- vlc
- libaacs
- libbluray
state: present
- name: install AUR packages to play blu ray
kewlfft.aur.aur:
use: yay
name:
- aacskeys
- libbdplus
become: false

View File

@ -1,4 +1,4 @@
- name: Install yay packages for epson - name: install AUR packages for epson
kewlfft.aur.aur: kewlfft.aur.aur:
use: yay use: yay
name: name: