[libimdb-commit] CVS: libimdb TODO,1.2,1.3
Status: Pre-Alpha
Brought to you by:
jveldhuis
|
From: Jerry V. <jve...@us...> - 2003-08-17 16:40:06
|
Update of /cvsroot/libimdb/libimdb
In directory sc8-pr-cvs1:/tmp/cvs-serv24248
Modified Files:
TODO
Log Message:
added...removed...
Index: TODO
===================================================================
RCS file: /cvsroot/libimdb/libimdb/TODO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TODO 16 Jun 2003 04:49:19 -0000 1.2
--- TODO 17 Aug 2003 16:40:04 -0000 1.3
***************
*** 1,5 ****
This file contains random thoughts and on-going todo lists over
! the span of prototyping this stupid project the last couple
of months. Most of which either won't make any sense or
is beyond the scope of this project trying to figure out
--- 1,5 ----
This file contains random thoughts and on-going todo lists over
! the span of prototyping this project the last couple
of months. Most of which either won't make any sense or
is beyond the scope of this project trying to figure out
***************
*** 58,61 ****
--- 58,63 ----
libjlog
+ - optional compile time in/out features
+
- main log_open should initialize default
logtracker and logtee from env variables
***************
*** 71,77 ****
modules supported ? Would require that
enum gets initialized though.
! - one enum should alwyas be MOD_OKAY=0
! - completely separate tree for jvlog ?
- can success/failure callback be combined
--- 73,79 ----
modules supported ? Would require that
enum gets initialized though.
! - one enum should always be MOD_OKAY=0
! - completely separate tree for jlog ?
- can success/failure callback be combined
***************
*** 81,86 ****
- LOGerror_e should become LOGvalues_e
! and include LOG_SUCCESS=0, enum values should be negative
! for error
- how can we get gcc to check __attribute()__ stuff ?
--- 83,88 ----
- LOGerror_e should become LOGvalues_e
! and include LOG_SUCCESS=0, enum value initializers
! should be negative for error
- how can we get gcc to check __attribute()__ stuff ?
***************
*** 108,111 ****
--- 110,115 ----
Utility for downloading/managing ftp list files
+ - could just check to see what tv_imdb does now
+ - give Ed credit for this code.
What is this thing for ?
***************
*** 113,117 ****
- look at what Scott did for mysql loading.
! - look at xmltv2db on sf for a basic example of
putting data into jdbc database - now sure how useful this is.
--- 117,121 ----
- look at what Scott did for mysql loading.
! - look at building a imdb2db on sf for a basic example of
putting data into jdbc database - now sure how useful this is.
***************
*** 120,123 ****
--- 124,129 ----
- can probably just include it.
+ - test harness could validate findings with moviedb-3.21 results
+
- need bigger picture plan... what is libimdb ?
- for use with tv_imdb ?
***************
*** 173,174 ****
--- 179,193 ----
for queries ?
perl use Soap::Lite package (www.soaplite.com)
+
+ Dealing with format errors etc
+ ------------------------------
+ How do we deal with list files whose format it wrong ?
+ - may want to certify list files (filename:checksum)
+ - movie labels (name qualifiers etc) that are to be dropped
+ because of these kinds of problems.
+ - only fixes problems with movie labels.
+
+ - could just public file:line numbers to ignore.
+ - dynamically load exceptions file ?
+
+ </end>
|