View previous topic :: View next topic |
Author |
Message |
graphiz Newbie
Joined: 06 Jul 2006 Posts: 7
|
Posted: Thu Jul 06, 2006 4:34 pm Post subject: MediaPortal Remote |
|
|
[color=darkblue]All,
I have tried and created a solution for "[b]MediaPortal[/b]" - [url]http://www.team-mediaportal.com/index.php[/url]
This is a great application for anyone not wanting to use Media Center... Its Open Source, Free and with lot of plugins.
The script attached would control the application along with the provided functions. I am not yet able to complete the TV Controlling functions, but it can be controlled using the phone joystick (Up, Down, Left and Right). I have created and tested for my Audiovox SMT 5600
Use "0" on keypad for Back
Use "More" on screen to see more functions
Use "Action" or the joystick to enter a module
Use "Up, Down, Left, and Right" on phone joystick
[b]More Functions[/b]
----------------
Play Pause
Stop Playing
Toggle Fullscreen
Show Hide OSD
Context Menu
Volume Up
Volume Down
Mute
DVD Menu
DVD - Next Chapter
DVD - Previous Chapter
Quit[/color]
Description: |
|
 Download |
Filename: |
MediaPortal.zip |
Filesize: |
2.05 KB |
Downloaded: |
26048 Time(s) |
|
|
Back to top |
|
 |
salling Site Admin
Joined: 27 Jul 2004 Posts: 7498 Location: Stockholm, Sweden
|
Posted: Thu Jul 06, 2006 5:59 pm Post subject: |
|
|
Thanks for the contribution!
Just having read your description, I have a suggestion for an improvement to make the script compatible with all handsets:
Instead of (or in addition to ) "0" for back, you may want to consider giving the Menu/More key multiple uses (click vs. hold). I'm suggesting this as not all devices have a numeric keypad.
(you can check the iTunes controller script for technical ideas on this; long "action key" presses are used to toggle the visualizer whereas short clicks are for play/pause toggling)
Again, Thanks!
Best.
--
Jonas
|
|
Back to top |
|
 |
graphiz Newbie
Joined: 06 Jul 2006 Posts: 7
|
Posted: Thu Jul 06, 2006 6:25 pm Post subject: |
|
|
Point taken... I would modify the script and upload it again
[quote="salling"]Instead of (or in addition to ) "0" for back, you may want to consider giving the Menu/More key multiple uses (click vs. hold). I'm suggesting this as not all devices have a numeric keypad.[/quote]
|
|
Back to top |
|
 |
graphiz Newbie
Joined: 06 Jul 2006 Posts: 7
|
Posted: Sun Jul 09, 2006 5:07 pm Post subject: Updated Script |
|
|
Here is an updated script for MediaPortal with few changes
- Updated launcher function and starting and quitting MediaPortal
- Added few more menu items
- Added onKeyRepeat functionality
Also adding MediaPlayerOnPhone phone event script which would notify incoming caller and pause + mute whatever is playing, and resume when the phone is idle
Thanks!
Description: |
MediaPortalOnPhone phone event script to Pause + Mute playing media |
|
 Download |
Filename: |
MediaPortalOnPhone.zip |
Filesize: |
1.14 KB |
Downloaded: |
7027 Time(s) |
Description: |
MediaPortal Salling Clicker script for Windows |
|
 Download |
Filename: |
MediaPortal.zip |
Filesize: |
2.62 KB |
Downloaded: |
7578 Time(s) |
|
|
Back to top |
|
 |
akeys Newbie
Joined: 12 Oct 2006 Posts: 1
|
Posted: Thu Oct 12, 2006 10:25 am Post subject: |
|
|
hey there..
it is indeed a good script.. but then, can u make one for PPC..??
thanx..
|
|
Back to top |
|
 |
peter76 Newbie
Joined: 16 Oct 2006 Posts: 1
|
Posted: Mon Oct 16, 2006 10:33 am Post subject: Mediaportal is not starting |
|
|
Hello
Can someone help me please, i try this great script, awerything works, but i have to start mediaportat manually from the computer before i can use it.
Is it possible to change the script so it start automatically when the phone ask me to launch mediaportal. i dont know what to change in the script to solve this.
Mediaportal is installed into the following folder
c:\program\mediaportal\mediaportal.exe
Please help me with this.
Best regards
Peter
|
|
Back to top |
|
 |
Runarius Senior Member
Joined: 19 Nov 2006 Posts: 124
|
Posted: Mon Feb 05, 2007 11:49 pm Post subject: |
|
|
Well, I guess I'm your hero today:P hehe, well, I shouldnęt really be taking so much credit for this since graphiz made the original script. I just modified and improvid it a bit.
This script was originally created by graphiz. It has been edited a little bit to add more functions and easier use. Also, It works on the newest version of Media Player:D
Since Media Portal for some reason have been changing the registration key for the
the install-path for every version, I have removed the auto-find-path which doesn't work
if Team Media Portal edits the registration key on future versions, so now, the user[b](you)
must type in the install-path yourself. That is all needed. [/b]
These are the functions and instructions:
1: Play/Pause
2: Go to Full Screen(when video is shown in the small window in MP)
3. Stop
4: Previous
5: Media Portal Volume Up
6: Next
7: Rewind
8 Media Portal Volume Down
9: Fast Forward
*: Parent Folder
0: Switching between audio channels(for files with mutiple languages or commenteries) This requires the Haali Media Splitter.
#: Context menu
The following buttons can not be found on every cellular phone. However, if you have some buttons that is not being used by any other command, you can set them to these commands. To find the codes that Salling uses for buttons, just run the script on your phone, and press the button. If the button us not already set to a command and salling can use it, it will show a message on your computer with the code. Now, open the script in notepad or something. If you want to change the Back command, search for -8 since that is the code salling uses for the C button on my phone. Replace -8 with the code you want to set to the command. easy.
C button(-8): Back
Volume Up button(-36): System Volume Up
Volume Down button(-37): System Volume Up
Also, in the 'More' List, you can:
Next page
Previous Page
Full Screen(Note, this is not the same command as pressing 2. This commands toggles if Media Portal should be ran in a window or in full screen.
TV/PC: Toggle between using the TV/PC-screen. Well, for most of you, it won't do that, since it really just Simulates a Alt-U keypress.
Show/Hide OSD
Mute
Switch PLaylist-GUI
Delete Selected Picture
Pcture Details
Quit
Record this program.
Description: |
|
 Download |
Filename: |
MediaPortal.zip |
Filesize: |
3.81 KB |
Downloaded: |
3580 Time(s) |
|
|
Back to top |
|
 |
salling Site Admin
Joined: 27 Jul 2004 Posts: 7498 Location: Stockholm, Sweden
|
Posted: Tue Feb 06, 2007 1:13 am Post subject: |
|
|
Linked to this from the scripts page.
|
|
Back to top |
|
 |
isw Newbie
Joined: 16 Feb 2007 Posts: 2
|
Posted: Fri Feb 16, 2007 7:39 pm Post subject: Mediaportal on HTC TyTN, qwerty keyboard |
|
|
Hello,
I downloaded graphiz & runarius script for mediaportal, but unfortunately my HTC TyTN phone has a qwerty keyboard. The numbers-keypad is only accessible through holding down the function (FN) key at the same time, much the same as normal laptops, and it simply doesnt work.
But I will try to change the script so it will work with letter keys instead of number keys. Will post back later if I succeed.
|
|
Back to top |
|
 |
IceFeniks Newbie
Joined: 08 Feb 2007 Posts: 8
|
Posted: Fri Mar 02, 2007 4:21 pm Post subject: |
|
|
I love Mediaportal and salling clicker to offcourse :wink: but i'm using a PDA so i dont have the phone keys ... you see where i'm going to ....
There isn't much i can do in media portal with the pda.
Could somebody make it pda compatible because i have ni idea where to start :oops:
Thx
________
[URL=http://www.dodge-wiki.com/wiki/Matra_Bagheera]Matra Bagheera[/URL]
Last edited by IceFeniks on Thu Feb 03, 2011 5:03 am; edited 1 time in total |
|
Back to top |
|
 |
Runarius Senior Member
Joined: 19 Nov 2006 Posts: 124
|
Posted: Sat Mar 10, 2007 6:00 pm Post subject: |
|
|
ofcourse I can... you just tell me which buttons you want to do what...
here is the original keys, give me what you want..
1: Play/Pause
2: Go to Full Screen(when video is shown in the small window in MP)
3. Stop
4: Previous
5: Media Portal Volume Up
6: Next
7: Rewind
8 Media Portal Volume Down
9: Fast Forward
*: Parent Folder
0: Switching between audio channels(for files with mutiple languages or commenteries) This requires the Haali Media Splitter.
#: Context menu
also, my phone has two more buttons which is normally used to change the volkume of the mp3-player on my phone, but in my script it is used to change the volume of the System Volume.
also, I can add functions for you, at other keys.
|
|
Back to top |
|
 |
salling Site Admin
Joined: 27 Jul 2004 Posts: 7498 Location: Stockholm, Sweden
|
Posted: Sat Mar 10, 2007 6:15 pm Post subject: |
|
|
A little developer note from me:
You can only really count on having a d-pad and a "menu key".
You can employ long-press tactics to bind more than 5 commands to the d-pad. As this can be somewhat obscure in some cases, I recommend duplicating functionality in the "context" menu.
Best.
--
Jonas
|
|
Back to top |
|
 |
SirLoinOfBeef Newbie
Joined: 23 Oct 2006 Posts: 16
|
Posted: Mon Apr 23, 2007 3:40 pm Post subject: |
|
|
I am working on a new script (from scratch) with a lot more functionality. It should automatically detect when you want TV, video or music control, and change your menu to suite. It will also utilise the long-press tactic mentioned. I've still got some additions to make before I release it here, but should be within the week.
|
|
Back to top |
|
 |
SirLoinOfBeef Newbie
Joined: 23 Oct 2006 Posts: 16
|
|
Back to top |
|
 |
Runarius Senior Member
Joined: 19 Nov 2006 Posts: 124
|
Posted: Sun Apr 29, 2007 7:58 pm Post subject: |
|
|
This script is much better than my previous script, and holds the media portal features as this one, plus you can set up what key you want to do what from your phone, and it has alot other features, which makes it able to control most programs at this time, also, you can add any function from any script to it and set a key to that function also from your phone:)
http://www.salling.com/forums/viewtopic.php?t=5398
|
|
Back to top |
|
 |
|