Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/include


Modified Files:
        evfs_common.h 


Log Message:
Ok - be careful - this *will* start to harvest metadata in your homedir.
Things to note:

* Hardcoded to harvest ".mp3", ".mpg", and ".jpg" (for now).
* Will only harvest your homedirectory.
* The DB (~/.e/evfs/evfs_metadata.db) should not grow *too* large - 2000 
harvested files == ~1mb

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/include/evfs_common.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evfs_common.h       5 Aug 2006 12:25:10 -0000       1.5
+++ evfs_common.h       6 Aug 2006 04:29:22 -0000       1.6
@@ -5,6 +5,7 @@
 evfs_filereference* evfs_filereference_clone(evfs_filereference* source);
 int evfs_filereference_sanitise(evfs_filereference* ref);
 evfs_plugin* evfs_meta_plugin_get_for_type(evfs_server* server, char* mime);
+evfs_command* evfs_file_command_single_build(evfs_filereference* ref);
        
 
 #endif



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to