file order
This commit is contained in:
parent
b6d2102f68
commit
dfe5a6f7ac
|
@ -7,7 +7,8 @@ module ScanFiles
|
|||
|
||||
def self.FullScan
|
||||
prevalbum = ""
|
||||
Find.find( APP_CONFIG[:photos_path] ).sort.each { |path|
|
||||
dirs = Find.find( APP_CONFIG[:photos_path] )
|
||||
dirs.sort.each { |path|
|
||||
if File.file?(path) && [".jpeg", ".jpg", ".gif", ".png"].include?( File.extname(path) )
|
||||
relpath = File.dirname( path ).sub(APP_CONFIG[:photos_path], '')
|
||||
relfile = path.sub(APP_CONFIG[:photos_path], '')
|
||||
|
|
Loading…
Reference in a new issue