Kodi Community Forum

Full Version: TV Show library disappeared
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just updated my android TV. I can see the new database exists but the TV is no longer looking at it...
Did the file location for advanced settings move, or do the tags in the file need updating.
mine is very basic
<advancedsettings>
    <videodatabase> 
        <type>mysql</type> 
        <host>192.168.1.20</host> 
        <port>3306</port> 
        <user>****</user> 
        <pass>****</pass> 
        </videodatabase> 
</advancedsettings>
@tuepen

You will need to provide a debug log. Full instructions are in my signature below, but here is a quick guide...

  1. Enable Debugging mode.
    a. Go to Settings>System Settings>Logging and it should be the first option or
    b. press ctrl-shift-d on a keyboard
  2. Restart Kodi. Do not skip this step or you may be asked to do it again.
  3. Replicate the problem. Now that debug mode is enabled, repeat the steps that cause the problem.
  4. Upload the log using either the:
    a. Manual method to Kodi Paste Site. Log location is detailed here... Log_file/Advanced#Location (wiki) (see next section for more details), or
    b. Add-on method using the Kodi Logfile Uploader. (wiki)
    With either method post the address link in the address bar in a new post in your thread.
Note: Full logs only. No partial or redacted logs
thanks, in looking through the logs i fixed it...
My databases didn't rollover correctly.
My db user needed to have more rights (super privilege)

Thanks for the prompt response.
Ok, great that it is fixed. I'll mark this solved.
Thread marked solved.