-
-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newsletter incorrectly sending episodes and not sending them at all #2623
Comments
I just noticed the newsletter that I referenced in this issue is for future episodes that I do not have in my collection. If I search the future episode title in Emby it appears with a label of "unaired" but I believe Ombi believes that I already have this episode. |
I worked with guys from Emby and they said to make sure we are excluding episodes with a LocationType of "Virtual". |
I'm not sure if other Emby users are having this issue in Ombi or not. I've had to shut off the TV Shows newsletter. If the Emby team didn't make changes on their side I'm not sure why my older versions of Ombi are sending out incorrect newsletters. Here is my post with the Emby team https://emby.media/community/index.php?/topic/64651-unaired-episodes/ |
I plan to address this soon
…On Wed, 7 Nov 2018, 2:29 pm jwor80, ***@***.***> wrote:
I'm not sure if other Emby users are having this issue in Ombi or not.
I've had to shut off the TV Shows newsletter. If the Emby team didn't make
changes on their side I'm not sure why my older versions of Ombi are
sending out incorrect newsletters. Here is my post with the Emby team
https://emby.media/community/index.php?/topic/64651-unaired-episodes/
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2623 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGVaLHnDhUTHNIjjlxfRAS72tMdEp3YXks5usu48gaJpZM4X_O3q>
.
|
Awesome! Thanks for the update, I wasn't sure which side the issue was on. |
I was actually passing in the exclude virtual stuff, but I was passing in Virtual item=False but it should have been IsVirtualItem=False! Fixed in develop |
I test in development 3.0.3966 but I'm still seeing the issue. I restored one of my old databases > searched for an unaired episode in the database to verify it didn't exist. I sent a test newsletter and verified the episode was not in the newsletter. After that I manually ran the Emby cacher and sent a test newsletter. The newsletter showed the unaired episode and it was back in the database. |
I was able to revert back to 3.0.3421 and fix my issue. Version 3.0.3477 pulled in my unaired episodes |
Thanks that helps the investigation |
How do you make emby show future episodes? |
The only way I know how is to search for the name of the future episode. The episode name will appear in the search with a red unaired label on it. |
Fixed in develop, Your best bet is to clear your EmbyContent and EmbyEpisodes data in the OmbiExternal.db using something like SQLiteBrowser to reset it. |
Ombi build Version:
V 3.0.3945
Update Branch:
master
Media Sever:
Emby
Media Server Version:
3.5.3.0
Operating System:
Windows 10
Ombi Applicable Logs (from
/logs/
directory or the Admin page):Problem Description:
My Emby DB sync's at 10 till the hour and the newsletter goes out every hour. When I add new TV Shows they are not always going out in the newsletter and sometimes I receive newsletters that contain old TV Shows that should not be going out.
Reproduction Steps:
Troubleshooting steps:
The text was updated successfully, but these errors were encountered: