mirror of
				https://github.com/zoriya/Kyoo.git
				synced 2025-11-03 19:17:16 -05:00 
			
		
		
		
	Updating the config
This commit is contained in:
		
							parent
							
								
									57a34d73ac
								
							
						
					
					
						commit
						04beaf4c49
					
				@ -8,11 +8,11 @@
 | 
				
			|||||||
  },
 | 
					  },
 | 
				
			||||||
  "AllowedHosts": "*",
 | 
					  "AllowedHosts": "*",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "databasePath": "/var/lib/kyoo/database.db",
 | 
					  "databasePath": "/opt/kyoo/database.db",
 | 
				
			||||||
  "transmuxTempPath": "/var/cached/kyoo/transmux",
 | 
					  "transmuxTempPath": "/opt/kyoo/cached/kyoo/transmux",
 | 
				
			||||||
  "transcodeTempPath": "/var/cached/kyoo//transcode",
 | 
					  "transcodeTempPath": "/opt/kyoo/cached/kyoo/transcode",
 | 
				
			||||||
  "peoplePath": "/var/lib/kyoo/people",
 | 
					  "peoplePath": "/opt/kyoo/people",
 | 
				
			||||||
  "plugins": "/var/lib/kyoo/plugins",
 | 
					  "plugins": "/opt/kyoo/plugins",
 | 
				
			||||||
  "regex": "^(\\/(?<Collection>.+?))?\\/.*\\/(?<ShowTitle>.+?) S(?<Season>\\d+)E(?<Episode>\\d+)",
 | 
					  "regex": "^(\\/(?<Collection>.+?))?\\/.*\\/(?<ShowTitle>.+?) S(?<Season>\\d+)E(?<Episode>\\d+)",
 | 
				
			||||||
  "absoluteRegex": ".*\\/(?<ShowTitle>.+?) (?<AbsoluteNumber>\\d+)"
 | 
					  "absoluteRegex": ".*\\/(?<ShowTitle>.+?) (?<AbsoluteNumber>\\d+)"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user