- Remove library-specific files (unused)
- Restructure into category -> library type
This commit is contained in:
		
							
								
								
									
										20
									
								
								plex/pmm/collections/new/movies.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								plex/pmm/collections/new/movies.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,20 @@ | ||||
| external_templates: | ||||
|   - repo: templates/collections | ||||
|   - repo: templates/dynamic_collections | ||||
|  | ||||
| collections: | ||||
|   ### New Content | ||||
|   "Added This Week": | ||||
|     template: { name: New, | ||||
|                 level: "++" } | ||||
|     summary: "Movies now playing on Plex" | ||||
|     smart_filter: | ||||
|       type: movies | ||||
|       sort_by: release.desc | ||||
|       all: | ||||
|         # Movie added in the last 7 days | ||||
|         added: 7 | ||||
|         content_rating.not: NC-17, NR, X, MA-17, Not Rated | ||||
|     visible_library: true | ||||
|     visible_home: true | ||||
|     visible_shared: true | ||||
							
								
								
									
										37
									
								
								plex/pmm/collections/new/shows.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								plex/pmm/collections/new/shows.yml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,37 @@ | ||||
| external_templates: | ||||
|   - repo: templates/collections | ||||
|   - repo: templates/dynamic_collections | ||||
|  | ||||
| collections: | ||||
|   ### New Content | ||||
|   "Added This Week": | ||||
|     template: { name: Chart, | ||||
|                 level: "++++" } | ||||
|     summary: "Episodes added this week on Plex" | ||||
|     sort_title: | ||||
|     smart_filter: | ||||
|       type: episode | ||||
|       sort_by: release.desc | ||||
|       all: | ||||
|         # Episode added in the last 7 days | ||||
|         episode_added: 7 | ||||
|     sync_mode: sync | ||||
|     visible_home: true | ||||
|     visible_shared: true | ||||
|     visible_library: true | ||||
|  | ||||
|   "Now On Plex": | ||||
|     template: { name: Chart, | ||||
|                 level: "+++" } | ||||
|     summary: "Shows now playing on Plex" | ||||
|     sort_title: | ||||
|     smart_filter: | ||||
|       type: show | ||||
|       sort_by: release.desc | ||||
|       all: | ||||
|         # Shows added in the last 30 days | ||||
|         added: 30 | ||||
|     sync_mode: sync | ||||
|     visible_library: true | ||||
|     visible_home: true | ||||
|     visible_shared: true | ||||
		Reference in New Issue
	
	Block a user