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 2006-07-17, 21:00   #11 (permalink)
Portal Member
 
Join Date: Mar 2006
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts


Default

hi jlewalle, did you happen to see me post right above samuel337's? I had a few questions tht maybe you could answer?

Cheers
__________________
Cheers,
Roy
RoyN is offline   Reply With Quote
Old 2006-07-17, 22:18   #12 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: Riverside, CA
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts


Send a message via AIM to jlewalle
Default

Hey Roy, I've added the instant play when you click on a file in the browser and would love to see an Ajax style display at the top. It'll have to be something I play with when I get some more time. I'm pretty sure we can drop Ajax.NET in and get some functionality there.... Sorry about the looks, I tend to favor simple cleaner interfaces. I'm a developer, so yeah anybody is free to include their own themes (via ASP.NET's would be nice too)

I'll have to play around with Video support a little, it's not something I'd find useful, but I'm sure some people out there would use it. Shouldn't be too hard, right now everything is done on the MUSIC playlist type, just gotta figure out how that works and make the necessary changes..
__________________
jacob
jlewalle is offline   Reply With Quote
Old 2006-07-18, 00:17   #13 (permalink)
Portal Member
 
Join Date: Mar 2006
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Cool,

I'm going to take a look at your design style, and I'll see if I can send you something that looks abit like the themes we're used to... I had started porting some skins from the XBMC web-interface to MP, so I should have something to start with....

Tell me, do you have, in your plugin, ways of getting data like "playing state (paused/played/stopped, etc)", and sending commands "Play", "OPause", etc? If so, I'll try and add a top-bar.

My main goal is somethign to use on a small UMPC screen or PPC screen, so I'll probably favor something that isnt very cluttered...

all this, of course, if you dont mind!
__________________
Cheers,
Roy
RoyN is offline   Reply With Quote
Old 2006-07-18, 00:33   #14 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: Riverside, CA
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts


Send a message via AIM to jlewalle
Default

All the interaction with the media playing facilities occur through the IMediaPlayerService interface, there's a property on the ASP page, WebContext, that has a MediaService property that you can use. It's got properties for playing/paused as well as methods for standard start/stop/pause, etc... Just check out the Default.aspx* pages, there's plenty in there on interacting with things.

And be my guest have a crack at it!
__________________
jacob
jlewalle is offline   Reply With Quote
Old 2006-07-18, 02:37   #15 (permalink)
Retired Team Member
 
mzemina's Avatar
 
Join Date: Feb 2005
Location: Ft Smith, AR
Posts: 2,045
Thanks: 36
Thanked 12 Times in 12 Posts

Country:


Default

Quote:
Originally Posted by RoyN
Cool,

I'm going to take a look at your design style, and I'll see if I can send you something that looks abit like the themes we're used to... I had started porting some skins from the XBMC web-interface to MP, so I should have something to start with....

Tell me, do you have, in your plugin, ways of getting data like "playing state (paused/played/stopped, etc)", and sending commands "Play", "OPause", etc? If so, I'll try and add a top-bar.

My main goal is somethign to use on a small UMPC screen or PPC screen, so I'll probably favor something that isnt very cluttered...

all this, of course, if you dont mind!
RoyN - Have you thought about adding to your goal the ability to allow the continuing designed (still in beta) MPBlue PPC client (http://forum.team-mediaportal.com/vi...ght=ppc#102134) to use your skinning tool?

Have you been on there thread and introduced yourself?

Mike
mzemina is offline   Reply With Quote
Old 2006-07-18, 03:11   #16 (permalink)
Portal Member
 
Join Date: Mar 2006
Posts: 78
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Hi mzemnia...

I have talked a bit on there.... I was actually just porting a few of the skins, I wasnt doing a skinning tool since it is just HTML....

I really dont see why creating a native PPC application is any better in any aspect than a web-based interface that can be designed for whatever format the client wishes (ppc, vga, svga, etc)....

Thats why I dont really have a lot of interest in that projhetc... I think in time the web interface will have as many functions as the mpblue, but will be able to be used on laptopt webbrowses, ppc browsers, phone browsers, anything...
__________________
Cheers,
Roy
RoyN is offline   Reply With Quote
Old 2006-07-18, 15:49   #17 (permalink)
Portal Member
 
Join Date: Aug 2004
Location: Melbourne, Australia
Posts: 773
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by jlewalle
Sure no problem, MediaPlayer.exe.config should be sitting next to MediaPlayer.exe, it's the standard .NET configuration settings source... also it starts up on the default of port 8080 (which you can change in the Standard.xml file that goes in plugins/process along with the webplaylistmanager assembly and webroot directories.

I think a web service is fine in that situation. Anything should be chosen over COM. COM is a developer nightmare, IMHO. Web service is far more useful in the long run.
Er... there's no file called MediaPlayer.exe in my mediaportal\plugins\process folder nor in your zip file. Did I have to compile it first, or are you missing files on the 0.2 version zip file?

There's also no standard.xml file; only a WebPlaylistManager.xml file that contains options to change port and WebDirectory.

In my mediaportal\plugins\process folder, I have:
File: ECP2Plugin.dll 28 KB 6/05/2006 1:51:21 PM
Directory: LCDDrivers 6/07/2006 2:16:46 AM
File: ProcessPlugins.dll 312 KB 3/07/2006 7:02:00 PM
File: WebPlaylistManager.ConsoleApplication.exe 10 KB 13/07/2006 11:48:00 AM
File: WebPlaylistManager.ConsoleApplication.exe.config 3 KB 25/02/2005 12:39:00 AM
File: WebPlaylistManager.dll 80 KB 13/07/2006 11:48:00 AM
File: WebPlaylistManager.xml 1 KB 25/02/2005 4:03:00 PM
Directory: WebRoot 18/07/2006 11:43:51 PM
File: log.txt 4 KB 18/07/2006 11:43:52 PM
File: log4net.dll

Was there anything else I needed to do? Any other files I needed to copy somewhere?

I tried running the console app, but I get errors in the log.txt file saying it can't find the .NET framework 2.0 assemblies, e.g. System.Web.UI.

Sam
samuel337 is offline   Reply With Quote
Old 2006-07-18, 15:56   #18 (permalink)
Portal Member
 
Lyxalig's Avatar
 
Join Date: Jan 2005
Location: Norway
Age: 24
Posts: 268
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via MSN to Lyxalig
Default

bleep..
__________________
If the MP community isn't able to do it... Who are?
Lyxalig is offline   Reply With Quote
Old 2006-07-18, 19:36   #19 (permalink)
Portal Member
 
Join Date: Jul 2006
Location: Riverside, CA
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts


Send a message via AIM to jlewalle
Default

Oh, MediaPlayer.exe isn't in plugins/process, it's in the top level Media Player folder, the folder the plugins directory is in.

It's weird you would get an error about .NET framework 2.0 stuff....

And my bad, it's WebPlaylistManager.xml, not Standard.xml
__________________
jacob
jlewalle is offline   Reply With Quote
Old 2006-07-18, 21:43   #20 (permalink)
Portal Member
 
Join Date: Nov 2005
Location: Rijswijk
Age: 28
Posts: 225
Thanks: 4
Thanked 8 Times in 4 Posts

Country:


Default

Quote:
Originally Posted by jlewalle
Oh, MediaPlayer.exe isn't in plugins/process, it's in the top level Media Player folder, the folder the plugins directory is in.
And i guess MediaPlayer.exe has to be MediaPortal.exe? 8)
__________________
Veni, Vidi, Visa
I came, I saw, I bought
BoelShit is offline   Reply With Quote
Reply

Bookmarks

Tags
based, manager, music, playlist, web

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
My Music - need your thoughts on how to improve and enhance SteveV Listen Music 588 2006-12-07 11:07
RC3: TV not working after resume from standby wewe The old Bugreport Forum 80 2006-08-15 23:19
MP crashing after viewing 21 videos endeneu The old Bugreport Forum 27 2006-06-07 22:58
MP detects Radio Channels (AutoRadioTune) but crash at end Gibus General Support 0 2006-05-07 12:28
Minimise radio stops stream johnmb The old Bugreport Forum 0 2006-04-25 11:42


All times are GMT +1. The time now is 06:18.


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