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
how to remove stored position in the movie
Re: how to remove stored position in the movie
If you want to remove every info TV had retrieved from media (history and so on), you may empty folders:
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:
(tested on ES series)
Code: Select all
/mtd_rwcommon/RecentlyPlayed
/mtd_contents
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
I do NOT receive any PM. Please use forum.
Re: how to remove stored position in the movie
Thank you very much, it works!