Easily and user friendly? No.
Not very user friendly, Yes. It requires some knowledge of RDMS.
There is a SQL Lite database that drives the T1 books metadata on the filesystem (books.db). Check the books table in this database. If the readingtime column is null, it shows the new flag. So you can simply update the column to any time and the new flag will go away.
|