Kodi Community Forum

Full Version: Importing Watched Status from MyMovies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
Did you then scan in your library, or refresh an item if it was already scanned in?
and is the format correct?

<movie>
<playcount>1</playcount>
(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.
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>
Didn't work.

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