1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

Is MYSQL support broken?

Any issues that are tvOS specific
Post Reply
convertapple
Posts: 27
Joined: 10 Feb 2016, 15:45

Is MYSQL support broken?

Post by convertapple »

I have mysql working fine with Kodi 17.6. I clone a profile to MrMc but it doesn't work. I set the content type, it wants to rescan but picks up nothing! Here's the relevant bit from my AdvancedSettings.xml

Code: Select all

</advancedsettings>
  <pathsubstitution>
    <substitute>
		<from>special://thumbnails/</from>
		<to>smb://192.168.1.9/roshare/thumbnails/</to>
    </substitute>
  </pathsubstitution>

  <videodatabase>
	<name>othervideo</name>
    <type>mysql</type>
    <host>192.168.1.9</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </videodatabase> 
  <musicdatabase>
	<name>othermusic</name>
    <type>mysql</type>
    <host>192.168.1.9</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </musicdatabase>
</advancedsettings>
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: Is MYSQL support broken?

Post by davilla »

convertapple wrote: 27 Dec 2018, 15:04 I have mysql working fine with Kodi 17.6. I clone a profile to MrMc but it doesn't work. I set the content type, it wants to rescan but picks up nothing! Here's the relevant bit from my AdvancedSettings.xml

Code: Select all

</advancedsettings>
  <pathsubstitution>
    <substitute>
		<from>special://thumbnails/</from>
		<to>smb://192.168.1.9/roshare/thumbnails/</to>
    </substitute>
  </pathsubstitution>

  <videodatabase>
	<name>othervideo</name>
    <type>mysql</type>
    <host>192.168.1.9</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </videodatabase> 
  <musicdatabase>
	<name>othermusic</name>
    <type>mysql</type>
    <host>192.168.1.9</host>
    <port>3306</port>
    <user>kodi</user>
    <pass>kodi</pass>
  </musicdatabase>
</advancedsettings>
Use the gui settings for mysql, advancedsettings are ignored.
Post Reply