AMC Multiple Pushbullet api keys
Posted: 01 Oct 2015, 13:56
I searched the forum and could not find a thread containing a reference to this, so if it has been said before, apologies.
I would like to send Pushbullet notifications to multiple users. I know you can send notifications to multiple devices, but those devices have to be logged in to one users account. My friend and I each have our own pushbullet account, and use them for separate services. So sharing one account isn't possible, as each of us would start receiving unwanted notifications the other had setup.
I was thinking of adding one of the following to my filebot amc script, but I was not sure if it would work as such.
I am also using the dev branch of the AMC script, if that makes a difference
I would like to send Pushbullet notifications to multiple users. I know you can send notifications to multiple devices, but those devices have to be logged in to one users account. My friend and I each have our own pushbullet account, and use them for separate services. So sharing one account isn't possible, as each of us would start receiving unwanted notifications the other had setup.
I was thinking of adding one of the following to my filebot amc script, but I was not sure if it would work as such.
Code: Select all
--def "pushbullet=apikey1,apikey2"
Code: Select all
--def "pushbullet=apikey1;apikey2"
Code: Select all
--def "pushbullet=apikey1|apikey2"