Importing Watched Status from MyMovies
#1
How can I get the watched status created in MYMOVIES to transfer to XBMC....through the .nfo file mymovies creates.

The .nfo from mymovies has "<watched>true</watched>" embedded in the .nfo file.

The advancedsettings.xml file for my XBMC has:
<advancedsettings>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
</videolibrary>
</advancedsettings>

Am I missing something? How can I make this happen.

Thanks for your time.
Reply
#2
Did you then scan in your library, or refresh an item if it was already scanned in?
Reply
#3
and is the format correct?

<movie>
<playcount>1</playcount>
Reply
#4
(2014-04-12, 08:11)Ned Scott Wrote: Did you then scan in your library, or refresh an item if it was already scanned in?

I deleted the library in XBMC and re-added the files.

(2014-04-12, 17:23)vikjon0 Wrote: and is the format correct?

<movie>
<playcount>1</playcount>

I had not added this to my advancedsettings.xml file. Didn't think it was necessary. Will try that and see.
Reply
#5
is this what it should look like? Is it video or movie? Is it playcount or playcountminimumpercent?

<advancedsettings>
<videolibrary>
<importwatchedstate>true</importwatchedstate>
<mymovies>
<categoriestogenres>true</categoriestogenres>
</mymovies>
</videolibrary>
<video>
<playcount>1</playcount>
</video>
</advancedsettings>
Reply
#6
Didn't work.

Do I have it typed correct?
Reply
#7
It is the format you need in the nfo .
Reply

Logout Mark Read Team Forum Stats Members Help
Importing Watched Status from MyMovies0