Roadmap for version 0.9.4 Expand all | Collapse all
0% of 3 tasks completed. 3 open tasks:
- FS#1 - Automate requirements check Expand Collapse
-
Implement some means of automatically checking for required capabilities. For the core this would be things like the presence of the adodb library. However, this should also include some mechanism for triggering and reporting on a module based check. For instance the movies module needs the coverart directory to be writable.
- FS#2 - Add version field to DB Expand Collapse
-
Add a version variable to the database that can be checked by the scripts to detect if a database upgrade is necessary. This can then be used to automate the upgrades for users.
- FS#3 - X most recent movie additions Expand Collapse
-
Add a link to list X most recent movie additions. This can be accomplished with the current DB scheme:
select movie_id, movie_title from movies_list order by movie_id desc limit 10;
Text Version