[REQUEST] Arcade Emulator Launcher Plugin for XBMC (that's a Plugin so not a Script)?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
KnottyD Offline
Junior Member
Posts: 7
Joined: Jul 2008
Reputation: 0
Post: #11
well yes I meant samba, but.... xbmc does have ftp capabilities...

So I was right, technically this is possible?
find quote
KnottyD Offline
Junior Member
Posts: 7
Joined: Jul 2008
Reputation: 0
Post: #12
Couldn't find an edit button, just wanted to say thanks as well (seeing as last time I asked everyone flamed me and said it was just a stupid idea that would never work).
find quote
blittan Offline
Team-XBMC Handyman
Posts: 1,714
Joined: Jun 2004
Reputation: 11
Location: Sweden
Post: #13
yes, both with smb and ftp (running a ftp-server on the computer with the roms)

take a good look at emulauncher and retro-x for launching roms..

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
KnottyD Offline
Junior Member
Posts: 7
Joined: Jul 2008
Reputation: 0
Post: #14
I have tried those but they seemed a bit buggy (well this was about a year ago).
Those still being worked on, are they capable of playing files from over a network or just local files?
find quote
blittan Offline
Team-XBMC Handyman
Posts: 1,714
Joined: Jun 2004
Reputation: 11
Location: Sweden
Post: #15
I haven't worked any on emulauncher and I belive retro-X isn't activly developed either.

But python isn't that hard to learn, might want to look into it yourself?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
KnottyD Offline
Junior Member
Posts: 7
Joined: Jul 2008
Reputation: 0
Post: #16
To be fair I think I might give it ago, just making it pretty will be the problem, anyways thanks once again, I knew i wasn't wrong.
find quote
blittan Offline
Team-XBMC Handyman
Posts: 1,714
Joined: Jun 2004
Reputation: 11
Location: Sweden
Post: #17
some hints on the way:

the xbmc.org/wiki and other scripts plus google and python.org is a real good informationsource

also these forums and ofcourse irc freenode .. #xbmc-scripting and #python

editors: linux (i find SPE a good one) and windows (pyscripter)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
rwparris2 Offline
Team-XBMC Python Developer
Posts: 1,341
Joined: Jan 2008
Reputation: 2
Location: US
Post: #18
Quote:just making it pretty will be the problem

if you make it a plugin instead of a script, that won't be a problem
find quote
KnottyD Offline
Junior Member
Posts: 7
Joined: Jul 2008
Reputation: 0
Post: #19
rwparris2 Wrote:if you make it a plugin instead of a script, that won't be a problem

You lost me there...?
find quote
Clumsy Offline
Team-XBMC Forum Moderator
Posts: 617
Joined: Feb 2004
Reputation: 0
Post: #20
You can make python scripts and pyton plugins in xbmc - scripts need their own window and layout etc. while python plugins sort of use the xbmc gui to display - in your case - the rom listing you hand over with your plugin. Most of the streaming plugins found in the python section of the forum use this principle, they never had to write code for a gui, they would more or less just pass xbmc a list of video links and xbmc lists those like it would list movies or music.
find quote