Updated kodi settings on Lenovo

This commit is contained in:
2026-03-22 22:28:43 +01:00
parent 725dfa7157
commit 32b5a81da6
10925 changed files with 575678 additions and 5511 deletions

View File

@@ -1,4 +1,12 @@
<advancedsettings>
<pathsubstitution>
<substitute>
<from>special://profile/playlists/</from>
<to>smb://truenas-01/Media/Playlists/</to>
</substitute>
</pathsubstitution>
<!-- Start of MySQL database settings -->
<videodatabase>
<type>mysql</type>
<host>192.168.50.210</host>
@@ -13,20 +21,23 @@
<user>kodi</user>
<pass>Kodi1234</pass>
</musicdatabase>
<!-- End of MySQL database settings -->
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<importresumepoint>true</importresumepoint>
</videolibrary>
<video>
<!-- Extras: Section Start -->
<excludefromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludetvshowsfromscan>
<!-- Extras: Section End -->
</video>
<video>
<!-- Extras: Section Start -->
<excludefromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludefromscan>
<excludetvshowsfromscan action="append">
<regexp>/extras/</regexp>
<regexp>[\\/]extras[\\/]</regexp>
</excludetvshowsfromscan>
<!-- Extras: Section End -->
</video>
</advancedsettings>