From 10c1c662c4b40e80aada15ae56f7247810fcbff4 Mon Sep 17 00:00:00 2001 From: Alexander Grothe Date: Wed, 10 Apr 2019 09:53:53 +0200 Subject: [PATCH] Add section on how to re-run display scan to README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e947fe8..b1555b9 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,12 @@ This should work foll all DVB adaptors for which udev events are generated. Note You can use the wirbelscan-Plugin, w_scan, t2scan (especially useful for DVB-T2) or ready-to-use channellists from http://channelpedia.yavdr.com/gen/ Important: vdr.service must be stopped if you want to edit VDR configuration files: `sudo stop vdr.service` + +### Rescan displays +If you change the connected displays you may need to update the display configuration. This can be achived by running the `yavdr-xorg` role: +```shell +sudo -H ansible-playbook yavdr07.yml -b -i 'localhost_inventory' --connection=local --tags="yavdr-xorg" +``` + +### running single roles without a custom playbook +You can choose to (re-)run single roles included in a playbook by including their name in the `--tags` argument (see example above for rescanning displays with `yavdr-xorg`).