![]() |
|
[RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Video Add-ons (/forumdisplay.php?fid=154) +---- Thread: [RELEASE] XBMC Flicks - Netflix Movies / TV Shows (Video) experimental Addon for XBMC (/showthread.php?tid=87552) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 |
- mwahal - 2010-12-15 04:23 Hi, What should be the playercorefactory.xml for the Mac OSX should be ? I have set this as and safari simply launches to my home page. Code: <playercorefactory>Thanks Mudit - fekker - 2010-12-15 04:30 mwahal Wrote:Hi,That's a good question, i've pinged one of the folks that got it working under OSX for the details of what he used. Maybe try removing the -k from the args (guessing) - mwahal - 2010-12-15 05:36 I tried removing -k, but Safari app doesn't take any argument unlike IE or Firefox. I guess I have to use "open". Will give it a shot. - mwahal - 2010-12-15 05:49 Not even /usr/bin/open is working. May be someone who got it working on Mac OSX, please share your playercore settings. Thanks Mudit Edit: Never mind, I got it working with /usr/bin/open (i forgot to close the </filename>). But the next issue is that I am playing it from firefox since that my default html handler. I can see that a new tab is opened in firefox and the movie plays. But the XBMC screen remains in full screen mode. Shouldn't it switch to firefox window and make it full screen ? Anyway to change it to htmlx instead of html ? Then I can try safari as default htmlx handler and run /usr/bin/open. That way I can test if the behavior is same as firefox or different. - fekker - 2010-12-15 05:54 cool i see you have it working please post the full .xml file if you would and i'll pop it into the first page the file extension could be changed in the scripts, let me see where all it's linked looks like there's 6 links to it, it could be made a user setting later if you would like to change it as a test on your system you can modify the lines in the iqueue.py search for Code: + '.html'- mwahal - 2010-12-15 06:14 I changed the iqueue.py file and replaced all + '.html' to + '.htm'. Also changed the default handler of .htm to safari. Now safari launches the movie in the background while xbmc window remains full screen in the foreground. So, the behavior between firefox and safari remains same. Anyway to switch so that safari comes in full screen in the foreground ? Thanks Mudit - mwahal - 2010-12-15 06:17 Here is my playercorefactory.xml file Code: <playercorefactory>fekker, this is awesome plugin, will stop me from switch to Plex or my LG dvd player if I can use neflix on my htpc and use remote. Please suggest what can be done regarding the foreground issue. Willing to debug it for you. Thanks Mudit - mwahal - 2010-12-15 06:21 Sorry for the spam .. apologize in advance. I set the hidexbmc to true. That open safari window but its not in the foreground. I have a terminal window opened and safari starts behind the terminal window. I dont have a mouse at that time, till I switch to safari window via expose. - fekker - 2010-12-15 06:35 mwahal Wrote:Sorry for the spam .. apologize in advance. try with -n in the args <args>-n "{1}"</args> i think that's what was meant in this post http://forum.xbmc.org/showpost.php?p=659363&postcount=33 - mwahal - 2010-12-15 07:10 No, -n doesnt help either. How about forceontop which was in pre 9.11 ? Will it work in the latest beta ? I'll try that. |