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
 
Thread Tools Display Modes
Old 2005-01-30, 00:59   #1 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Fribourg (CH)
Posts: 314
Thanks: 0
Thanked 1 Time in 1 Post


Default myPrograms: some news and updated wiki-documentation

Hi folks,

I've reworked the myPrograms documentation and replaced some old screenshots:

http://www.maisenbachers.de/dokuw/plugins:myprograms

http://www.maisenbachers.de/dokuw/pl..._configuration

There are also a bunch of bugfixes for the plugin setup part that will be available in the next version!

I hope this makes myPrograms a bit easier to use, otherwise just ask!
I think the FAVOURITES handling makes huge game-lists much easier to handle.... and the import / testing functions in the SETUP part are a real timesaver, so check it out! :-)

Cheers,

Daniel
__________________
waeberd is offline   Reply With Quote
Old 2005-01-31, 15:28   #2 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Fribourg (CH)
Posts: 314
Thanks: 0
Thanked 1 Time in 1 Post


Default

.... and one new feature that will be available in the next release:

Code:
* PROFILES for many emulators available:
You can fill the not-so-obvious detail screens with one single menu-item.
Arguments and detail settings are set automatically and all you need to do is to adjust some paths to the emulator-files.
I've written profiles for all emulators described in WIKI. If you miss your favourite emulator (or any other application), write me and I will try to extend the profiles library.

Regards,

Daniel
__________________
waeberd is offline   Reply With Quote
Old 2005-01-31, 18:22   #3 (permalink)
Portal Member
 
Join Date: Nov 2004
Posts: 85
Thanks: 2
Thanked 0 Times in 0 Posts


Default

Hello Daniel,

first i like to say thanks for your great work.

I was happy to read your plans for the next release. I hope it is possible to make a Profile for the Visual Boy Advance (an Gameboy-Advance Emulator). The homepage is http://vba.ngemu.com/

Or is there something like a profil and i coudn´t find (because i did not search well enough?)

Best regards
merci
merci1983 is offline   Reply With Quote
Old 2005-02-01, 08:31   #4 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Fribourg (CH)
Posts: 314
Thanks: 0
Thanked 1 Time in 1 Post


Default

Hi merci,

Yes, vba works with the current release already.

I've added VisualBoyAdvance to wiki, here are the settings:


Quote:
Game Boy Advance: Visual Boy Advance
Title: Visual Boy Advance
Launching Application: <vba_directory>\VisualBoyAdvance.exe
Arguments: <none>
Window-Style: Minimized
Startup Directory: <none>
Quotes around Filenames: YES
Startup using ShellExecute: YES
File Directory: <vba_directory>\roms
Image Directory: <vba_directory>\imgs
File-Extensions: .gba
Remarks:
Startup VisualBoyAdvance first, setup for fullscreen use and quit.
This will leave a “vba.ini” file in the vba-directory.
I had to change “autoHideMenu=1” manually because I didn’t find this in the menus.
Links: http://vba.ngemu.com
(see wiki for details: http://www.maisenbachers.de/dokuw/plugins:myprograms )

I've also added this to the profiles library - profiles will be ready in the next release.

Enjoy,

Daniel
__________________
waeberd is offline   Reply With Quote
Old 2005-02-01, 10:18   #5 (permalink)
Portal Member
 
Join Date: Nov 2004
Posts: 85
Thanks: 2
Thanked 0 Times in 0 Posts


Default

Hy Daniel,

thanks for this!!!!!

You hold me away from my work, but i will try it direct.

Thanks
merci
merci1983 is offline   Reply With Quote
Old 2005-02-02, 14:32   #6 (permalink)
Portal Member
 
Join Date: Nov 2004
Posts: 85
Thanks: 2
Thanked 0 Times in 0 Posts


Default

Hi Daniel,

works great!!!!
Thanks for your help and this plugin.

cu
merci
merci1983 is offline   Reply With Quote
Old 2005-02-05, 15:41   #7 (permalink)
Portal Member
 
Patric's Avatar
 
Join Date: Aug 2004
Age: 34
Posts: 80
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

Hi Daniel,

I was wondering if you could expand the functionality of your plugin to acomplish one additional task.

Some time ago I talked with Mario and Frodo about extending the possibilities for using an external media player. In the end it was clear and totally understandable that they wanted to make the integrated one as powerfull and usefull as it could be. But I still have situations (and movie clips) where I need to use my ZoomPlayer Pro. I know that one primary goal of MP is to keep things simple as possible and ZP on the other hand is all about being as flexible as one wishes.

So I have setup a "directory browse child" in "my Programs" which displays my movie folder. I almost mimics the "my movies" part of MP except for one big missing. That is to stack files in one folder which belong together.

That's where my wish comes in. Would it anyhow be possible for you to copy this feature (stacking of files) and extending the arguments part of "my Programs" to split the different files with some pre- and post-characters?

At the moment I use this argument line:
Code:
/F /PLAY /Q "/key:C:\Programme\Zoom Player\mediaportal.key"
But what would be needed should have an option to surround the selected files so that finally a command line like this would be generated:
Code:
C:\Programme\Zoom Player\zplayer.exe /F /PLAY /Q "/key:C:\Programme\Zoom Player\mediaportal.key" "/QUEUE:d:\movies\movie xyz\movie xyz - cd1.avi" "/QUEUE:d:\movies\movie xyz\movie xyz - cd2.avi"
I know I'm asking a lot. Hopefully this logic could be used for different kind of programs and not only for this special case.

Would be nice if you could share your thoughts about this request.

Patric

BTW: really great work you are doing (and all the others)!
__________________
Patric
Patric is offline   Reply With Quote
Old 2005-02-05, 16:44   #8 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Fribourg (CH)
Posts: 314
Thanks: 0
Thanked 1 Time in 1 Post


Default

Hi Patric,

Thanks for the nice words!

Yeah, I've used the zoomplayer a lot back in those days when I was running myHTPC!

Code:
C:\Programme\Zoom Player\zplayer.exe /F /PLAY /Q "/key:C:\Programme\Zoom Player\mediaportal.key" "/QUEUE:d:\movies\movie xyz\movie xyz - cd1.avi" "/QUEUE:d:\movies\movie xyz\movie xyz - cd2.avi"
The only problem I see is to find an easy way to select a bunch of files and pass it as a parameter. I currently don't have MP here so I cannot check how it's done in myVideos.
This should be the only problem - maybe it's also a problem that MP is "sleeping" while the launched program runs (this means no redraw etc).
But as long as ZP gets the fullscreen this will be cool (and better because MP wont waste CPU...)

I will peek in the code and try to add the option to myPrograms.
But right now I have no idea how difficult this is to add - for this I need to return home to have the MP sources

So stay tuned......

Regards,

Daniel
__________________
waeberd is offline   Reply With Quote
Old 2005-02-05, 18:44   #9 (permalink)
Portal Member
 
Patric's Avatar
 
Join Date: Aug 2004
Age: 34
Posts: 80
Thanks: 0
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by waeberd
Hi Patric,

Thanks for the nice words!

Yeah, I've used the zoomplayer a lot back in those days when I was running myHTPC!
Well, at least that means you know what I'm talking about :)

Quote:
Originally Posted by waeberd
This should be the only problem - maybe it's also a problem that MP is "sleeping" while the launched program runs (this means no redraw etc).
But as long as ZP gets the fullscreen this will be cool (and better because MP wont waste CPU...)
Hmm, for me it runs absolutly smooth at the moment being able to select only one file at a time. The only drawback is that one can't use the extended features MP offers (OSD, IMDB info...) but that doesn't really matter when being able to play the files as wanted :)

Quote:
Originally Posted by waeberd
So stay tuned......
I definatly will! For now I have some time to tweak my ZP keyboard-mapping to accommodate the MP keys.

Bye,

Patric
__________________
Patric
Patric is offline   Reply With Quote
Old 2005-02-08, 12:13   #10 (permalink)
Portal Member
 
Join Date: Aug 2004
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Daniel

Love the plugin, great work.

I have been messing around with a few emulators and roms but have not been able to get any of them to work via remote control with Girder keyboard commands and targeting.

Have you had any luck with this?

David
dogboy is offline   Reply With Quote
Reply

Bookmarks

Tags
myprograms, news, updated, wikidocumentation

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 Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
(original thread) US/Canadian/Mexico EPG Zap2it Plugin Released bradsjm zap2it (discontinued) 513 2007-02-21 15:07


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


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
Advertisement System V2.6 By   Branden