Page 1 of 1

how to remove stored position in the movie

Posted: Sun May 18, 2014 7:13 pm
by JtMA
Hello,
does anybody know where is stored info about played movies?
Every time I stop the movie in the middle of it's content the TV writes down it's position and next time I want to play that movie again it skips the beginning and replays the movie fron this position. This info persists even over reboot.
I would like to know where is this info stored so I can remove it on boot. Or maybe change the configuration so this position is not stored at all. Help please.
Thanks

Re: how to remove stored position in the movie

Posted: Sun May 18, 2014 8:19 pm
by zoelechat
If you want to remove every info TV had retrieved from media (history and so on), you may empty folders:

Code: Select all

/mtd_rwcommon/RecentlyPlayed
/mtd_contents
as well as erase .cm* hidden files on root of media drives.

If you just want to get rid of stored positions, it seems that deleting only this file is enough:

Code: Select all

/mtd_contents/bookmark.db
(tested on ES series)

Re: how to remove stored position in the movie

Posted: Sun May 18, 2014 9:07 pm
by JtMA
Thank you very much, it works!