HOW-TO:Share libraries using MySQL: Wiki Edition
Hi all, Thanks for this step by step but still got 1 isseu hopefully you can help me out.

I have 2 computers using MySQL databse but I can't get resume point working.
I want stop downstairs and play from where it stopped when I'm upstairs.

Here is my Advancedsettings.xml:

Code:
<advancedsettings>
  <videodatabase>
    <type>mysql</type>
    <host>192.168.0.99</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </videodatabase>
  <musicdatabase>
    <type>mysql</type>
    <host>192.168.0.99</host>
    <port>3306</port>
    <user>xbmc</user>
    <pass>xbmc</pass>
  </musicdatabase>
  <videolibrary>
    <importwatchedstate>true</importwatchedstate>
    <importresumepoint>true</importresumepoint>
  </videolibrary>
  <video>
      <latency>
        <delay>0</delay>
        <refresh>
          <min>23</min>
          <max>24</max>
        </refresh>
      </latency>
      <playcountminimumpercent>85</playcountminimumpercent>
      <ignoresecondsatstart>60</ignoresecondsatstart>
      <ignorepercentatend>15</ignorepercentatend>
  </video>
</advancedsettings>

I thought that these settings would be enough to write the end/pause status to the MySQL database instead of locally.
playcountminimumpercent, ignoresecondsatstart, ignorepercentatend

What am I doing wrong ?
Reply


Messages In This Thread
RE: HOW-TO synchronize XBMC between every room in the house: Wiki Edition - by BartusKN - 2014-07-20, 11:53
Logout Mark Read Team Forum Stats Members Help
HOW-TO:Share libraries using MySQL: Wiki Edition2