-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
[Feature Request] Update new files as they are added #26
Comments
Thank you for opening an issue ! I have added support for completely new episodes in version
If you are already running this version and experience issues with this please let me know. However the upgrade of an existing episode (file upgrade or new additional file) is not yet supported. I will work on it ! |
This seems to be working, will test further. One question is if it is possible to maybe exclude this case from notifications? If not, I will need to turn them off as each new episode added generates multiple notifications now, one per user 😅 |
I was just coming to post an error, but it seems that it is related to this new feature. When a new episode is added, I get the following error:
|
@rg9400 If you want to get more information on what's going on I have added a debug mode that you can enable by setting the parameter About notifications, you are raising a good point, this will be extremely annoying for people having a lot of users. I will think about a good way to tackle this. Thank you for the suggestion 👍
@BEisem Can you try the latest version ? |
@RemiRigal I'm already on the latest version, is there a new docker build that is still pending? I've tried pulling but nothing new is showing up. |
Apologies, I forgot to change something earlier, should be better with version v1.0.14. Thank you for your patience ! |
@rg9400 Version |
This is a great update, thank you for addressing this! |
Good news, I've merged PR #34 that adds support for updated episodes ! The feature has been released with version A language update is triggered whenever the files of an episode change, so:
You should then see something like this in the logs: |
This seems to be working based on some initial testing. One additional request I had (let me know if you want to open up a GHI) is to still give a bit more flexibility with the notifications. I appreciate being able to condense it to All Users for new episodes and to also suppress specific users. But if I want notifications on, the new files are basically creating notifications for every new file and upgrade, which creates a lot of noise. These aren't super useful and serve as more passive updates based on selections the user may have made in the past. So ideally, being able to only see notifications based on active triggers would be ideal. |
Sure ! I can add more settings for the notifications. A separate GHI would be better in my opinion, could you open one please ? I think we can close this issue. Feel free to reopen it if you experience any issues with the processing of new/updated episodes ! |
I am not sure if this increases the scope or complexity of the app, but I noticed PlexAutoLanguages works super well when I have a full season/show available on Plex. However, for currently airing items, it doesn't track new files as they are added to Plex. There are two scenarios
I realize this may not be easy to do. Currently, it seems you are just updating the languages given a trigger, so you don't need to keep track of the sub/language selection beyond the update. But in this scenario, if a new file is added, you would need to A) know the file is added which includes both as new episodes as well as replacements of existing files and B) know which tracks to select
However, I figured I would create a GHI to at least initiate the discussion
The text was updated successfully, but these errors were encountered: