Skip to content
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

Multiple Prowl Recipients #88

Open
broyuken opened this issue Apr 7, 2015 · 0 comments
Open

Multiple Prowl Recipients #88

broyuken opened this issue Apr 7, 2015 · 0 comments

Comments

@broyuken
Copy link

broyuken commented Apr 7, 2015

I would like to be able to add a second prowl recipient to only get notifications for when new content is added to my server. I have tried adding the following, but only my account is getting the notifications.

The second user is on android, and would be using Notify My Android.

In plexWatch.pl:
sub GetNotifyfuncs() {
my %notify_func = (
prowl => &NotifyProwl,
prowl_seconduser => &NotifyProwl,

my @dbcol = (
{ 'name' => 'debug', 'definition' => 'text',},
{ 'name' => 'file', 'definition' => 'INTEGER',},
{ 'name' => 'twitter', 'definition' => 'INTEGER',},
{ 'name' => 'growl', 'definition' => 'INTEGER',},
{ 'name' => 'prowl', 'definition' => 'INTEGER',},
{ 'name' => 'prowl_seconduser', 'definition' => 'INTEGER',},

In config.pl
'prowl_seconduser' => {
'enabled' => 1, ## 0 or 1 - set to 1 to enable PROWL
'push_recentlyadded' => 1,
'push_watched' => 0,
'push_watching' => 0,
'push_paused' => 0,
'push_resumed' => 0,
'apikey' => 'secondusersapikeywenthere', ## your API key
'application' => '{user}',
'priority' => 0,
'url' => '',
},

Is there something else I need to modify to get a second prowl account to work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant