Just found out that it actually WAS that.
I went into Windows Media Player and deleted cache and went into Internet Explorer and deleted temporary internet files. And now the very MMS-link that wouldn't work before, now works!
Obviously, this is not a real solution, but rather a workaround. So now my question is: Is this a...
Just found out that it actually WAS that.
I went into Windows Media Player and deleted cache and went into Internet Explorer and...
Hi.
I have a strange scenario with g_Player. My code is:
MyMMSURL = GetMMSURL(MyURL);
if...
I am trying to enable windows, such as context menu's and other dialogs, to be viewed in front of a playing video (using the VideoLan plugin). It would be much nicer than first hiding the control. How did they do that with the internal player? Is it a VMR-9 only thing? FYI, I used to use the VLC ActiveX control, but I switched to a C#...
I am trying to enable windows, such as context menu's and other dialogs, to be viewed in front of a playing video (using the...
I am trying to enable windows, such as context menu's and other dialogs, to be viewed in front of a playing video (using the...
Hi Dukus...
I tested also your plugin 4 Asus remote and I´ll think it will work (with S-Presso)... It´s so close allready... I just need to know how to "set LOG level to debug" like U mentioned in a last post? Then we just need to do like U sayed, configure the buttons.
-Yucca
Hi Dukus...
I tested also your plugin 4 Asus remote and I´ll think it will work (with S-Presso)... It´s so close allready... I just...
Process plugin for Asus TV-FM card remote, very similar to "General HID", but only this remote button are show. Is a beta version...
Problem with V 0.2.2 +SVN
Hello,
I don't know if the plugin is working with 0.2.2 but with 0.2.2 and SVN it dosn't work.
I've got "Missing or invalid file" on a black screen.
:S :S
Problem with V 0.2.2 +SVN
Hello,
I don't know if the plugin is working with 0.2.2 but with 0.2.2 and SVN it dosn't work...
This is a plugin for lan user.
It add 3 buttons into your MyMusic, MyPics ans MyVideo.
Functions :
- Multithreads (for...
https://forum.team-mediaportal.com/showthread.php?t=6374
I'm looking forward to get feedback from beta testers, I plan to get the smtp part up and running as early as next week if everything goes on track.
https://forum.team-mediaportal.com/showthread.php?t=6374
I'm looking forward to get feedback from beta testers, I plan to get the...
Hi
When I am at work, I often send emails to my wife at home. Back when we had a PC in the living room that worked well, as she...
I had a first contact with the developer (Egon Spengler).
He is quite busy in the moment but he promised to have a look after the problem.
So hopefully we will have a solution in some days.
regards
kwirk
I had a first contact with the developer (Egon Spengler).
He is quite busy in the moment but he promised to have a look after...
Hi everybody,
since installation of MP 0.2.2.0 the stocks/shares plugin does not show results anymore. Anyone else has this...
Hi,
My Trailers is integrated into 0.2.2.0. It depends on the skin, where to find the menu. Eg. in PM III it is part of the My Videos section. But it should also just show up in the main menu, if you have activated the plugin in the Configuration.
HTH,
Flip.
Hi,
My Trailers is integrated into 0.2.2.0. It depends on the skin, where to find the menu. Eg. in PM III it is part of the My...
HI all, I was using 0.2.0.1 RC4 with the 3Dmp skin and the movie trailers was present in the TV section. Since upgrading to...
Patrick,
you rock!!! That was it, I've been looking for that for a couple of weeks and now one less thing to deal with.
Hmmm, properties seem like a great idea, must investigate them more. I take it that the intention behind the GUIProperty class is to share values bewteen different areas within MP?
Falkyre
Patrick,
you rock!!! That was it, I've been looking for that for a couple of weeks and now one less thing to deal with...
Hi all,
I am using a facadeView in my plugin to display movie information. One of the things I do is let the user select from a...
problem solved, more questions ...
Hi !
I have found that GUIWindowManager allready has instance of window I was trying to open and set property.
I'm new to writing MP plugins and I didn't know that Media Portal will Instance all my GUIWindows in plugin.
Anyway I would like someone to explain me few things:
1.) Why MP...
problem solved, more questions ...
Hi !
I have found that GUIWindowManager allready has instance of window I was trying to open...
Hi !
I have class declared like this:
public class FSVideoCut : GUIWindow, IRenderLayer
I create object like this:
//...
I totally agree. This would be an awesome plugin. I have been using the Weather > Images area to keep me up to date with web cam views various cities around the globe, purely for novelty value... but i have found that there is a limit to the amount of cities you can add, about ~ 10... which means there is a limit to the number of...
I totally agree. This would be an awesome plugin. I have been using the Weather > Images area to keep me up to date with web cam...
Hi All,
I just had a thought that it would be great if you could design a plugin where you can add your favourite webcam links...
I see...it still looks very unorganized to me, though. Wouldn't it be better if you for example say: ID 0-1999: Core, ID 2000-5999: Standard plugins, ID 6000+: third party plugins? It's just a thought, I'm already happy that the list is there in the wiki :)
I see...it still looks very unorganized to me, though. Wouldn't it be better if you for example say: ID 0-1999: Core, ID 2000-5999...
I noticed that you have to be careful in choosing plugin (window) ID's, because they sometimes conflict with other custom plugins...
Added a Divider
This is the last part of my file. It is just a divider inserted and the trailers code removed (even tho the trailers button was never there)
<control>
<description>Playlist button</description>
<type>button</type>
<id>20</id>
<label>136</label>
<action>33</action>
</control>...
Added a Divider
This is the last part of my file. It is just a divider inserted and the trailers code removed (even tho the...
I've downloaded and installed MediaLan so that I can get access to files located on my backend storage.
The problem that I have...
Hi rtv
I now seem to have solved this problem of the streaming media being irratic.
I am not a programmer so if this is actually what fixed the problem it was a fluke.
Any way I modified this file: MyMusicVideoSettings.xml
I found that there was no reference for 500k streams so I as you can see added one and made it the...
Hi rtv
I now seem to have solved this problem of the streaming media being irratic.
I am not a programmer so if this is...
Hi
I've been using the MyMusicVideos and MyTrailers plugins for a while with out any problems. Having made no changes to my...
For the layout question - maybe taking a look at the on/off MP skin editor code is an option. Its in MP's SVN repository.
For the propertyManager question - nope. This class was designed to hold bits of information that various plugins get so that other plugins can use it too. For example, it holds information about the currently...
For the layout question - maybe taking a look at the on/off MP skin editor code is an option. Its in MP's SVN repository.
For the...
I am trying to develop a gadgets plugin that is to be used in my new kitchen. That is, a plugin that shows a summary on one screen...
I kinda have the same problem here, Trailers run on my tv but they wont on my monitor. (actually it only runs on the default screen (in windows that is) the other one will go black)
This is weird because all other media (dvd's, divx, games,TV) are shown on both monitor and TV.
I have this problem to both the uitzendinggemist.nl and...
I kinda have the same problem here, Trailers run on my tv but they wont on my monitor. (actually it only runs on the default screen...
Hi!
i'm quite newbie .. but looked through the forum and didn't found thread which describes problem like mine..so excuse me if...
I just had a thought..Instead of trying to replicate the itunes interface, why don't i use the music library frontend and replace the current database driven backend with an itunes interface. That would save a lot of time and it would be consistent. In face, all you would need would be a configuration switch in My Music and you...
I just had a thought..Instead of trying to replicate the itunes interface, why don't i use the music library frontend and replace...
Is there a download/plug-in for playing itunes through MP? Ta!
Thanks for how to debug info, I will look into it..
Yes I'm avare that there is a Video editor, It lacks some features I would like to have e.g, frame advance...
Anyway I'm going to try to make video editor I would like to have when I finish I'll post it here to see what other people say about it :)
Instead complaining about...
Thanks for how to debug info, I will look into it..
Yes I'm avare that there is a Video editor, It lacks some features I would...
Hi !
I have decided to try to make plugin for MP.
Actually idea is to have video editor with full screen video and edit...
The link has some good, inspiring pictures and some good explanaitions of the game mechanisms.
Also it has a bonus game "Get the picture" where you guess the artist from an artist picture (see attachment)
Maybe it can be used as stand-alone, but full integration would be nicer.
Maybe the author is interested in a MP version...
The link has some good, inspiring pictures and some good explanaitions of the game mechanisms.
Also it has a bonus game "Get...
I used to run Meedio as a media-center but I've made a switch to MP when Meedio got bought by Yahoo. In Meedio there was a...
I use SpeedFan and some h/w modifications, to keep my MediaCenter cool and quiet.
Did I see a thread somewhere that mentioned the possible integration of SpeedFan as a plug-in into MP, or did I dream that?
In my dream, or was it real?, even Alfredo Comparetti (the author of SpeedFan) agreed his cooperation.
Would that be...
I use SpeedFan and some h/w modifications, to keep my MediaCenter cool and quiet.
Did I see a thread somewhere that mentioned...
Hi there, i´m not sure if there is already a plugin like this, i tried to search but no luck...
So i would like to know if its...
I hope this plugin will stay alive!
This one is perfect for maintaining an "external" DVD collection and in my eyes that is the difference to "My Videos". I like the information and customized stuff (like covers) from DVDProfiler much more than the imdb-import.
So pleeeeeaaaase keep it up-to-date :D .
I hope this plugin will stay alive!
This one is perfect for maintaining an "external" DVD collection and in my eyes that is the...
Is a name confrict with Play DVD plugin and My DVDs Plugin and i want to change his name.