* Custom date directories * Add config module to parse ini files * Add method/tests to get a customizable folder path * Cache path definition * Initial working version of custom paths * Add Directory values in sample config * Refactoring location parsing logic and adding tests * Remove unused functions * Add documentation to parse_mask_for_location * Remove commented out code * Add tests for migrating old location db to new
		
			
				
	
	
		
			9 lines
		
	
	
		
			107 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			107 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
[MapQuest]
 | 
						|
key=your-api-key-goes-here
 | 
						|
 | 
						|
[Directory]
 | 
						|
date=%Y-%m-%b
 | 
						|
location=%city
 | 
						|
full_path=%date/%location
 | 
						|
 |