* Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe
		
			
				
	
	
		
			42 lines
		
	
	
	
		
			478 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
	
		
			478 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# NPM instalation
 | 
						|
/node_modules/
 | 
						|
*npm-debug.log
 | 
						|
 | 
						|
# Testing
 | 
						|
/test1/
 | 
						|
/test2/
 | 
						|
/test3/
 | 
						|
/test4/
 | 
						|
/test5/
 | 
						|
/test6/
 | 
						|
 | 
						|
# Production
 | 
						|
/storage/
 | 
						|
/config/production.yaml
 | 
						|
/config/local*
 | 
						|
/ffmpeg/
 | 
						|
/ffmpeg-4/
 | 
						|
/thumbnails/
 | 
						|
/torrents/
 | 
						|
/videos/
 | 
						|
/previews/
 | 
						|
/logs/
 | 
						|
 | 
						|
# IDE
 | 
						|
/*.sublime-project
 | 
						|
/*.sublime-workspace
 | 
						|
/**/.idea
 | 
						|
/dist
 | 
						|
/PeerTube.iml
 | 
						|
 | 
						|
# Zanata
 | 
						|
/.zanata-cache
 | 
						|
/scripts/i18n/generate-iso639-target.ts
 | 
						|
 | 
						|
# Other
 | 
						|
/profiling/
 | 
						|
/*.zip
 | 
						|
/*.tar.xz
 | 
						|
/*.asc
 | 
						|
/server/tools/import-mediacore.ts
 | 
						|
/docker-volume/
 |