XBMC Community Forum
Notify - iPhone Notification App for XBMC (send push notifications to XBMC) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: Notify - iPhone Notification App for XBMC (send push notifications to XBMC) (/showthread.php?tid=64545)



- LastMile - 2010-09-18 13:53

johoja Wrote:How much of a demand is there for some more XBMC related features ? i.e) pause on call , etc. Anything specfic XBMC peeps want ?

I'd love "pause on call", but only while playing videos.

Also, it's probably a skin issue, but it'd be great if the notification box came up on the left and didn't overlap the play/pause/progress dialog in Confluence.


- johoja - 2010-09-18 16:12

LastMile Wrote:I'd love "pause on call", but only while playing videos.

Also, it's probably a skin issue, but it'd be great if the notification box came up on the left and didn't overlap the play/pause/progress dialog in Confluence.

Okay, I'll see what I can do, have an exam on Monday so not this weekend.

Yeah that's a skin issue, if you want to try and mod the skin the relevant file is DialogKaiToast.xml


- LastMile - 2010-09-19 07:07

Edited DialogKaiToast.xml so that notifications pop up on the left instead of the right:

Code:
    <coordinates>
        <system>1</system>
        <posx>60</posx>
        <posy>650</posy>
    </coordinates>

Used SFTP to login as root. File location /usr/share/xbmc/skin/Confluence/720p

Edit: File location /usr/share/xbmc/addons/skin.confluence/720p on Dharma beta2


- MadMan29729 - 2010-09-19 10:10

bug report!!

i have a contact called "Imperial Pool & Patio" in contacts.app well everytime i get a push notification from IM+ it somehow switches that to "Imperial Pool & Patio"

UPDATE: i have BUGGY as the First Name and Imperial Pool & Patio as the Company Name it shows the First Name & if first name is blank it will show (NULL) on the notification

its really annoying!!

UPDATE: looks like if it one of the names start with "im" then it screws up! (First, Last, or company name)


- iorifly - 2010-09-19 15:11

I'm getting the following error message when I test script!

Traceback (most recent call last):
Python script "31", line 20, in <module>
if parts [2] == "CallAccept":
IndexError: list index out of range

Another thing when I make a Dial-Up xbmc pause, but when he did not finish back! and when he also did not get back, please I really want to see it work!


- davidmaiden - 2010-09-20 11:51

I've been using notify pro for a while now with Notify.io there pair have been fantastic in allowing me to see my texts/who has called me in work while my mobile has to stay at home. A few collegues are interested in it and i've told them I will demo it for them.

However I have a bug and I am not sure if this is a Notify.io bug of with the new version of Notfiy Pro, only missed call notifications are not coming though despite being switched on in settings. My SMS and Mail are coming through no problems and I am sure this was working in the previous version.

Any help would be appreciated.

Also - feature request, would it be possible to retain the email subject in the notify.io notification?


- davidmaiden - 2010-09-20 13:57

Ive been doing a bit of testing and have un-instaled 'lockinfo' and deleted its settings file, and even then if i get a missed call I dont get the notification bubble on my lockscreen telling me about it. I've looked everywhere in settings and I can't find an option that switches this off like you can with text message as their preview. Any help would be appreciated.


- johoja - 2010-09-20 14:27

davidmaiden Wrote:I've been using notify pro for a while now with Notify.io there pair have been fantastic in allowing me to see my texts/who has called me in work while my mobile has to stay at home. A few collegues are interested in it and i've told them I will demo it for them.

However I have a bug and I am not sure if this is a Notify.io bug of with the new version of Notfiy Pro, only missed call notifications are not coming though despite being switched on in settings. My SMS and Mail are coming through no problems and I am sure this was working in the previous version.

Any help would be appreciated.

Also - feature request, would it be possible to retain the email subject in the notify.io notification?

Hey just trying to understand the problem here. Are you saying incoming call notifications are not showing up on notify.io? Or are missed call pop ups not showing up on the phone itself? Notify pro should not effect those if that's what your saying is the problem.

There was a program called Popup Blocker which did that.

Is anyone else seeing this problem? ?


- johoja - 2010-09-20 14:29

iorifly Wrote:I'm getting the following error message when I test script!

Traceback (most recent call last):
Python script "31", line 20, in <module>
if parts [2] == "CallAccept":
IndexError: list index out of range

Another thing when I make a Dial-Up xbmc pause, but when he did not finish back! and when he also did not get back, please I really want to see it work!

Im a little unsure what your saying but could you pastebin.ca the script you're using so I can see if there are errors in it.


- johoja - 2010-09-20 14:33

MadMan29729 Wrote:bug report!!

i have a contact called "Imperial Pool & Patio" in contacts.app well everytime i get a push notification from IM+ it somehow switches that to "Imperial Pool & Patio"

UPDATE: i have BUGGY as the First Name and Imperial Pool & Patio as the Company Name it shows the First Name & if first name is blank it will show (NULL) on the notification

its really annoying!!

UPDATE: looks like if it one of the names start with "im" then it screws up! (First, Last, or company name)

Is the bug only effecting push notifications? Or SMS / call as well.

I'm a little confused on what your saying. Could you show me a screen shot of the push notification and what the bug is.