Would be nice.. [DUPLICATE]
Posted: Fri Jan 16, 2004 11:41 pm
if one could use files' location in filesystem as indicator of watched/unwatched status.
Like, using some arbitrary sample SQL schema as example, statement like this would be available:
update anidb_mylist set col_Viewed=1 where col_id in (select am.col_id from anidb_file af,anidb_mylist am,local_hashes lh,local_files lf where f.col_id=am.col_fid and af.col_size=lh.size and af.col_ed2k=lh.ed2k and lh.id=lf.hash_id and (lf.filename like '%seen\%' or lf.filename like '%old\%'));
I see this mostly as some sort of 'preference' option, and automatically done at hashing time if enabled. i.e. preference option for 'old' path wildcard(s), and then apply this as basis when adding animes to mylist (or maybe even when updating old? I don't know)
-F
Like, using some arbitrary sample SQL schema as example, statement like this would be available:
update anidb_mylist set col_Viewed=1 where col_id in (select am.col_id from anidb_file af,anidb_mylist am,local_hashes lh,local_files lf where f.col_id=am.col_fid and af.col_size=lh.size and af.col_ed2k=lh.ed2k and lh.id=lf.hash_id and (lf.filename like '%seen\%' or lf.filename like '%old\%'));
I see this mostly as some sort of 'preference' option, and automatically done at hashing time if enabled. i.e. preference option for 'old' path wildcard(s), and then apply this as basis when adding animes to mylist (or maybe even when updating old? I don't know)
-F