How To Fix Backgrounds Not Showing in Kodi

How To Fix Backgrounds Not Showing in Kodi

If you own a Build and after downloading it onto another device through a Wizard your backgrounds might not show up. This could be caused for multiple reasons. The pictures might be stored only on your own device and not on others. So follow the steps below to fix the black background issue and have your backgrounds show on other devices including yours.


Steps:

  1. Open the Start Menu and search for Run
  2. Type the following: %appdata%/kodi/userdata
  3. Create a new folder and call it Backgrounds
  4. Copy all your pictures or backgrounds inside that new folder
  5. Open Run again and type the following: %appdata%/kodi/userdata/addon_data
  6. Open your skin’s folder (ex: skin.aeon.nox5) and open the settings.xml with Notepad++
  7. Replace all paths that starts with C:// OR /storage with special://userdata\Backgrounds\(picture chosen)
  8. Follow the example bellow
  • Before:

<setting type=”string” name=”skin.aeon.nox.5.TVShowHomeItem.MultiFanart”>C://user/….</setting>

OR

<setting type=”string” name=”skin.aeon.nox.5.TVShowHomeItem.MultiFanart”>/storage/…</setting>

  • After:

<setting type=”string” name=”skin.aeon.nox.5.TVShowHomeItem.MultiFanart”>special://userdata\Backgrounds\Tv.png</setting>

*This will only take the Tv.png picture*

OR

<setting type=”string” name=”skin.aeon.nox.5.TVShowHomeItem.MultiFanart”>special://userdata\Backgrounds\TV\</setting>

*This will take all the pictures in the TV folder*


That’s pretty much it! If you’re still having issues feel free to contact me.

You May Also Like

More Posts January 10, 2018

How To Fix Backgrounds Not Showing in Kodi

More Posts January 10, 2018

SimpleKore Build Tool

More Posts January 10, 2018

How to make a Repository for Kodi