jakewaldron / PlexEmail

This script aggregates all new TV, movie and music releases for the past configured time then optionally writes to your web directory and sends out an email.
206 stars 32 forks source link

[Request Features] A button to run plexEmail.py #20

Open lokiiiii opened 8 years ago

lokiiiii commented 8 years ago

Hello there,

Could it be possible to add a button in the html page in order to force a refresh / execution of the script to get the new data instead of waiting for the crontab to run ?

Oh and by the way, the "View this email in your browser" link doesn't seem to work under iOS, and the images won't show neither. (but they do show under the html page)

Thanks a lot, Have a great day :)

jakewaldron commented 8 years ago

For the button, right now it isn't possible to do that. You can run it whenever you want through the command line though.

For the email, do you have the correct settings for web_domain and web_path? When you concatenate those two values and navigate to it in your browser you should see the html page.

coleberhorst commented 8 years ago

You could make a windows shortcut with something like the following:

C:\Python27\pythonw.exe E:/apps/scripts/PlexEmail-master/scripts/plexEmail.py (obviously changing to match where your script is)

You can even use system icons and give it a better look and name it something like Plex Weekly Email.