Skip to content

Commit de28234

Browse files
author
Karsten A. M. Guenther
committed
Kodi config cleanup.
1 parent aa3e775 commit de28234

File tree

4 files changed

+3
-80
lines changed

4 files changed

+3
-80
lines changed

home/xbmc/.kodi/userdata/LCD.xml.template

-77
This file was deleted.
File renamed without changes.
File renamed without changes.

kodi_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
- name: configure KODI
66
copy:
77
src: "{{ item }}"
8-
dest: "~/{{ item }}"
8+
dest: "~/.{{ item }}"
99
mode: 0644
1010
backup: yes
1111
with_items:
12-
- .kodi/userdata/Lircmap.xml
13-
- .kodi/userdata/LCD.xml
12+
- kodi/userdata/Lircmap.xml
13+
- kodi/userdata/LCD.xml

0 commit comments

Comments
 (0)