boxee :: forums  

Go Back   boxee :: forums > boxee community > announcements

Reply
 
Thread Tools Display Modes
  #1  
Old February 18th, 2010, 07:07 PM
Fuzzgtp's Avatar
Fuzzgtp Fuzzgtp is offline
Super Moderator
 
Join Date: Apr 2009
Posts: 769
Default [Release][Beta] Launcher!


Launch any application from inside Boxee!





Right now its a little annoying, as you have to type in all the info you need (like the location of the file and the image.)

Future Releases:
-Filebrowser for selecting the file to launch
-Search Google Images for the title you put in and pull up a list of images for you to use as thumbnails.
-Get rid of the ugly 'add' button (ewe)
-Whatever cool feature you think of.


Would love to hear feedback from users (specially Linux and Mac users, as I'm not sure if this will work but it should in theory).

As always, get it from my All-In-One Repository at http://www.fuzzthed.com

A great write up courtesy of potrick: http://www.makeuseof.com/tag/turn-bo...game-launcher/
__________________
The Boxee Repository - An All-In-One Solution for your 3rd party repositories.

Last edited by Fuzzgtp; March 10th, 2010 at 11:35 PM.
Reply With Quote
  #2  
Old February 18th, 2010, 07:42 PM
vdubeau vdubeau is offline
Member
 
Join Date: Aug 2009
Location: New Jersey
Posts: 82
Default

Just tried this on my Mac. I just get a blank screen.
__________________
Boxee Beta 0.9.20.10708
Macbook (Santa Rosa - 3,1)
OS X 10.5.8
4G Memory
120GB HD
2 External 1TB Drives
Reply With Quote
  #3  
Old February 18th, 2010, 07:43 PM
Fuzzgtp's Avatar
Fuzzgtp Fuzzgtp is offline
Super Moderator
 
Join Date: Apr 2009
Posts: 769
Default

Ah its beta, so I guess I need to put in a description. Push left on the first page to pull up the menu.
__________________
The Boxee Repository - An All-In-One Solution for your 3rd party repositories.
Reply With Quote
  #4  
Old February 18th, 2010, 08:07 PM
vdubeau vdubeau is offline
Member
 
Join Date: Aug 2009
Location: New Jersey
Posts: 82
Default

That worked. Guess I've gotten so used to Boxee always showing the side menu when you go into something that other things look broken if they don't . No reflection on you though. I'll play around with this tomorrow on the Mac and report back any issues problems. One question. If I add an application, should I the .app extension? It's generally hidden to users but it's there.
__________________
Boxee Beta 0.9.20.10708
Macbook (Santa Rosa - 3,1)
OS X 10.5.8
4G Memory
120GB HD
2 External 1TB Drives
Reply With Quote
  #5  
Old February 18th, 2010, 08:11 PM
newcolour newcolour is offline
Senior Member
 
Join Date: Nov 2008
Location: Williamsburg, VA
Posts: 470
Default

Great app, Fuzz! Very smart thinking!

I have tried it on my jaunty linux box with the latest beta and it works great (added chrome app).

I look forward to the future releases.

Cheers,
S.
__________________
--Be Linux--

Proud Ubuntu Intrepid/Jaunty/Karmic user
Reply With Quote
  #6  
Old February 18th, 2010, 08:25 PM
cogadh's Avatar
cogadh cogadh is offline
Moderator
 
Join Date: Oct 2009
Posts: 517
Send a message via ICQ to cogadh Send a message via Yahoo to cogadh
Default

Nice! Will definitely be giving this a shot later tonight.
__________________
Before posting bugs/problems, make sure you check Boxee Support, this announcement and use the forum search function.

Last.FM - The social music revolution
FAITH: Belief without evidence in what is told by one who speaks without knowledge of things without parallel - Ambrose Bierce
Reply With Quote
  #7  
Old February 18th, 2010, 09:00 PM
Fuzzgtp's Avatar
Fuzzgtp Fuzzgtp is offline
Super Moderator
 
Join Date: Apr 2009
Posts: 769
Default

Quote:
Originally Posted by vdubeau View Post
That worked. Guess I've gotten so used to Boxee always showing the side menu when you go into something that other things look broken if they don't . No reflection on you though. I'll play around with this tomorrow on the Mac and report back any issues problems. One question. If I add an application, should I the .app extension? It's generally hidden to users but it's there.
Probably, but you'll have to tryboth and let me know.
__________________
The Boxee Repository - An All-In-One Solution for your 3rd party repositories.
Reply With Quote
  #8  
Old February 19th, 2010, 03:36 AM
nostrodamus nostrodamus is offline
Junior Member
 
Join Date: Jan 2010
Posts: 6
Default

good and very useful option is not always necessary to walk out
Reply With Quote
  #9  
Old February 19th, 2010, 08:52 AM
manifestdestiny manifestdestiny is offline
Member
 
Join Date: Aug 2009
Posts: 43
Default

awesome app as usual! thanks for this
__________________
My Setup
AMD Athlon 64 X2 5050e Brisbane 2.6GHz
ASRock A780GMH w/4 Gig DDR2
2 1TB SAMSUNG EcoGreen HDD
Athenatech Black Steel Case w/ Antec Internal IR receiver
Lite-On DVD-ROM
Harmony One Remote
Reply With Quote
  #10  
Old February 19th, 2010, 01:02 PM
StevenR StevenR is offline
Senior Member
 
Join Date: Oct 2008
Posts: 252
Default

I've had a couple of problems using it on my Mac:
1) Clicking the thumbnail for an added application (added as "/Applications/AppName.app") did nothing. I did some tests and found that if I edited the main.xml and changed the line:
Code:
os.system ('"%s"' % (link))
to
Code:
os.system ('open "%s"' % (link))
it worked. Obviously this would only need to be done for the Mac. You could probably do something like this. Put this code somewhere at the beginning of your code:
Code:
import platform

isMac = False

if "Darwin" in platform.platform(1,1):
	isMac = True;
and then when you open the application use this:
Code:
if isMac:
    os.system ('open "%s"' % (link))
else:
    os.system ('"%s"' % (link))
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 09:28 AM.


skin based on greenzero from vBSkins.com

 
Powered by vBulletin® Version 3.7.5
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.