-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrecently-added-en
82 lines (73 loc) · 3.36 KB
/
recently-added-en
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
############################################################
### Subject -> <b>({server_name})</b> | Library updated! ###
############################################################
<movie>{timestamp} - {datestamp}
<b>A new film has been added.</b>
🎬 <b>Title:</b> <i>{title} ({year}) - {content_rating}</i>
🏢 <b>Studio:</b> <i>{studio}</i>
👷🏻 <b>Directors:</b> <i>{directors}</i>
👫 <b>Actors:</b> <i>{actors:[1:5]}</i>
🕓 <b>Movie length:</b> <i>{duration} minutes</i>
🎭 <b>Genres:</b> <i>{genres}</i>
⚙️ <b>Video resolution:</b><i>{video_width}x{video_height} - {video_resolution}p ({file_size})</i>
🔗 <b>Link to IMDB:</b> <a href="{imdb_url}">{imdb_url}</a>
🔗 <b>Link to TMDb:</b> <a href="{themoviedb_url}">{themoviedb_url}</a>
🔗 <b>Link to Plex library:</b> <a href="{plex_url}">{library_name}</a>
<b>Synopsis:</b>
<b>★ {rating} | </b><i>{summary}</i>
<a href="{poster_url}"></a>
</movie>
<episode>{timestamp} - {datestamp}
<b>A new episode of {show_name} ({show_year}) has been added.</b>
📺 <b>Title:</b> <i>{show_name} ({show_year})</i>
🔢 <b>Episode:</b> <i>S{season_num}E{episode_num00} - "{episode_name}"</i>
🕓 <b>Episode length:</b> <i>{duration} minutes</i>
🎭 <b>Genres:</b> <i>{genres}</i>
⚙️ <b>Video resolution:</b> <i>{video_width}x{video_height} - {video_resolution}p ({file_size})</i>
🔗 <b>Link to IMDB:</b> <a href="{imdb_url}">{imdb_url}</a>
🔗 <b>Link to TVDB:</b> <a href="{thetvdb_url}">{thetvdb_url}</a>
🔗 <b>Link to Plex library:</b> <a href="{plex_url}">{library_name}</a>
<b>Synopsis:</b>
<b>★ {rating} | </b><i>{summary}</i>
<a href="{poster_url}"></a>
</episode>
<show>{timestamp} - {datestamp}
<b>A new show has been added.</b>
📺 <b>Title:</b> <i>{show_name} ({show_year})</i>
🏢 <b>Studio:</b> <i>{studio}</i>
👷🏻 <b>Directors:</b> <i>{directors}</i>
👫 <b>Actors:</b> <i>{actors:[1:5]}</i>
🎭 <b>Genres:</b> <i>{genres}</i>
🔗 <b>Link to IMDB:</b> <a href="{imdb_url}">{imdb_url}</a>
🔗 <b>Link to TVDB:</b> <a href="{thetvdb_url}">{thetvdb_url}</a>
🔗 <b>Link to Plex library:</b> <a href="{plex_url}">{library_name}</a>
<b>Synopsis:</b>
<b>★ {rating} | </b><i>{summary}</i>
<a href="{poster_url}"></a>
</show>
<season>{timestamp} - {datestamp}
<b>A new season of {show_name} ({show_year}) has been added.</b>
📺 <b>Show title:</b> <i>{show_name} ({show_year})</i>
📺 <b>Season number:</b> <i>{season_num}</i>
🏢 <b>Studio:</b> <i>{studio}</i>
👷🏻 <b>Directors:</b> <i>{directors}</i>
👫 <b>Actors:</b> <i>{actors:[1:5]}</i>
🎭 <b>Genres:</b> <i>{genres}</i>
⚙️ <b>Video resolution:</b> <i>{video_width}x{video_height} - {video_resolution}p ({file_size})</i>
🔗 <b>Link to IMDB:</b> <a href="{imdb_url}">{imdb_url}</a>
🔗 <b>Link to TVDB:</b> <a href="{thetvdb_url}">{thetvdb_url}</a>
🔗 <b>Link to Plex library:</b> <a href="{plex_url}">{library_name}</a>
<b>Synopsis:</b>
<b>★ {rating} | </b><i>{summary}</i>
<a href="{poster_url}"></a>
</season>
<album>{timestamp} - {datestamp}
<b>A new music album has been added.</b>
🎤 <b>Artist name:</b> <i>{artist_name}</i>
🎹 <b>Album name:</b> <i>{album_name}</i>
🎼 <b>Tracks:</b> <i>{track_count}</i>
📅 <b>Year:</b> {year} | <i>{rating}</i>
🎭 <b>Genres:</b> <i>{genres}</i>
🔗 <b>Link to Plex library:</b> <a href="{plex_url}">{library_name}</a>
<a href="{poster_url}"></a>
</album>