Jellyfin Newsletter Plugin - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: Jellyfin Newsletter Plugin (/t-jellyfin-newsletter-plugin) |
Jellyfin Newsletter Plugin - cloud9_development - 2023-08-10 Hi Everyone! Since Reddit is out, I'll submit my updates here for the Newsletter plugin! V0.6.0 is officially out! What this brings is the long awaited custom HTML formatting for emails! From the testing I've been doing so far, it's working great! But please let me know if you run into any issues by leaving an issue on github! https://github.com/Cloud9Developer/Jellyfin-Newsletter-Plugin RE: Jellyfin Newsletter Plugin - bitmap - 2023-08-10 This is a cool project. Do you think you could provide more examples of how you see this being used effectively? For large or fluid libraries I could see this being...overwhelming to manage and read. Could (or does) it also look at what has been removed or updated with version/codec/quality changes? Can it be limited by library? Thanks for sharing! RE: Jellyfin Newsletter Plugin - Yummy_rad - 2023-08-14 Hey thanks for the hard work! This is among my favourite plugins. Since the new html update, my newsletter emails have been sending blank emails. I have not touched the html formatting. In fact, I’m not exactly sure what the feature is. (2023-08-10, 04:24 PM)cloud9_development Wrote: Hi Everyone! Since Reddit is out, I'll submit my updates here for the Newsletter plugin! No RE: Jellyfin Newsletter Plugin - cloud9_development - 2023-08-14 (2023-08-14, 02:16 AM)Yummy_rad Wrote: Hey thanks for the hard work! This is among my favourite plugins. Since the new html update, my newsletter emails have been sending blank emails. I have not touched the html formatting. In fact, I’m not exactly sure what the feature is. Can you leave an issue on the Github page with your logs? Would like to fix this if it's an issue or help you if it's something minor. Honestly, I have an idea on what the issue is thinking back on it. In the Plugin's configuration/settings page, make sure the 'Newsletter HTML Format' section has both fields filled. My theory is that the first field is blank. If it is blank, you can use the templates in the repo to copy and paste there! RE: Jellyfin Newsletter Plugin - Marcus Junius - 2023-08-14 in first place I apologize for my english, because german is my native language. Your plugin is great and it works well. Since a few days version 0.60 is out and for me in the settings of the "newsletter plugin" the section "Body HTML" is empty. In the section "EntryData HTML" it says the following "<tr class='boxed' style='outline: thin solid #D3D3D3;'> <td class='lefttable' style='padding-right: 5%; padding-left: 2%; padding-top: 2%; padding-bottom: 2%;'> <img style='width: 200px; height: 300px;' src='{ImageURL}'> </td> <td class='righttable' style='vertical-align: top; padding-left: 5%; padding-right: 2%; padding-top: 2%; padding-bottom: 2%;'> <p> <div id='SeriesTitle' class='text' style='color: #FFFFFF; text-align: center;'> <h3> {Title} </h3> </div> <div class='text' style='color: #FFFFFF;'> {SeasonEpsInfo} </div> <hr> <div id='Description' class='text' style='color: #FFFFFF;'> {SeriesOverview} </div> </hr> </p> </td> </tr>" On the Github page I have found the template. My question is, what do I need to copy into the "Body HTML" section to make the newsletter work again? Thanks a lot RE: Jellyfin Newsletter Plugin - cloud9_development - 2023-08-14 (2023-08-14, 05:13 PM)Marcus Junius Wrote: in first place I apologize for my english, because german is my native language. Hi Marcus, yes. Not sure why the body blanked. But yes, copy the Templates/templateBody.html contents into the "html body" field in jellyfin and that should fix the blank emails. For ease, I'll also paste exactly what you need to copy over to "Body HTML" below: <html> <div> <table style='margin-left: auto; margin-right: auto;'> <tr> <td width='100%' height='100%' style='vertical-align: top; background-color: #000000;'> <table id='InsertHere' name='MainTable' style='margin-left: auto; margin-right: auto; border-spacing: 0 5px; padding-left: 2%; padding-right: 2%; padding-bottom: 1%;'> <tr style='text-align: center;'> <td colspan='2'> <span> <h1 id='Title' style='color:#FFFFFF;'>Jellyfin Newsletter</h1> <h3 id='Date' style='color:#FFFFFF;'>2023-03-14</h3> </span> </td> </tr> <!-- Fill this in from code --> {EntryData} <!-- Fill that in from code --> </table> </td> </tr> </table> </div> </html> RE: Jellyfin Newsletter Plugin - Marcus Junius - 2023-08-14 Thank you for the quick reply✌️ RE: Jellyfin Newsletter Plugin - cloud9_development - 2023-08-14 (2023-08-14, 05:24 PM)Marcus Junius Wrote: Thank you for the quick reply✌️ You're welcome! Let me know if you have any other issues. Preferably Via github issues since I don't get notifications from this RE: Jellyfin Newsletter Plugin - Rubén Navarro López - 2023-08-17 Hello, i have an issue, I have tested the smtp configuration and it works, it comes to my email. But when I try to test the notification, I don't recieve nothing. I have the same templates as in github What could it be? RE: Jellyfin Newsletter Plugin - Venson - 2023-08-17 Nice plugin. However what i am really missing is a sort of filter because i dont want to advertise SAW6 to my 5 year old niece :-D |