This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
forked from arkyntech/pmm-configs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
movies_charts.yml
58 lines (58 loc) · 2.21 KB
/
movies_charts.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
######################################################
# Popular / Top Rated #
######################################################
templates:
Chart:
sort_title: +1_<<num>><<collection_name>>
sync_mode: sync
collection_order: custom
schedule: daily
collections:
### CHARTS ###
Popular Movies:
template: { name: Chart, num: 1 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature&languages=en&sort=moviemeter,asc
limit: 125
summary: Popular Movies across the internet
File_poster: config/assets/Trends/Movies/movies_popular.jpg
visible_library: true
visible_home: true
visible_shared: true
Most Watched Daily:
template: { name: Chart, num: 2 }
trakt_watched_daily: 50
summary: Movies Trending across the internet
file_poster: config/assets/Trends/watched_daily.jpg
visible_library: true
visible_home: true
visible_shared: true
Most Watched Weekly:
template: { name: Chart, num: 3 }
trakt_watched_weekly: 50
summary: Movies Trending across the internet
file_poster: config/assets/Trends/watched_weekly.jpg
Most Watched Monthly:
template: { name: Chart, num: 4 }
trakt_watched_monthly: 50
summary: Movies Trending across the internet
file_poster: config/assets/Trends/watched_monthly.jpg
Most Watched Yearly:
template: { name: Chart, num: 5 }
trakt_watched_yearly: 50
summary: Movies Trending across the internet
file_poster: config/assets/Trends/watched_yearly.jpg
Popular TV Movies:
template: { name: Chart, num: 7 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=tv_movie&languages=en&sort=moviemeter,asc
limit: 125
summary: Popular Movies across the internet
File_poster: config/assets/Trends/Movies/movies_popular_tvmovies.jpg
Top Rated Movies:
template: { name: Chart, num: 8 }
imdb_list:
url: https://www.imdb.com/search/title/?title_type=feature,tv_movie,documentary,short&user_rating=5.0,10.0&num_votes=100000,&languages=en&sort=user_rating,desc
limit: 125
summary: Top Rated Movies across the internet
file_poster: config/assets/Trends/Movies/movies_toprated.jpg