Jellyfin Forum
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)

Pages: 1 2 3 4 5 6 7 8


RE: Jellyfin Newsletter Plugin - TheDreadPirate - 2025-04-17

You are NOT running an unstable build of 10.11, correct?

If you are still on 10.10, the problem is likely a corrupt newsletter database.

You would need to either restore from a known good backup or delete the database and then run the parser job to bring it up to the current state. After that you would need to remove everyone from your recipient list and send an email to yourself to ensure that all the recipients don't receive a gigantic email with literally the entire library listed as "new".


RE: Jellyfin Newsletter Plugin - Swindiff - 2025-04-17

No I am on 10.10.6
I will give that a go. Thanks.


RE: Jellyfin Newsletter Plugin - Swindiff - 2025-04-18

I deleted the database and re-scraped, still having the same issue. I have even deleted the plugin and reinstalled, sill the same problem. I notice when I reinstalled the plugin it had remember all the settings from before. So I guess not a completely fresh reinstall
Looking at the log file for TV shows it seems to be trying to set everything to Series 0 Specials. Also I have noticed that some of the names of items it is picking up are the original names before I renamed them with TinyMediaManager?? Those named items don't even exist now.


RE: Jellyfin Newsletter Plugin - TheDreadPirate - 2025-04-18

Can you share your jellyfin log via privatebin.net?


RE: Jellyfin Newsletter Plugin - Swindiff - 2025-04-18

I will do tomorrow. I'm not at home atm
Thanks


RE: Jellyfin Newsletter Plugin - Swindiff - 2025-04-19

https://privatebin.net/?03972a4ec57650cb#4d8wEwdTidZNW6RjNxM4EDZqYLtz93xQuL8tkSLpGNi6


RE: Jellyfin Newsletter Plugin - TheDreadPirate - 2025-04-19

For the file below, which folder is the library root?

Code:
D:\Kodi Media\TV Shows\Mythic Quest (2020)\Season 01\Mythic Quest - S01E09 - Blood Ocean.mkv

"TV Shows"?


RE: Jellyfin Newsletter Plugin - Swindiff - 2025-04-19

Yes TV Shows is the library root.


RE: Jellyfin Newsletter Plugin - TheDreadPirate - 2025-04-19

No idea, then.

And you removed the newsletter.db file before re-running the file scraper job? I reinstalled the newletter plugin and verified that it still works with 10.10.7.


RE: Jellyfin Newsletter Plugin - Swindiff - 2025-04-20

Yes, just tried it again. Deleted the newsletter.db file, then manually ran the scraper and then manually emailed the newsletter. The email never gets sent and the log is just full of errors.

As well as trying to set all series to Series 0 (Specials). It is also trying to do that for all movies?

Example
[NLP]: [2025-04-20] :: [09:01:43] - [WARN] Setting Season number to 0 (SPECIALS)
[NLP]: [2025-04-20] :: [09:01:43] - [WARN] Encountered an error parsing Season Number for: D:\Kodi Media\Movies\Murder by Numbers (2002)\Murder by Numbers (2002) 1080p h265 AC3.mkv

As I said I tried also completely uninstalling the plugin, but when I reinstalled it remembered all the settings, so is it caching something somewhere?