2024-05-20, 10:52 PM
(This post was last modified: 2024-05-20, 10:59 PM by cloud9_development. Edited 5 times in total.)
(2024-05-20, 05:45 PM)Yummy_rad Wrote: Thanks! I had forgotten about the developers password. Got it back working. I am using the modern body and modern entry templates. I notice in the email that the duration of and IMDb rating is empty in each entry.
Hmmm.. Maybe due to existing database not having those values set (for the current newsletter run)? It (SHOULD) either be picked for the next newsletter (with newly added media items) or you can delete the database completely and re-run so that the archive will have all new data as well
(2024-05-20, 10:52 PM)cloud9_development Wrote:(2024-05-20, 05:45 PM)Yummy_rad Wrote: Thanks! I had forgotten about the developers password. Got it back working. I am using the modern body and modern entry templates. I notice in the email that the duration of and IMDb rating is empty in each entry.
Hmmm.. Maybe due to existing database not having those values set (for the current newsletter run)? It (SHOULD) either be picked for the next newsletter (with newly added media items) or you can delete the database completely and re-run so that the archive will have all new data as well
OR, if you know how, you can delete all entries from the CurrNewsletterData table from newsletters.db (located in your jellyfin's config/data directory):
delete from CurrNewsletterData;
Then rescan