home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Media Portal Commander
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="dhanjel" data-source="post: 52833" data-attributes="member: 13960"><p>In order to start / stop / restart media portal remotely instead of using vnc I developed a small client / server application which supports those commands. It's very basic in its current stage. (Not even sure if it works on computers other than mine).</p><p></p><p>Please try the application if you want, <strong>but most importantly is there any need for an application like this? Should I continue to develop it?</strong></p><p><strong></strong></p><p>Client configuration file:</p><p>[code]SERVER_PORT={PORT_NUMBER}</p><p>SERVER_IP={PORT_IP}[/code]</p><p></p><p>Server configuration file:</p><p>[code]SERVER_PORT={PORT_NUMBER}</p><p>MAX_CONNECTIONS={MAX_CONNECTIONS}</p><p>MEDIAPORTAL_PATH={MEDIAPORTAL_DIRECTORY_PATH}</p><p>MEDIAPORTAL_EPG_PATH={TVGuideScheduler.exe PATH AND NAME}[/code]</p><p></p><p>The client is started in a console (at this moment), like this:</p><p></p><p>[code]MPCommandClient.exe <command>[/code]</p><p></p><p>It supports the following commands:</p><p></p><p>[code]start - Starts mediaportal</p><p>stop - Stops mediaportal</p><p>restart - Restarts mediaportal</p><p>updateepg - Updates the epg</p><p>quit - Stops the server[/code]</p><p></p><p>This is an early early beta, use it on your own risk.</p><p>Download: <a href="http://www.badongo.com/file/652115" target="_blank">http://www.badongo.com/file/652115</a></p><p></p><p>Planned improvements:</p><p>- Server is started as a window process</p><p>- Client GUI.</p><p></p><p>I will upload the source code upon request. Written in C++.</p></blockquote><p></p>
[QUOTE="dhanjel, post: 52833, member: 13960"] In order to start / stop / restart media portal remotely instead of using vnc I developed a small client / server application which supports those commands. It's very basic in its current stage. (Not even sure if it works on computers other than mine). Please try the application if you want, [b]but most importantly is there any need for an application like this? Should I continue to develop it? [/b] Client configuration file: [code]SERVER_PORT={PORT_NUMBER} SERVER_IP={PORT_IP}[/code] Server configuration file: [code]SERVER_PORT={PORT_NUMBER} MAX_CONNECTIONS={MAX_CONNECTIONS} MEDIAPORTAL_PATH={MEDIAPORTAL_DIRECTORY_PATH} MEDIAPORTAL_EPG_PATH={TVGuideScheduler.exe PATH AND NAME}[/code] The client is started in a console (at this moment), like this: [code]MPCommandClient.exe <command>[/code] It supports the following commands: [code]start - Starts mediaportal stop - Stops mediaportal restart - Restarts mediaportal updateepg - Updates the epg quit - Stops the server[/code] This is an early early beta, use it on your own risk. Download: [url]http://www.badongo.com/file/652115[/url] Planned improvements: - Server is started as a window process - Client GUI. I will upload the source code upon request. Written in C++. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Media Portal Commander
Contact us
RSS
Top
Bottom