![]() |
|
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) |
- johoja - 2010-11-13 19:30 stoli Wrote:Even if it doesn't exist... That's weird......I would say that's a bug in XBMC but I can't reproduce it here locally....I'm running an older build though which one are you running and what OS. - stoli - 2010-11-13 19:32 I stand corrected - I should never test and post after drinking. :-) It does report false if the image is not there. Dharma 4 on Win7 - stoli - 2010-11-14 02:34 Johoja, How about skipping the if exist and always upload the image? I tend to update contact photos pretty often and this would not be reflected with your current setup. Thanks, - johoja - 2010-11-14 02:55 stoli Wrote:Johoja, I used to do that on older versions of NP i went with this approach becuase uploading a pic on 3G takes a while so i did it so save time from received notification...to displayed notification...I can make a 'always upload pic' option to the xbmc settings...think that should be fair...? - stoli - 2010-11-14 15:50 That would be perfect. - johoja - 2010-11-15 01:48 stoli Wrote:That would be perfect. I've looked into a bit more, looks like the new webserver does not allow large files like that to be uploaded anymore...since its a png....converting the png to a jpeg and compressing results in this in xbmc.. Quote:18:41:36 T:1912 M:4055531520 DEBUG: msg: PICTURE::LoadImage: Unable to open image: special://temp/Saqeb Akhter.jpg Error:Invalid JPEG file structure: two SOF markers (0) Not sure what to do from my end to fix this... i think someone might need to be changed in xbmc for it to work going further... update: fixed should be a test version on beta repo soon... played around with the jpeg header file before uploading seem to have gotten it working in xbmc... for some reason though it only uploads the 2nd time. (i.e after the 2nd notification display pics will start showing up). Please test and let me know how you fare... - iorifly - 2010-11-15 04:14 johoja Wrote:I've looked into a bit more, looks like the new webserver does not allow large files like that to be uploaded anymore...since its a png....converting the png to a jpeg and compressing results in this in xbmc.. I need to download another NP? I have to do to actually test? XMBC upgrade? - johoja - 2010-11-15 04:15 iorifly Wrote:I need to download another NP? I have to do to actually test? XBMC upgrade? Let stoli do the testing... i think he understands the problem a bit better. - iorifly - 2010-11-15 12:56 johoja Wrote:Let stoli do the testing... i think he understands the problem a bit better. ok !!!! I'm waiting anxiously ... - stoli - 2010-11-15 14:34 Sure enough, on the second notification the image is sent and displayed. |