20 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[Path]
 | 
						|
# day_begins: what hour of the day you want the day to begin (only for
 | 
						|
# classification purposes).  Defaults at 0 as midnight. Can be
 | 
						|
# used to group early morning photos with the previous day. Must
 | 
						|
# be a number between 0-23')
 | 
						|
day_begins=4
 | 
						|
 | 
						|
dirs_path=%u{%Y-%m}/{city}|{city}-{%Y}/{folders[:1]}/{folder}
 | 
						|
name={%Y-%m-%b-%H-%M-%S}-{basename}.%l{ext}
 | 
						|
 | 
						|
[Exclusions]
 | 
						|
name1=.directory
 | 
						|
name2=.DS_Store
 | 
						|
 | 
						|
[Geolocation]
 | 
						|
# geocoder: Nominatim or MapQuest
 | 
						|
geocoder=Nominatim
 | 
						|
mapquest_key=None
 | 
						|
prefer_english_names=False
 |