sqlite3.exe" "npvr.db3" "VACUUM;"
sqlite3.exe" "npvr.db3" "DELETE FROM PLAYBACK_POSITION"
Handy.Man Wrote:So I did Vacuum first, that removed 8000 rows in the PLAYBACK_POSITION table Code:sqlite3.exe" "npvr.db3" "VACUUM;"followed by Code:sqlite3.exe" "npvr.db3" "DELETE FROM PLAYBACK_POSITION"I will see if this help.