Skip to content

Commit ee0bc8b

Browse files
Merge pull request #105 from Cloud9Developer/development
Removed jellyfin logo (copyright issue)
2 parents 7715bc7 + cac9806 commit ee0bc8b

File tree

6 files changed

+80
-8
lines changed

6 files changed

+80
-8
lines changed

Directory.Build.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.6.4.0</Version>
4-
<AssemblyVersion>0.6.4.0</AssemblyVersion>
5-
<FileVersion>0.6.4.0</FileVersion>
3+
<Version>0.6.4.1</Version>
4+
<AssemblyVersion>0.6.4.1</AssemblyVersion>
5+
<FileVersion>0.6.4.1</FileVersion>
66
</PropertyGroup>
77
</Project>

Jellyfin.Plugin.Newsletters/Templates/template_modern_body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<td colspan="2">
1010
<h1 id="Title" style="font-size:3.3em;margin:10px 0 0 0;">
1111
<a href="{ServerURL}" target="_blank" style="color:#E197BC;text-decoration: none;">
12-
<img src="https://static-00.iconduck.com/assets.00/jellyfin-icon-2048x2048-tf5ztk6m.png" style="height: 1.3em;margin-bottom:-12px;">
12+
<img src="https://cdn0.iconfinder.com/data/icons/google-material-design-3-0/48/ic_play_circle_filled_white_48px-512.png" style="height: 1.3em;margin-bottom:-12px;">
1313
Jellyfin Newsletter
1414
</a>
1515
</h1>

Jellyfin.Plugin.Newsletters/Templates/template_modern_full.html

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,68 @@
77
<table id="InsertHere" name="MainTable" style="margin-left: auto; margin-right: auto; border-spacing: 0 10px; padding: 0 10px;">
88
<tr style="text-align: center;">
99
<td colspan="2">
10-
<h1 id="Title" style="font-size:3.3em;margin:10px 0 0 0;"><a href="[YOUR.JELLYFIN.SERVER]" target="_blank" style="color:#E197BC;text-decoration: none;"><img src="https://static-00.iconduck.com/assets.00/jellyfin-icon-2048x2048-tf5ztk6m.png" style="height: 1.3em;margin-bottom:-12px;"> Jellyfin Newsletter</a></h1>
10+
<h1 id="Title" style="font-size:3.3em;margin:10px 0 0 0;"><a href="[YOUR.JELLYFIN.SERVER]" target="_blank" style="color:#E197BC;text-decoration: none;"><img src="https://cdn0.iconfinder.com/data/icons/google-material-design-3-0/48/ic_play_circle_filled_white_48px-512.png" style="height: 1.3em;margin-bottom:-12px;"> Jellyfin Newsletter</a></h1>
1111
<h3 id="Date" style="color:#FFFFFF;margin:0px;">{Date}</h3>
1212
</td>
1313
</tr>
1414
<!-- Fill this in from code -->
15-
{EntryData}
15+
<tr class="boxed" style="outline: 1px solid #bf7df0;border-radius: 25px;">
16+
<td>
17+
<table style="margin:0;padding:0;border:0;">
18+
<tr style="margin:0;padding:0;border:0;">
19+
<td rowspan="0" class="lefttable" style="padding-right: 20px; padding-left: 20px; padding-top: 20px; padding-bottom: 20px;">
20+
<a href="{ServerURL}" target="_blank"><img style="width: 133px; height: 200px;" src="{ImageURL}"></a>
21+
</td>
22+
<td class="righttable" style="vertical-align: top; padding-right: 10px; padding-top: 10px;width:100%;">
23+
<div id="SeriesTitle" class="text" style="color: #FFFFFF; text-align: center;">
24+
<h2 style="margin-top:6px;margin-bottom:0px;"><a href="{ServerURL}" target="_blank" style="color:#87beff;text-decoration: none;">
25+
{Title}
26+
</a></h2>
27+
</div>
28+
29+
<!-- One time create, not loop for these elements-->
30+
<table>
31+
<td>
32+
<div id="runtime" style="color: #d190c5; font-size: small;">
33+
<b>Duration:</b> <i>{RunTime} min.</i> |
34+
</div>
35+
</td>
36+
<td>
37+
<div id="communityrating" style="color: #d190c5; font-size: small;">
38+
<img src="https://cdn-icons-png.flaticon.com/512/3418/3418886.png" style="height: 15px;">
39+
</div>
40+
</td>
41+
<td>
42+
<div id="communityrating" style="color: #d190c5; font-size: small;">
43+
{CommunityRating} |
44+
</div>
45+
</td>
46+
<td>
47+
<div id="officialrating" style="color: #d190c5; font-size: small;">
48+
{OfficialRating} |
49+
</div>
50+
</td>
51+
<td>
52+
<div id="premiereyear" style="color: #d190c5; font-size: small;">
53+
{PremiereYear}
54+
</div>
55+
</td>
56+
</table>
57+
58+
<!-- -->
59+
60+
<div class="text" style="color: #d190c5;">
61+
{SeasonEpsInfo}
62+
</div>
63+
<hr style="border-color: #007fb1;margin-bottom:12px;width:80%;"/>
64+
<div id="Description" class="text" style="color: #FFFFFF;">
65+
{SeriesOverview}
66+
</div>
67+
</td>
68+
</tr>
69+
</table>
70+
</td>
71+
</tr>
1672
<!-- Fill that in from code -->
1773
</table>
1874
</td>

Jellyfin.Plugin.Newsletters/manifest.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,20 @@
88
"category": "General",
99
"imageUrl": "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png",
1010
"versions": [
11+
{
12+
"version": "0.6.4.1",
13+
"changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n",
14+
"targetAbi": "10.9.0.0",
15+
"sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.1/newsletters_0.6.4.1.zip",
16+
"checksum": "85b8abcf453b85e53c3798ca68cf3f60",
17+
"timestamp": "2024-05-19T05:02:03Z"
18+
},
1119
{
1220
"version": "0.6.4.0",
1321
"changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n",
1422
"targetAbi": "10.9.0.0",
1523
"sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.0/newsletters_0.6.4.0.zip",
16-
"checksum": "8447f20296e773b6608cf1796af8b849",
24+
"checksum": "30d9f25be49a611327d851bb644bdc58",
1725
"timestamp": "2024-05-19T04:11:46Z"
1826
},
1927
{

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "Newsletters"
33
guid: "60f478ab-2dd6-4ea0-af10-04d033f75979"
44
imageUrl: "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png"
5-
version: "0.6.4.0"
5+
version: "0.6.4.1"
66
targetAbi: "10.9.0.0"
77
framework: "net8.0"
88
overview: "Send newsletters for recently added media"

manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
"category": "General",
99
"imageUrl": "https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/logo.png",
1010
"versions": [
11+
{
12+
"version": "0.6.4.1",
13+
"changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n",
14+
"targetAbi": "10.9.0.0",
15+
"sourceUrl": "https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/releases/download/v0.6.4.1/newsletters_0.6.4.1.zip",
16+
"checksum": "85b8abcf453b85e53c3798ca68cf3f60",
17+
"timestamp": "2024-05-19T05:02:03Z"
18+
},
1119
{
1220
"version": "0.6.4.0",
1321
"changelog": "- Major code refactoring. - Database updates for new available Tags. - Catch all for any missed tags in newsletter output. - Alert for \"Test mail\" button. - Minor bug fix post 0.6.3.0 release FULL CHANGELOG: https://raw.githubusercontent.com/Cloud9Developer/Jellyfin-Newsletter-Plugin/master/CHANGELOG.md\n",

0 commit comments

Comments
 (0)