I just recently switched over from using xbmc to atv flash 2.0 so i just imported my entire library, most of which i have watched already. I amwonderign if there is a simple way to mark all items in my library as watched so I can then go back to the few items i have not watched and mark them as unwatched.
that will be much quicker then going to each of the hundreds of items in my library and marking them all as watched.
I know that it syncs with trakt.tv, so I am wondering if I can just go into trakt.tv and mark movies as watched and have them show up as watched in meida player?
The data is stored in the file: /private/var/mobile/Library/Preferences/Media/WatchingsDB.sql
You need to add the “itemID” for each video and set the “state” to a value of “2”.
The issue is that the “itemID” is stored in another db file: /private/var/mobile/Library/Preferences/Media/com.firecore.media.meta.db
I am not good enough with SQLite to write that sql using two DBs…
However, I have confirmed that downloading the WatchingDB.sql, running the following command against it, uploading it back to the AppleTV works, it marks that episode as watched.