mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor tweaks and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
01be00adc1
commit
28f48e7105
@ -2,7 +2,7 @@
|
||||
#=======================================================================
|
||||
|
||||
__version__ = '''0.0.01'''
|
||||
__sub_version__ = '''20131023173117'''
|
||||
__sub_version__ = '''20131026130132'''
|
||||
__copyright__ = '''(c) Alex A. Naanou 2011'''
|
||||
|
||||
|
||||
@ -82,7 +82,7 @@ CONFIG = {
|
||||
'150px': 150,
|
||||
'350px': 350,
|
||||
'900px': 900,
|
||||
## '1080px': 1080,
|
||||
'1080px': 1080,
|
||||
## '1920px': 1920,
|
||||
}
|
||||
}
|
||||
|
||||
@ -207,6 +207,13 @@ fi
|
||||
|
||||
|
||||
|
||||
# build cache...
|
||||
if [ -z $SKIP_CACHE ] ; then
|
||||
find . -type d -name 'preview (RAW)' -exec buildcache "{}" \;
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# collect previews to one location...
|
||||
if ! [ -z $COMMON_PREVIEWS ] ; then
|
||||
if ! [ -e "./$COMMON_PREVIEWS" ] ; then
|
||||
@ -217,11 +224,4 @@ fi
|
||||
|
||||
|
||||
|
||||
# build cache...
|
||||
if [ -z $SKIP_CACHE ] ; then
|
||||
find . -type d -name 'preview (RAW)' -exec buildcache "{}" \;
|
||||
fi
|
||||
|
||||
|
||||
|
||||
# vim:set nowrap nospell :
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user