1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 11:30:19 +01:00

* Added another section in config class for managing files extensions.

This commit is contained in:
2008-03-24 12:09:29 +00:00
parent bc4f329d15
commit 922ec99990
5 changed files with 262 additions and 16 deletions

View File

@@ -510,6 +510,8 @@ class MainModel(ModelMT):
st_size = 0
### TODO: scan files
if self.config.confd['retrive']:
pass
#if i.split('.').[-1].lower() in mov_ext:
# # video only
# info = filetypeHelper.guess_video(os.path.join(root,i))