Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all articles
Browse latest Browse all 84005

XBMC MySql database backup - multiple databases?

$
0
0
Hi all,

Edit - Ah oops, wrong forum sorry. Can someone please move to general support for me?

I went to back up my local MySQL that runs the XBMC database this evening. I access it from a few clients so it'd be nice to keep my watched shows etc.

I seem to have seven xbmc video databases, and six music databases, despite configuring only one, and not adding any music to XBMC (as far as I recall). I've done a google search and nothing comes up. I really just want to back it up, but backing up thirteen databases seems a bit silly, surely only one is being used?

Code:
Show databases;
'xmbcmoviedatabase60'
'xmbcmoviedatabase67'
'xmbcmoviedatabase68'
'xmbcmoviedatabase69'
'xmbcmoviedatabase73'
'xmbcmoviedatabase75'
'xmbcmusicdatabase18'
'xmbcmusicdatabase27'
'xmbcmusicdatabase28'
'xmbcmusicdatabase30'
'xmbcmusicdatabase32'

Here's the advancedsettings.xml from my R.Pi (the Windows one is identical).

Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <name>XMBCMovieDatabase</name>
        <host>192.168.1.10</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </videodatabase>

    <musicdatabase>
        <type>mysql</type>
        <name>XMBCMusicDatabase</name>
        <host>192.168.1.10</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
    </musicdatabase>
    
    <pathsubstitution>
      <substitute>
        <from>special://masterprofile/Thumbnails/Video/</from>
        <to>smb://192.168.1.10/xbmc/userdata/Thumbnails/Video</to>
      </substitute>
      <substitute>
        <from>special://masterprofile/Thumbnails/Music/</from>
        <to>smb://192.168.1.10/xbmc/userdata/Thumbnails/Video</to>
      </substitute>
    </pathsubstitution>
</advancedsettings>

Any thoughts or information is appreciated Smile

Viewing all articles
Browse latest Browse all 84005

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>