2022-05-06, 04:39
Hello. I use mysql database on my nas where my media is stored. I have devices setup to use this shared database instead of the local database.
The thing is, kodi isnt scanning the media. Like, If i press upate library, it instantly finishes. I turned on debug logs and then triggered an update to check if an error was occurring or what. Here's what I got
Here's my sources file and my password file.
and passwords:
Whats happening here? Oh also, When I open kodi, it says no files in library yet, and shows a button for enter files section. And when I click that, It shows me two tiles named movies and Tv Shows. I can enter them, see all my media, and even play it.
It cant be a perm issue then right?
I just dont know what i am doing wrong. Help would be appreciated 😅
The thing is, kodi isnt scanning the media. Like, If i press upate library, it instantly finishes. I turned on debug logs and then triggered an update to check if an error was occurring or what. Here's what I got
Code:
2022-05-06 07:54:11.953 T:1900 DEBUG <general>: dbiplus::MysqlDatabase::connect replacing configured host 192.168.1.254 with resolved host 192.168.1.254
2022-05-06 07:54:11.968 T:1900 INFO <general>: VideoInfoScanner: Starting scan ..
2022-05-06 07:54:11.968 T:1900 INFO <general>: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
2022-05-06 07:54:11.970 T:13928 DEBUG <general>: CGUIMediaWindow::GetDirectory (sources://video/)
Here's my sources file and my password file.
xml:
<sources>
<programs>
<default pathversion="1"></default>
</programs>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name>
<path pathversion="1">smb://192.168.1.254/Media-Small/Movies</path>
<path pathversion="1">smb://192.168.1.254/Media-Big/Movies</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>TV Shows</name>
<path pathversion="1">smb://192.168.1.254/Media-Big/TV Shows</path>
<path pathversion="1">smb://192.168.1.254/Media-Small/TV Shows</path>
<allowsharing>true</allowsharing>
</source>
</video>
<music>
<default pathversion="1"></default>
</music>
<pictures>
<default pathversion="1"></default>
</pictures>
<files>
<default pathversion="1"></default>
</files>
<games>
<default pathversion="1"></default>
</games>
</sources>
and passwords:
xml:
<passwords>
<path>
<from pathversion="1">smb://192.168.1.254/Media-Small/TV Shows</from>
<to pathversion="1">smb://user:[email protected]/Media-Small/TV Shows</to>
</path>
<path>
<from pathversion="1">smb://192.168.1.254/Media-Big/TV Shows</from>
<to pathversion="1">smb://user:[email protected]/Media-Big/TV Shows</to>
</path>
<path>
<from pathversion="1">smb://192.168.1.254/Media-Big/Movies</from>
<to pathversion="1">smb://user:[email protected]/Media-Big/Movies</to>
</path>
<path>
<from pathversion="1">smb://192.168.1.254/Media-Small/Movies</from>
<to pathversion="1">smb://user:[email protected]/Media-Small/Movies</to>
</path>
</passwords>
Whats happening here? Oh also, When I open kodi, it says no files in library yet, and shows a button for enter files section. And when I click that, It shows me two tiles named movies and Tv Shows. I can enter them, see all my media, and even play it.
It cant be a perm issue then right?
I just dont know what i am doing wrong. Help would be appreciated 😅