Solved Video played does not store position
#1
Hi -i am quite new to this great xbmc - thing - but with a little help from my friends at vdr-portal and google i managed to setup my xbmc-testing environment - which consists of:

debian squeeze, 64 bit, xbmc frodo, vdr 1.7.37 xvdr pvr-addon. i also run a NAS hosting my Video-recordings, Music , Images, MysQl-Daemon and a bit more.
Xbmc has successfully scraped all my vdr-recordings and shows them fine. I configured xbmc to share/store all its music and video-data on a central mysql-database - according to some guides i found somewhere around here. I aim at running 2-3 xbmc's - so thats why i opted for that. Apart from sharing the same sources and sharing the same metadata it would also be cool, if xbmc playing movie A on Node A would remember position stopped when playing that movie on Node B also - but this is my problem - even if just running one node right now xbmc does not pop up a window to ask where to continue - it always starts at the beginning.

in the xbmc.log i can see that xbmc updates the lastplayed columns for movie and files - but it also never increments the playcount and it also does not select from those tables.

what could be wrong here? (Ah - btw. same thing for "normal" movies not contained / originating from my pvr)

My advancedsettings.xml looks like this:
Code:
<advancedsettings>
    <videodatabase>
        <type>mysql</type>
        <host>amun</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_video</name>
    </videodatabase>
    <musicdatabase>
        <type>mysql</type>
        <host>amun</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_music</name>
    </musicdatabase>
    <epgdatabase>
        <type>mysql</type>
        <host>amun</host>
        <port>3306</port>
        <user>xbmc</user>
        <pass>xbmc</pass>
        <name>xbmc_epg</name>
    </epgdatabase>
    <videolibrary>
        <importwatchedstate>true</importwatchedstate>
        <importresumepoint>true</importresumepoint>
    </videolibrary>
    <pathsubstitution>
      <substitute>
         <from>special://masterprofile/Thumbnails/</from>
         <to>/xbmc/userdata/Thumbnails</to>
      </substitute>
      <substitute>
         <from>special://profile/playlists/</from>
         <to>/xbmc/userdata/playlists/</to>
      </substitute>
      <substitute>
         <from>special://profile/addon_data/</from>
         <to>/xbmc/userdata/addon_data/</to>
      </substitute>
      <substitute>
        <from>special://profile/sources.xml</from>
        <to>/xbmc/userdata/sources.xml</to>
      </substitute>
      <substitute>
        <from>special://profile/RssFeeds.xml</from>
        <to>/xbmc/userdata/RssFeeds.xml</to>
      </substitute>
      <substitute>
        <from>special://profile/favourites.xml</from>
        <to>/xbmc/userdata/favourites.xml</to>
      </substitute>
    </pathsubstitution>
    <cputempcommand>/usr/local/bin/xbmc-cpu.sh</cputempcommand>
    <gputempcommand>echo "$(nvidia-settings -c :0 -tq GPUCoreTemp) C"</gputempcommand>
</advancedsettings>
Reply
#2
ok - solved for some (yet not known) reason it now works like charm
Reply

Logout Mark Read Team Forum Stats Members Help
Video played does not store position0