MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
LinkBack (2) Thread Tools Display Modes
Old 2007-06-05, 01:16   #21 (permalink)
Portal Member
 
Join Date: Nov 2006
Age: 26
Posts: 86
Thanks: 1
Thanked 3 Times in 1 Post


Default

This plugin sounds great. I wish I had a PocketPC to try it. Do you have any screenshots? Or should I try to run it in an emulator?
__________________
Rename your Mediafiles with MediaRenamer
ccMatrix is offline   Reply With Quote
Old 2007-06-05, 01:38   #22 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 24
Thanks: 0
Thanked 9 Times in 1 Post

Country:


Default

Well the UI is very basic at this stage, so there's not much to see!

new-plugin-pocket-pc-remote-mp-image1.gif new-plugin-pocket-pc-remote-mp-image2.gif

new-plugin-pocket-pc-remote-mp-image3.gif new-plugin-pocket-pc-remote-mp-image4.gif

Now you see why I keep asking for someone to make a nice GUI for it
CodeShack is offline   Reply With Quote
Old 2007-06-05, 07:51   #23 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Rijswijk
Age: 28
Posts: 221
Thanks: 4
Thanked 8 Times in 4 Posts

Country:


Default

I tried working on a GUI. I'm not a pro coder so it's hard. Especially when the CF .NET framework doesnt let you do all the stuff you would want.

I've got a background and the OK button now, but its not working as should cause when pushing OK button I want it to change the image. Oh well I'll give it another go
__________________
Veni, Vidi, Visa
I came, I saw, I bought
BoelShit is offline   Reply With Quote
Old 2007-06-05, 09:13   #24 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 24
Thanks: 0
Thanked 9 Times in 1 Post

Country:


Default

Hrmm.. maybe there's a control in the OpenNetCF that can solve your problem?
CodeShack is offline   Reply With Quote
Old 2007-06-05, 14:39   #25 (permalink)
Portal Member
 
ZetaVu's Avatar
 
Join Date: Dec 2005
Posts: 154
Thanks: 0
Thanked 0 Times in 0 Posts


Default

For videos and pictures, I think it would work as an alternate view, behind the scenes, so say we are watching a video on the tv, I could use the remote to scroll through shows and add videos to the playlist, so when this was over it jumps to the next one without interrupting playback on the tv. Or while sitting outside I could scroll through the guide and add shows to be recorded just from my ppc screen. Basically make it a text database where we can make selections and execute them on the tv screen without having to show off all the detail or interupt what is playing.

Granted, not nearly as effective as controlling the music library, but still a cool feature.
ZetaVu is offline   Reply With Quote
Old 2007-06-05, 23:17   #26 (permalink)
Portal Member
 
Join Date: Nov 2006
Age: 26
Posts: 86
Thanks: 1
Thanked 3 Times in 1 Post


Default

Quote:
Originally Posted by CodeShack View Post
Well the UI is very basic at this stage, so there's not much to see!

-- SKIPPED --

Now you see why I keep asking for someone to make a nice GUI for it
Ok, looking at the current GUI I can see why you are asking for a nice GUI and I got some ideas what could look cool. How would you need the GUI ? I though about resizing your pictures to 480x640 so it could match a larger display and then drawing the new GUI on top of yours. Would that help you ? I can't promise it will be a super GUI since I am more of a code person but in my head it looks good
__________________
Rename your Mediafiles with MediaRenamer
ccMatrix is offline   Reply With Quote
Old 2007-06-06, 11:23   #27 (permalink)
Portal Member
 
eagle's Avatar
 
Join Date: Sep 2004
Location: Lower Frankonia
Age: 49
Posts: 316
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Default

Hi CodeShake,

Thx for this plugin, really well done. It works like a charm on O2-XDA-Orbit.

I would like to see one feature if possible:

I'm running three HTPCs at home and so it would be nice to store more than one IP-Adresse (maybe a Selectionlist?) in the Plugin.

Keep up the good work

eagle
eagle is offline   Reply With Quote
Old 2007-06-06, 11:41   #28 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 24
Thanks: 0
Thanked 9 Times in 1 Post

Country:


Default

Quote:
Originally Posted by ZetaVu View Post
For videos and pictures, I think it would work as an alternate view, behind the scenes, so say we are watching a video on the tv, I could use the remote to scroll through shows and add videos to the playlist, so when this was over it jumps to the next one without interrupting playback on the tv. Or while sitting outside I could scroll through the guide and add shows to be recorded just from my ppc screen. Basically make it a text database where we can make selections and execute them on the tv screen without having to show off all the detail or interupt what is playing.

Granted, not nearly as effective as controlling the music library, but still a cool feature.
OK, I see your point

The first step with the feedback will be to let the remote know what "mode" MP is in, so it can automatically select the appropriate button layout - let me wrap my head around what's needed to do that and I'll have a better idea of what's needed to implement more interactive lists/control.

Thanks for the feedback!

Last edited by CodeShack; 2007-06-06 at 11:48.
CodeShack is offline   Reply With Quote
Old 2007-06-06, 11:43   #29 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 24
Thanks: 0
Thanked 9 Times in 1 Post

Country:


Default

Quote:
Originally Posted by ccMatrix View Post
Quote:
Originally Posted by CodeShack View Post
Well the UI is very basic at this stage, so there's not much to see!

-- SKIPPED --

Now you see why I keep asking for someone to make a nice GUI for it
Ok, looking at the current GUI I can see why you are asking for a nice GUI and I got some ideas what could look cool. How would you need the GUI ? I though about resizing your pictures to 480x640 so it could match a larger display and then drawing the new GUI on top of yours. Would that help you ? I can't promise it will be a super GUI since I am more of a code person but in my head it looks good
I could work with straight bitmaps if that's easy - one with the buttons in a normal state, and another with them in a pushed state. From there I can crop them up and integrate them into a working UI.

I often have ideas that look good in my head, by rarely posses the skills in Photoshop to make them happen

Last edited by CodeShack; 2007-06-06 at 11:50.
CodeShack is offline   Reply With Quote
Old 2007-06-06, 11:44   #30 (permalink)
Portal Member
 
Join Date: May 2007
Posts: 24
Thanks: 0
Thanked 9 Times in 1 Post

Country:


Default

Quote:
Originally Posted by eagle View Post
Hi CodeShake,

Thx for this plugin, really well done. It works like a charm on O2-XDA-Orbit.

I would like to see one feature if possible:

I'm running three HTPCs at home and so it would be nice to store more than one IP-Adresse (maybe a Selectionlist?) in the Plugin.

Keep up the good work

eagle
Thanks for the feedback eagle!

Consider it done for the next release (this weekend)
CodeShack is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, pocket, remote

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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://forum.team-mediaportal.com/plugins-47/new-plugin-pocket-pc-remote-mp-23112/
Posted By For Type Date
xPL Forums :: View topic - XPLMCE - Vista Media Centre This thread Refback 2008-07-30 23:32
Pocket Pc - MP-FR .:: Le forum ::. This thread Refback 2008-07-27 16:29

Similar Threads
Thread Thread Starter Forum Replies Last Post
BlueTooth Remote Control via Pocket PC SeveQ Improvement Suggestions 2 2007-08-02 15:26
New Niveus Pocket PC wifi remote maurij MediaPortal 1 Talk 15 2006-03-29 16:49
Pocket PC as remote control for MP?? Mars Warrior General Support 4 2006-03-27 17:22
Using A Pocket PC As A Remote COntrol For MP (Over IR) butch_vendor General Support 2 2006-01-18 13:17
Pocket PC integration like in XLobby? Anonymous Improvement Suggestions 1 2005-02-01 19:56


All times are GMT +1. The time now is 07:00.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress