2013-12-24, 10:38
I'm sorry - this is probably a stupid question. I have installed chrome launcher, now how do I launch it? I have the Aeon MQ4 skin installed.
#!/bin/bash
openbox &
$1
kill 1%
#!/bin/bash
openbox &
$1
kill 1%
launcher "emulator --paramaters --romname --etc"
#!/bin/bash
openbox &
sleep 30
pids= pidof chromium-browser
wait $pids
kill %1
(2014-01-03, 02:39)Big2hd Wrote: ^^Same thing sort of I keep getting "Info Chrome Not Found" while trying to use Amazon plug in, can't edit anything cause my chrome is in AppData folder(Win764)
UPDATE: Found a installer that puts Chrome in Program Files so it's all good sort of but problems more have to due with Amazon plugin than launcher(no real easy way to switch back to xbmc from chrome window.)
(2013-12-24, 10:38)LickitySplit Wrote: I'm sorry - this is probably a stupid question. I have installed chrome launcher, now how do I launch it? I have the Aeon MQ4 skin installed.There should be an entry Programs/Apps in your homescreen...
(2013-12-25, 02:14)rob hodge Wrote: there is a kludge i've come up with to get things working as is;Thanks! Nice solution. I will integrate and adjust it so that openbox could correctly get closed...
it's this script run from within chrome launcher:
this runs open boxCode:#!/bin/bash
openbox &
sleep 30
pids= pidof chromium-browser
wait $pids
kill %1
waits 30 seconds
gets the Program id's of all the chromium processes
tells the script to wait untill all the chromium processes have terminated
then kill open box.
it is a hack; there is a potential race condition. if chromium doesn't open within 30 seconds of the start of the script, it wil ljust kill open box and exit, leaving the system kinda borked. i haven't had this happen, but it's why i'd rather launch chromium from within the script.
(2013-12-26, 04:09)Mman Wrote: I'm trying to get this to work, but I keep getting the error "Could not connect to network server". I have no idea what this is.Sorry, i have no idea what could cause it. But it sounds like a general problem...
(2013-12-29, 17:29)wickchucker Wrote: I am trying to set a custom path for Chrome, but when I use the browse option to set the path, the AppData folder is not available. I need that as Chrome is located in /users/<username>/AppData/....etc in Windows. I have exited Xbmc and confirmed in explorer I do not have the option to hide folders on. Any help on how to set a path?
(2014-01-02, 23:26)jamesonmula Wrote: Dear AddonScripterDE,
many thanks for the bunch of beautiful add-ons you are coding. I have discovered them today and I can tell you I am going to use few of them a lot.
I came to this trying to have NetfliXBMC working. It looks that this requires Chrome Launcher. For some reason it won't find Chrome so I need to fix the path. But it's located on a non-accesible folder (Local folder is not listed).
(2014-01-03, 02:39)Big2hd Wrote: ^^Same thing sort of I keep getting "Info Chrome Not Found" while trying to use Amazon plug in, can't edit anything cause my chrome is in AppData folder(Win764)Goto: System->Appearance->File lists and activate "Show hidden files and directories".
(2014-01-01, 08:43)Austintati0us Wrote: Current configuration:Sorry, don't really have an idea. When launching Chrome manually, does Netflix work?
-Apple TV 1
-Crystalbuntu
-XBMC 12.3 Frodo
-Pipelight / Silverlight 5.1 enabled
-Chrome Launcher with custom chrome path to opt/google/google-chrome-stable
-NetfliXBMC
-Google Chrome
Current Netflix status:
-NetfliXBMC loads
-Netflix profile user prompt
-Netflix menu and 'My List' populate
-Netflix content successfully loading with ability to view trailers via YouTube
The issue is now that once attempt to play a Netflix selection, a small, resized error window populates indicating that Chrome cannot be run from root. I have changed ownership of the folder to no avail. I believe getting Chrome to successfully open will be the last step in getting Netflix to stream in Crystalbuntu on an ATV1.
https://www.dropbox.com/s/5xet6od7y245b6...xerror.jpg
Any ideas?
Update 1/2/2014
Changed directory ownership of opt and added permission to mode 4755. Error window no longer populates, but after selecting a movie, XBMC 'thinks' for awhile, but the movie does not play.
(2014-01-03, 17:39)CAJN Wrote: Thank you so much for your programming and willingness to set this up. None of the other Netflix integrations even come close to being as smooth as this is.Mmm, do you maybe have set <alwaysontop>true</alwaysontop> in your advancedsettings.xml? Are you directly booting to XBMC or do you have the normal desktop running?
I have installed this add-on and have it all working, with one minor issue. I select something to watch and it drops out of XBMC and into Chrome briefly, then re-focuses back into XBMC. If I select the windows key on the keyboard, I can see Chome is active and playing the item I selected for Netflixbmc to play. It looks like a focus issue, but I cannot see how to make Chrome keep focus.
(2014-01-03, 17:39)CAJN Wrote: Thank you so much for your programming and willingness to set this up. None of the other Netflix integrations even come close to being as smooth as this is.
I have installed this add-on and have it all working, with one minor issue. I select something to watch and it drops out of XBMC and into Chrome briefly, then re-focuses back into XBMC. If I select the windows key on the keyboard, I can see Chome is active and playing the item I selected for Netflixbmc to play. It looks like a focus issue, but I cannot see how to make Chrome keep focus.
Quote:Mmm, do you maybe have set <alwaysontop>true</alwaysontop> in your advancedsettings.xml? Are you directly booting to XBMC or do you have the normal desktop running?
(2014-01-05, 08:21)CAJN Wrote:(2014-01-03, 17:39)CAJN Wrote: Thank you so much for your programming and willingness to set this up. None of the other Netflix integrations even come close to being as smooth as this is.
I have installed this add-on and have it all working, with one minor issue. I select something to watch and it drops out of XBMC and into Chrome briefly, then re-focuses back into XBMC. If I select the windows key on the keyboard, I can see Chome is active and playing the item I selected for Netflixbmc to play. It looks like a focus issue, but I cannot see how to make Chrome keep focus.
Quote:Mmm, do you maybe have set <alwaysontop>true</alwaysontop> in your advancedsettings.xml? Are you directly booting to XBMC or do you have the normal desktop running?
Here is my advancedsettings.xml:
<advancedsettings>
<fullscreen>true</fullscreen>
<musiclibrary>
<itemseparator>/</itemseparator>
</musiclibrary>
<video>
<timeseekforward>10</timeseekforward>
<timeseekbackward>-10</timeseekbackward>
</video>
<audio>
<timeseekforward>10</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
<timeseekbackward>-10</timeseekbackward>
</audio>
<navigatevirtualkeyboard>true</navigatevirtualkeyboard>
</advancedsettings>
And to answer your other questions, I do have it set to go directly into XBMC via XBMCLauncher and yes the desktop is running (windows 7 Pro).
Thank you for your response.
(2014-01-05, 08:34)CAJN Wrote:(2014-01-05, 08:21)CAJN Wrote:(2014-01-03, 17:39)CAJN Wrote: Thank you so much for your programming and willingness to set this up. None of the other Netflix integrations even come close to being as smooth as this is.
I have installed this add-on and have it all working, with one minor issue. I select something to watch and it drops out of XBMC and into Chrome briefly, then re-focuses back into XBMC. If I select the windows key on the keyboard, I can see Chome is active and playing the item I selected for Netflixbmc to play. It looks like a focus issue, but I cannot see how to make Chrome keep focus.
Quote:Mmm, do you maybe have set <alwaysontop>true</alwaysontop> in your advancedsettings.xml? Are you directly booting to XBMC or do you have the normal desktop running?
Here is my advancedsettings.xml:
<advancedsettings>
<fullscreen>true</fullscreen>
<musiclibrary>
<itemseparator>/</itemseparator>
</musiclibrary>
<video>
<timeseekforward>10</timeseekforward>
<timeseekbackward>-10</timeseekbackward>
</video>
<audio>
<timeseekforward>10</timeseekforward> <!-- Time to seek forward in seconds when doing a short seek. Defaults to 30. -->
<timeseekbackward>-10</timeseekbackward>
</audio>
<navigatevirtualkeyboard>true</navigatevirtualkeyboard>
</advancedsettings>
And to answer your other questions, I do have it set to go directly into XBMC via XBMCLauncher and yes the desktop is running (windows 7 Pro).
Thank you for your response.
Ok, an update for any that may experience this issue. Within XBMCLauncher there is a setting that you need to untick (Permanently disable re-focus), as the Launcher will attempt to refocus XBMC every 10 seconds if you don't.
Props to the author of this thread to pointing me in the right direction, tyvm and what a well done plug-in.