mikew / ss-plex.bundle

Imagine if all the media scattered around the internet could be found in one collection.
http://mikew.github.io/ss-plex.bundle/
139 stars 37 forks source link

Enhancement Request: Automatic download for newly added favorite episodes #27

Open karmadelic702 opened 10 years ago

karmadelic702 commented 10 years ago

Please consider an enhancement request to automatically download newly added TV shows that exist in user's favorites list if this is possible with the Plex framework.

mikew commented 9 years ago

you will still have to access the channel, there's no nice way for channels to schedule jobs like this, but this feature is in the works

karmadelic702 commented 9 years ago

I understand. thanks for the reply.

On Tue Jan 13 2015 at 11:44:10 AM mikew notifications@github.com wrote:

you will still have to access the channel, there's no nice way for channels to schedule jobs like this, but this feature is in the works

— Reply to this email directly or view it on GitHub https://github.com/mikew/ss-plex.bundle/issues/27#issuecomment-69785982.

xer0c00l commented 7 years ago

@karmadelic702 You can have a windows task check for updates automatically. I set this up this weekend and it works.

karmadelic702 commented 7 years ago

Can you please share details? I am curious how you accomplished this. I run a MacOS server. Would be interesting to see if there are similarities in the approach which could be duplicated.

On Sun, Jul 16, 2017 at 9:45 PM xer0c00l notifications@github.com wrote:

@karmadelic702 https://github.com/karmadelic702 You can have a windows task check for updates automatically. I set this up this weekend and it works.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mikew/ss-plex.bundle/issues/27#issuecomment-315658639, or mute the thread https://github.com/notifications/unsubscribe-auth/AF803mOXbKCx4md5z1sgK0sjJnnJfMs_ks5sOsrYgaJpZM4BeTdx .

xer0c00l commented 7 years ago

I have it set up on a windows PC, maybe you could use the same method. I created a batch file to open a web browser on the server running plex with the ss-plex channel installed. With the RED-404 version an option is available under favorites to "watch later new releases". I got the link info and added it to the batch file. When the file was completed I created a task to run the file every 15 minutes. So every 15 minutes windows opens IE (minimized) and navigates to the address and opens the link to download. After 30 seconds IE is forced closed having already triggered the download.