Assembla home | Assembla project page
 

Ticket #83 (closed enhancement: fixed)

Opened 2 years ago

Last modified 1 year ago

Preserve History despite incompatible queue files

Reported by: shypike Assigned to: team
Priority: normal Milestone: 0.5.0
Component: History Version: 0.4.2
Severity: normal Keywords:
Cc:

Description

Persistent History information should be separated from the queue info. This way is is easier for people to keep their history info.

The -c option should only clear the queue, not history and bytes-downloaded. A new --clearall option should clear everything.

The history must be kept in a format that will be easy to preserve (compatibility) between versions.

Change History

01/31/09 16:38:35 changed by shypike

  • status changed from new to closed.
  • resolution set to fixed.

Resolved by sqlite database implementation.

01/31/09 17:25:52 changed by shypike

(In [2127]) Move history database file to admin folder. Create admin folder INI entry (not in Web-UI). Do not determine database path in three different places, instead put access procedure in database.py. Move setup connect_db() from interface.py to sabnzbd.Initialize(), required because database location is not fixed anymore. Closes #83 for trunk.