Skip to content

Add Pushsafer Notification Service#1712

Merged
liiight merged 3 commits intoFlexget:developfrom
appzer:develop
Feb 28, 2017
Merged

Add Pushsafer Notification Service#1712
liiight merged 3 commits intoFlexget:developfrom
appzer:develop

Conversation

@appzer
Copy link
Copy Markdown
Contributor

@appzer appzer commented Feb 27, 2017

Motivation for changes:

  • add Pushsafer Notification Service

Detailed changes:

  • add flexget/plugins/notifiers/pushsafer.py

'private_key': one_or_more({'type': 'string'}),
'url': {'type': 'string'},
'url_title': {'type': 'string'},
'device': {'type': 'string'},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird indentation

'url_title': {'type': 'string'},
'device': {'type': 'string'},
'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1},
'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird indentation

'device': {'type': 'string'},
'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1},
'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0},
'vibration': {'type': 'integer', 'default': 0},
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird indentation

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

still not 100% fixed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where?

body: <string> (default: '{{series_name}} {{series_id}}' )
url: <string> (default: '{{imdb_url}}')
url_title: <string> (default: (none))
device: <string> ypur device or device group id (default: (none))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

url_title: <string> (default: (none))
device: <string> ypur device or device group id (default: (none))
icon: <integer> (default is 1)
sound: <integer> (default is (none))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

device: <string> ypur device or device group id (default: (none))
icon: <integer> (default is 1)
sound: <integer> (default is (none))
vibration: <integer> (default is 0)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

'private_key': one_or_more({'type': 'string'}),
'url': {'type': 'string'},
'url_title': {'type': 'string'},
'device': {'type': 'string'},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

'url_title': {'type': 'string'},
'device': {'type': 'string'},
'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1},
'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

'device': {'type': 'string'},
'icon': {'type': 'integer', 'default': 1, 'maximum': 98, 'minimum': 1},
'sound': {'type': 'integer', 'maximum': 28, 'minimum': 0},
'vibration': {'type': 'integer', 'default': 0},
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

@gazpachoking
Copy link
Copy Markdown
Member

@appzer It looks like many of your indentation problems are from using a tab character instead of spaces. You can usually set your text editor to make sure it's using spaces instead of tab characters when you use the tab key.

@appzer
Copy link
Copy Markdown
Contributor Author

appzer commented Feb 27, 2017

and now

@liiight liiight merged commit 322f8d6 into Flexget:develop Feb 28, 2017
@liiight
Copy link
Copy Markdown
Member

liiight commented Feb 28, 2017

Looking good. Care to update the wiki?

@appzer
Copy link
Copy Markdown
Contributor Author

appzer commented Feb 28, 2017

pushsafer wiki entry = done

@liiight
Copy link
Copy Markdown
Member

liiight commented Feb 28, 2017

hmm, can you link to it? can't find it
oh, just saw you did a pr for the wiki repo.

you just need to login to the wiki at https://flexget.com and edit it from there.

@appzer
Copy link
Copy Markdown
Contributor Author

appzer commented Feb 28, 2017

you just need to login to the wiki at https://flexget.com and edit it from there.

Done

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

Successfully merging this pull request may close these issues.

5 participants