-
Notifications
You must be signed in to change notification settings - Fork 33
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
Apprise not using Flickr account restriction #70
Comments
No, It's more simple than that. It uses your details to log in to Flickr and use the API. The images are pulled from Flickr based on the names. |
Is that just for the apprise section. The webpage works correctly and shows only images from my account which is specified. |
Really? Well actually, I hadn't delved that deep into it. I just accepted that it showed pictures. I have a basic Flickr account with no pictures, so I hadn't noticed! I'll have another look through the code. |
Yea. On the webpage of my account doesn’t have a picture of a certain bird, no picture shows. But it worked perfectly for the birds I do have pics for. Just apprise ignores it. |
You're absolutely correct. Notifications don't honour the filter. We can stick it on the to-do list! (Unless @Nachtzuster has already begun)... |
Great, thanks! |
indeed |
Also, it's ignored when you go to Best Recordings and then pick a species. |
@Nachtzuster Did anyone look into this (I know I forgot) or is it still on 'the list' ? :) |
It is still very much open, unfortunately |
Ok, will try to remember to have a look at this over the weekend! |
Just as a small update, I've had a good look at this and it's a bit yukky....since the notify is in python and the main one is in PHP, it will require some effort. I'm going to have a think about this. I need to re-construct the fetch in python with the email filter. |
I see. |
It certainly makes sense. A bit beyond my skillset at the moment I'm afraid. |
I set my Flickr api and account. The website pulls images from my Flickr, however the apprise notifications choose any image from Flickr. I would expect it to pick images from my account specified.
The text was updated successfully, but these errors were encountered: