Boxee :: Wiki :: New pages

Views
From Boxee
Jump to: navigation, search
Hide logged-in users | Hide patrolled edits | Hide bots

Showing below up to 50 results starting with #1.

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)

  1. 03:21, 25 September 2009 ‎Width (hist) ‎[599 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: width== '''<code>int width</code>''' Media widget width. ===Example: Loop & Determine Valid Active Widget=== <pre>boxee.getWidgets().forEach(function...)
  2. 03:21, 25 September 2009 ‎Height (hist) ‎[602 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: height== '''<code>int height</code>''' Media widget height. ===Example: Loop & Determine Valid Active Widget=== <pre>boxee.getWidgets().forEach(funct...)
  3. 03:07, 25 September 2009 ‎Click (hist) ‎[298 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: Widget: click()== '''<code>void click(int x, int y)</code>''' Move the user's mouse to a pixel position and "clicks". ===Example: Play Request=== <pre>boxee...)
  4. 03:05, 25 September 2009 ‎GetPixel (hist) ‎[654 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: getPixel()== '''<code>int getPixel(int x, int y)</code>''' Returns pixel color information. ===Example: Get Paused Pixel=== <pre>/* func: R/G/B * de...)
  5. 02:43, 25 September 2009 ‎GetActiveWidget (hist) ‎[811 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: GetActiveWidget()== '''<code>Widget getActiveWidget()</code>''' Returns the current active widget. ===Example: Play Request=== <pre>boxee.onPlay = fu...)
  6. 02:26, 25 September 2009 ‎OnPause (hist) ‎[305 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: onPause()== '''<code>void onPause = function()</code>''' User definable function for when a pause request occurs. ===Example: Pause Request=== <pre>b...)
  7. 19:43, 24 September 2009 ‎OnPlay (hist) ‎[298 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: onPlay()== '''<code>void onPlay = function()</code>''' Enable error/message logging. ===Example: Play Request=== <pre>boxee.onPlay = function() { if...)
  8. 19:29, 24 September 2009 ‎Log (hist) ‎[222 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: log()== '''<code>void log(string msg)</code>''' Append a message to the boxee log. ===Example: Log Message=== <pre>boxee.enableLog(true); boxee.log('...)
  9. 19:26, 24 September 2009 ‎EnableLog (hist) ‎[230 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: enableLog()== '''<code>void enableLog(bool enable)</code>''' Enable error/message logging. ===Example: Log Message=== <pre>boxee.enableLog(true); box...)
  10. 19:22, 24 September 2009 ‎GetWidgets (hist) ‎[671 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: boxee: getWidgets()== '''<code>Widget getWidgets()</code>''' Returns a list of widgets (possible playable media) on the target webpage. ===Example: Loop & ...)
  11. 12:43, 24 September 2009 ‎GetVersion (hist) ‎[292 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API: Class: Boxee: getVersion()== <code>float getVersion()</code> Returns the current boxee browser version. ===Example: Feature Control=== <pre>if (boxee.getVersion() > 1....)
  12. 12:06, 24 September 2009 ‎JavaScript (hist) ‎[6,210 bytes] ‎DPK (Talk | contribs) (New page: ==JavaScript API== ===Class: Boxee=== ====Functions==== *enableLog :<code>void enableLog(bool enable)</code> :Enable error/message logging. *getParam :<code>string getParam(stri...)
  13. 20:12, 7 June 2009 ‎Media Sources and Applications (hist) ‎[44 bytes] ‎Soooz (Talk | contribs) (New page: Test page for Sooz. [Hulu] http://hulu.com)
  14. 15:32, 26 April 2009 ‎Music (hist) ‎[1,453 bytes] ‎Rafaelmizrahi (Talk | contribs) (music page)
  15. 23:40, 28 March 2009 ‎App Box (hist) ‎[5,000 bytes] ‎Wyattearp (Talk | contribs) (New page: =App Box= == Overview == The App Box allows you to easily extend the functionality of boxee via a simple click and install interface. Note: this feature is currently in testing and may ...)
  16. 16:17, 11 March 2009 ‎AppleTV Flash Drive Compatibility List (hist) ‎[6,374 bytes] ‎FreddieD (Talk | contribs) (New page: == Apple TV USB Flash Drive Compatibility List == {| class="wikitable" cellpadding="5" |- ! style="background:#ffdead;" | Brand ! style="background:#ffdead;" | Model ! style="background:#...)
  17. 19:03, 4 March 2009 ‎Recommendations (hist) ‎[252 bytes] ‎Marcsa (Talk | contribs) (New page: Not sure if this is the right place for this, but could boxee be made to spoof mozilla to regain access to Hulu? I'm sure someone has thought of this but Hulu had to have been one of if no...)
  18. 16:40, 8 February 2009 ‎Applications (hist) ‎[585 bytes] ‎Ruckerz (Talk | contribs) (New page: === applications === applications simply process rss feeds from a server you provide. the rss feed can provide items that fill the photos, music, and videos submenus of boxee. from a pure...)
  19. 16:39, 8 February 2009 ‎Plugins (hist) ‎[485 bytes] ‎Ruckerz (Talk | contribs) (New page: =Plugins= the plugins concept is inherited from XBMC. they are technically more involved for the client as a python environment is loaded for the plugin. however, this allows, you, the dev...)
  20. 15:12, 8 February 2009 ‎DatabaseStructure (hist) ‎[143 bytes] ‎Ruckerz (Talk | contribs) (Separate page for database structure, it's going to be long I'm sure)
  21. 15:11, 8 February 2009 ‎EnableDebugMode (hist) ‎[703 bytes] ‎Ruckerz (Talk | contribs) (Separate page, enabling the debug mode. )
  22. 18:01, 6 February 2009 ‎System Requirements (hist) ‎[765 bytes] ‎Ruckerz (Talk | contribs) (Let's get system requirements started...)
  23. 06:21, 4 February 2009 ‎Pictures (hist) ‎[658 bytes] ‎Atanguay (Talk | contribs) (Adding users to the Boxee Flickr photo module)
  24. 16:32, 3 February 2009 ‎Developers Overview (hist) ‎[643 bytes] ‎Ruckerz (Talk | contribs) (Added instructions for enabling the debug mode. <source> tag isn't working!)
  25. 16:57, 30 January 2009 ‎Boxee Features and Supported Formats/Codecs (hist) ‎[1,294 bytes] ‎ZiLg0 (Talk | contribs) (copy/past from FAQ in Forums --~~~~)
  26. 00:41, 30 January 2009 ‎Keyboard shortcuts (hist) ‎[390 bytes] ‎TazzyTazzy (Talk | contribs) (New page: "P" - Play "Q" - Queue "I" - Info "S" - Suspend/Exit Screen "X" - Stops the currently playing media "F" - Fast Forward (hit multiple times to go faster) "R" - Rewind (hit multiple times to...)
  27. 00:29, 30 January 2009 ‎Media file naming (hist) ‎[1,913 bytes] ‎TazzyTazzy (Talk | contribs) (New page: ==Overview== When Boxee scan's your media sources and finds new files it uses techniques like regular expression matching and "scraping" to determine what movie or TV show it is. ==Movies...)
  28. 00:12, 30 January 2009 ‎Torrent (hist) ‎[254 bytes] ‎TazzyTazzy (Talk | contribs) (New page: ==Overview== Boxee includes a built in bit torrent client. ==Usage== To disable the bit torrent. Do this... ==Directories== Details on various directories - where to but .torrent files,...)
  29. 00:10, 30 January 2009 ‎Minimal Install (hist) ‎[803 bytes] ‎TazzyTazzy (Talk | contribs) (New page: ==Overview== This guide gets you up and running Boxee from bare metal. This guide is not a complete or indepth guide to Ubuntu or Boxee. For the guide, we'll get you up to speed with the...)
  30. 21:32, 23 January 2009 ‎Media sources (hist) ‎[159 bytes] ‎Hdhova (Talk | contribs) (New page: I think it would be great if users could add internet video sources, like discovery.com.)
  31. 13:35, 13 January 2009 ‎Remote control (hist) ‎[356 bytes] ‎Pimlottc (Talk | contribs) (New page: == Linux == Boxee uses LIRC for remote control under Linux. Boxee ships with default settings for a few popular remotes: * Microsoft Xbox remote * [http://www.mythtv.org/wiki/index.php/MC...)
  32. 14:28, 11 January 2009 ‎Advanced Configuration (hist) ‎[1,947 bytes] ‎TinCanFury (Talk | contribs) (New page: Copied from http://xbmc.org/wiki/index.php?title=Advancedsettings.xml http://xbmc.org/wiki/index.php?title=Advancedsettings.xml, and slightly modified for the Boxee wiki. The "'''adva...)
  33. 05:31, 11 January 2009 ‎Installing Boxee on Arch Linux (hist) ‎[1,510 bytes] ‎Beret (Talk | contribs) (created page)
  34. 05:28, 11 January 2009 ‎Gentoo (hist) ‎[1,256 bytes] ‎Mtuckerb (Talk | contribs) (New page: This page is for documenting gentoo porting/ebuild of boxee. '''x86:''' Prerequisites: Installation: Configuration: Troubleshooting: '''amd64''' Prerequisites: Installation: ...)
  35. 19:12, 10 January 2009 ‎About this Manual (hist) ‎[241 bytes] ‎Binaryloop (Talk | contribs) (New page: == About this Manual == This is a work in progress and boxee is currently alpha software. Things may change quite a bit before the final release. If you don't find what you're looking fo...)
  36. 19:09, 10 January 2009 ‎UserData Folder (hist) ‎[643 bytes] ‎Binaryloop (Talk | contribs) (New page: == UserData Folder == The UserData folder is where boxee stores information about the user and their configuration * on os x (and the apple tv): '''~/Library/Application Support/BOXEE/''...)
  37. 18:58, 10 January 2009 ‎Install XBMC (hist) ‎[110 bytes] ‎Binaryloop (Talk | contribs) (New page: == Install XBMC == For instructions on how to install XBMC please see http://xbmc.org/wiki/?title=Install_XBMC)
  38. 18:55, 10 January 2009 ‎Mac remote (hist) ‎[514 bytes] ‎Binaryloop (Talk | contribs) (New page: == Mac remote== The Mac remote (or Apple remote) is a device that control Apple laptops, iMacs, and AppleTV devices. Many Apple products come with this remote control. You can also purchas...)
  39. 11:06, 10 January 2009 ‎Legal Stuff (hist) ‎[501 bytes] ‎Binaryloop (Talk | contribs) (New page: == Legal Stuff == Q: How many lawyers does it take to screw in a light bulb? A: One; the lawyer holds it while the rest of the world revolves around him. Q: How many lawyers does it take...)
  40. 10:56, 10 January 2009 ‎Disclaimer (hist) ‎[159 bytes] ‎Binaryloop (Talk | contribs) (New page: == Disclaimer == Boxee is alpha software and is free. It's still in the early stages of development. Use it at your own risk: there are no guarantees in life.)
  41. 10:45, 10 January 2009 ‎Team Boxee and Others (hist) ‎[118 bytes] ‎Binaryloop (Talk | contribs) (New page: == Team Boxee and Others == For the latest news of what is happening check out the [http://blog.boxee.tv/ boxee blog])
  42. 10:43, 10 January 2009 ‎Thanks (hist) ‎[159 bytes] ‎Binaryloop (Talk | contribs) (New page: == Thanks == I'd like to thank the academy.... and my producer... and my mom.)
  43. 10:40, 10 January 2009 ‎Boxee Website (hist) ‎[171 bytes] ‎Binaryloop (Talk | contribs) (New page: == The Boxee Website == You will find the main boxee web site at http://www.boxee.tv You can find the latest news and information on the boxee blog: http://blog.boxee.tv/)
  44. 10:20, 10 January 2009 ‎Windows Installation (hist) ‎[231 bytes] ‎Binaryloop (Talk | contribs) (New page: == Windows Installation == currently boxee is only available for Mac and Linux users, however please contact us or sign up at http://www.boxee.tv, and we'll notify you ...)
  45. 09:23, 10 January 2009 ‎User interface (hist) ‎[2,092 bytes] ‎Binaryloop (Talk | contribs) (New page: == Boxee User Interface == === Settings === After you launch the application and log in to boxee you can access the program settings by hovering your cursor over the tab on the left hand...)
  46. 08:40, 10 January 2009 ‎License (hist) ‎[261 bytes] ‎Binaryloop (Talk | contribs) (New page: ==License== The contents of this wiki are licensed under the [http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribute-Share Alike 3.0] license. The boxee End User Licen...)
  47. 08:22, 10 January 2009 ‎Submitting Bug Reports (hist) ‎[2,822 bytes] ‎Binaryloop (Talk | contribs) (New page: ==Submitting Bug Reports== To find out what went wrong the developers need information about your hardware and software. The more information the better: * What operating system are you u...)
  48. 23:55, 9 January 2009 ‎Keyboard Controls (hist) ‎[2,088 bytes] ‎Pimlottc (Talk | contribs) (New page: As Boxee is based on XBMC, most controls are the same as XBMC. However, there are some differences. * [http://xbmc.org/wiki/?title=Default_Controls#Keyboard_and_Mouse XBMC wiki: Default ...)
  49. 01:55, 29 December 2008 ‎Wiki (hist) ‎[783 bytes] ‎Mstar (Talk | contribs) (New page. Needs more work. Stub.)
  50. 23:12, 16 December 2008 ‎Downloads (hist) ‎[1,635 bytes] ‎Patron2mvuama (Talk | contribs) (New page: [Image:http://www.example.com link title])

View (previous 50) (next 50) (20 | 50 | 100 | 250 | 500)

Personal tools