Updated kodi settings on Lenovo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user