Home | History | Annotate | Download | only in imd

Lines Matching refs:BASEDIR

26 def albumoverview(basedir,sub_dir,count = 4,skip = 0):
29 fulldir = os.path.join(basedir,sub_dir)
36 images + albumoverview(basedir,os.path.join(sub_dir,a_entry),1)
59 def picturedisplay(basedir,album,picture):
72 images = albumoverview(basedir,album,count=500)
110 def albumdisplay(basedir,album,columns=7,rows=5):
117 images = albumoverview(basedir,album,count=(imgcount + 1),skip=0)
193 BASEDIR = myvars['BASEDIR']
199 topalbumoverview(BASEDIR)
201 albumdisplay(BASEDIR,album)
203 picturedisplay(BASEDIR,album,picture)