PushBullet App Name
PushBullet App Name
Is it possible to rename the app for PushBullet from 'Pushbullet Test' to 'FileBot'?
Re: PushBullet App Name
For clarification, this is for the FileBot-Node app. Sorry - should have said.
Re: PushBullet App Name
FileBot does not specify "Pushbullet Test" anywhere. I have no idea what you mean. Please add a screenshot that illustrates the issue.
Re: PushBullet App Name
I think it might be a setting in the Pushbullet app you created? Although if it's something I can change on the client side that would be great. Screengrab below is from the Pushbullet console and suggests 'Pushbullet Test' is the name of the app.


Re: PushBullet App Name
I've never seen that screen on the Pushbullet website... is it in Settings? I don't think that FileBot is a "Connected App" in that sense. It just uses your API key to send pushes.
Whatever that "Pushbullet Test" app is, it probably has nothing to do with FileBot, and is not created by FileBot.
Whatever that "Pushbullet Test" app is, it probably has nothing to do with FileBot, and is not created by FileBot.
Re: PushBullet App Name
Yes, it's in Settings > Connected Apps. I agree it's not coming directly from FileBot, so assumed it was in the settings when you created the app in PushBullet.
I've just had a quick look at the PushBullet API docs and it suggests the name of the app is set on this page:
https://www.pushbullet.com/#settings/clients
It's strange if you're authenticating with PushBullet with just the user's API key. I'd have thought you'd need to use an app token of some kind to identify yourself as the developer to the web service? I've never used it myself, so I could be wrong.
I've just had a quick look at the PushBullet API docs and it suggests the name of the app is set on this page:
https://www.pushbullet.com/#settings/clients
It's strange if you're authenticating with PushBullet with just the user's API key. I'd have thought you'd need to use an app token of some kind to identify yourself as the developer to the web service? I've never used it myself, so I could be wrong.
Re: PushBullet App Name
FileBot doesn't use OAuth. The API key is all you need.
Re: PushBullet App Name
OK, so now I'm stumped. It looks like there's an app in Pushbullet that magically appears called Pushbullet Test. I appreciate your help so far, but this just doesn't make sense. I have no control over the app that appears in Pushbullet, and you seem to say you don't either. In your own Pushbullet notifications, what is the name of the app that sends the notifications? How did you set this?
Re: PushBullet App Name
Read the Pushbullet API and play with curl if you wanna know how it works.
Here's the code that is used in the amc script:
https://github.com/filebot/scripts/blob ... groovy#L69
Here's the code that is used in the amc script:
https://github.com/filebot/scripts/blob ... groovy#L69