|
2010-12-29
, 22:21
|
|
Posts: 968 |
Thanked: 663 times |
Joined on Jun 2010
@ Australia (Melbourne/vic) / Lebanon (Zgharta/north)
|
#2
|
I released a few days ago in extras-devel repo a wifi remote control application for the latest xbmc (dharma). App is called xbmc potato and my intent is to control just the Audioplayer of XBMC. For anyone who finds it useful; Enjoy!
Cheers.
|
2010-12-30
, 00:03
|
Posts: 89 |
Thanked: 27 times |
Joined on Dec 2009
@ The Netherlands
|
#4
|
|
2010-12-30
, 07:09
|
|
Posts: 10 |
Thanked: 12 times |
Joined on Apr 2010
@ Cyprus
|
#5
|
Could you please post your source code in case it might be possible to port this to Diablo?
Thanks!
The Following User Says Thank You to pety For This Useful Post: | ||
|
2010-12-30
, 07:10
|
|
Posts: 10 |
Thanked: 12 times |
Joined on Apr 2010
@ Cyprus
|
#6
|
Thanks! I was looking forward to something like this. I'll give it a try!
Edit: Can you explain how I can run it?
|
2011-01-20
, 16:39
|
Posts: 89 |
Thanked: 27 times |
Joined on Dec 2009
@ The Netherlands
|
#7
|
Nokia-N900:/opt/xbmcpot# sh xbmcpot Traceback (most recent call last): File "xpot_main.py", line 9, in <module> from xpot_mainwindow import XPotMainWindow File "/opt/xbmcpot/xpot_mainwindow.py", line 4, in <module> import tools_dialog File "/opt/xbmcpot/tools_dialog.py", line 19, in <module> (Ui_XPotToolsDialog, QDialog) = uic.loadUiType('xpot_toolsdialog.ui') File "/usr/lib/python2.5/site-packages/PyQt4/uic/__init__.py", line 158, in loadUiType winfo = compiler.UICompiler().compileUi(uifile, code_string) TypeError: compileUi() takes exactly 4 arguments (3 given)
|
2011-01-21
, 13:33
|
|
Posts: 10 |
Thanked: 12 times |
Joined on Apr 2010
@ Cyprus
|
#8
|
Launching the app from the app-menu won't work...
Edit: Launching the app from the command-line gives the following output:
Code:Nokia-N900:/opt/xbmcpot# sh xbmcpot Traceback (most recent call last): File "xpot_main.py", line 9, in <module> from xpot_mainwindow import XPotMainWindow File "/opt/xbmcpot/xpot_mainwindow.py", line 4, in <module> import tools_dialog File "/opt/xbmcpot/tools_dialog.py", line 19, in <module> (Ui_XPotToolsDialog, QDialog) = uic.loadUiType('xpot_toolsdialog.ui') File "/usr/lib/python2.5/site-packages/PyQt4/uic/__init__.py", line 158, in loadUiType winfo = compiler.UICompiler().compileUi(uifile, code_string) TypeError: compileUi() takes exactly 4 arguments (3 given)
The Following User Says Thank You to pety For This Useful Post: | ||
|
2011-01-21
, 15:53
|
Posts: 575 |
Thanked: 621 times |
Joined on May 2010
|
#9
|
|
2011-01-21
, 17:38
|
|
Posts: 10 |
Thanked: 12 times |
Joined on Apr 2010
@ Cyprus
|
#10
|
hey thing are working with the file __init__.py changed
but permission are denied when trying to regster the sbmc server for the 1st time xbmcpot is launched.
I think we got to modify the cfg file directly nop ?
also tryed launching in in sudo mode but it's crashing before configuration screen.
The Following User Says Thank You to pety For This Useful Post: | ||
Cheers.
Released a new version (0.3). The previous version did not create an application launcher and icon when installed. Appreciate testing and feedback from anyone interested.
Instructions:
1. The app will only work with xbmc dharma and latest (it works with JSON RPC over tcp).
2. In XBMC settings:
a) Enable webserver
b) Allow External Control of XBMC" for localhost control and "Allow Control from other computers"
3. The first time the app is launched it will prompt for configuration settings. You will need to enter the ip address and port of xbmc.
(NOTE: port is not the one shown in XBMC. Thats the HTTP port. My TCP port is 9090 not 8080.)
4. Do not enable password on xbmc. It is not currently supported.
More to come...
Last edited by pety; 2011-01-21 at 17:43. Reason: New update and Instructions for use