Arr. Hum. Yes, I will certainly go for wiki.
My contribution is rather set on the french translation of the doc. There was a question floating in the air as to where to put the french pages: at your site or at mediaportal-fr.com.
Right here I would like to see if the documentation task should include writing some online help...
Arr. Hum. Yes, I will certainly go for wiki.
My contribution is rather set on the french translation of the doc. There was a...
Hi,
So I am interested in documentation. Someone said having summaries explaining the meaning of the controls on the live gui...
The largest part of the GuiLib has been documented. It is also the place to start if you want to understand MP.
Feel free to add/update the documentation while you figure out the internals of MP. That is exactly what I did ;-).
IceFred
The largest part of the GuiLib has been documented. It is also the place to start if you want to understand MP.
Feel free to...
Hello,
do you have an documentation to the source code, like an UML Class-Diagram or something? Or simply a text files which...
some more on that topic:
:!: It depends on the application if launching it does a MP-reset to the main menu or not!
:!: If there's a menu-reset, it occurs immediately after launching the application (not on exiting the app).
:arrow: So it has nothing to do with the keystroke that exits the application (as I suspected...
some more on that topic:
:!: It depends on the application if launching it does a MP-reset to the main menu or not!
...
Hi,
One thing I never understood in MyPrograms (and that I have therefore inherited in MyGames :-) ):
If I launch a game and...
I want to try out the EPG but since I haven't got any Capture card installed at the moment, I want to know if my error comes from the absence of card or if my file is corrupt.
I want to try out the EPG but since I haven't got any Capture card installed at the moment, I want to know if my error comes from...
I want to try out the EPG but since I haven't got any Capture card installed at the moment, I want to know if my error comes from...
Is there a reliable way of finding out what the MediaPortal homedirectory is?
(Registry-setting) ?
This would be important for external programs that write directly into a MP database-file (like I'd love to do with mygames.exe).
Thanks!
Is there a reliable way of finding out what the MediaPortal homedirectory is?
(Registry-setting) ?
This would be important for...
Is there a reliable way of finding out what the MediaPortal homedirectory is?
(Registry-setting) ?
This would be important for...
Ok, seems I found that problem:
There was a MainClass declared in GUIRecipies. After removing that, it continued compiling.
Now I am having trouble compiling wmfsdk. It doesn't find Namespace "WaveLib", and I don't have a clue what references to add.
Ok, seems I found that problem:
There was a MainClass declared in GUIRecipies. After removing that, it continued compiling...
Hello everybody!
Does anybody currently use SharpDevelop with MediaPortal? I tried to follow the instructions in the Sticky...
Hi doit4u,
You can grab my latest VideoDatabase.dll here.
On Sourceforge you can find the Sourcefiles. Search for the "Patches" Link. :) And then the posts of me.
Flip.
Hi doit4u,
You can grab my latest VideoDatabase.dll here.
On Sourceforge you can find the Sourcefiles. Search for the...
Hi,
i am working on OFDB support for german users.
See here.
And i will take a look into this bug.
Flip.
Don't be to keen on that. I was actually very sadly supprised upon trying the stuff an extra time.
Off course it turns out that the actual load of MP is noting compared to
1) Starting the CLR
2) Reading the assemblees into memory
3) JITting the assemblees
Now comes the MP code which takes next to nothing once the former was...
Don't be to keen on that. I was actually very sadly supprised upon trying the stuff an extra time.
Off course it turns out that...
Using NProf 0.0.9-alpha I profiled the MediaPortal 0.0.9 further. What suprised me was that with a standard setup of plugins and...
After the general idear having XML nodes cached into a HashTable and proving at least a factor 10 performance optimization, I would suggest rewriting XML.cs even futher. (See other post "profiling for performance")
Instead of just caching the XML file into a XMLDocument using a Singleton pattern, it would be better to cache the...
After the general idear having XML nodes cached into a HashTable and proving at least a factor 10 performance optimization, I would...
Hi again,
recently i "attended" a streamed webcast from micrsoft .NET shop. called Code Optimization from September 10. 2002...
hi,
Some assemblies need the guilib only for the log class. The log class is not GUI. Why not make a single assembly only for logging.
Extend the log class with Trace.xxx to redirect the log output at runtime to windows debugout kernel. So every body can see debug output at runtime (with sys internal dbgview.exe). I always use...
hi,
Some assemblies need the guilib only for the log class. The log class is not GUI. Why not make a single assembly only for...
hi,
Some assemblies need the guilib only for the log class. The log class is not GUI. Why not make a single assembly only for...
Peronally I don't miss the headers, since most of the time I don't need that information and when needed all the information in there can be retrieved through your CVS client.
Peronally I don't miss the headers, since most of the time I don't need that information and when needed all the information in...
Hi all,
I have checked out the source code and miss some CVS header information for each source file. Normaly it is a good style...
I am a NZ user and i have it working.. goosey has it working now as well.. he talks about it in the forms over at my website..
http://www.nerdthings.com
basicly you call it tvguide.xml and put it in the xmltv folder (set in the configuration).. that should work..
go to the tv guide in media portal and it should be all there...
I am a NZ user and i have it working.. goosey has it working now as well.. he talks about it in the forms over at my website...
There is no grabber for NZ in the MediaPortal list.
I have several options (of variable reliability) for getting a tvguide.xml...
I know that JohnAd is now working with the Media Portal Team and I'm pretty sure that the Tv app will be great :wink:
But I think that Oxwald is right too... It would be great if it was possible to choose the software you want to use as Tv app.
K!Tv for example for analogic Tv or progDVB for satelite ;)
The other way to...
I know that JohnAd is now working with the Media Portal Team and I'm pretty sure that the Tv app will be great :wink:
But I...
I think that the EPG and GUI part of the TV plugin is great but the TV part (display/record) could be better if anyone can choose...
Yes, very clever.
The code to select the letters is not a problem. Implementing this map:
http://www.promixis.com/phpBB2/viewtopic.php?t=6709&highlight=diamond
would only be a couple of lines of code.
Making it configurable and adding an OSD is somehow more complicated.
Yes, very clever.
The code to select the letters is not a problem. Implementing this map...
For large lists it is convenient to use keyboard shortcuts to jump to an item in the list (like windows explorer).
To test this...
That link shows character encoding, not language codes. Doesn't appear to be one for Scottish though.
http://en.wikipedia.org/wiki/ISO_639 is a link for language codes, however I've just noticed that that the strings.xml file is always called strings.xml, so it doesn't really matter!
That link shows character encoding, not language codes. Doesn't appear to be one for Scottish though...
I wrote a small guide on how to translate MP. I have it posted in the patches section at SF now. Feedback is appreciated...
Ya exactly, I was trying a few different things like creating a new worker thread but that didn't work either. I am glad it works now though.
I am working on an alarm plugin. I thought it would be a good way to get my hands dirty with the project and learn the architecture.
Ya exactly, I was trying a few different things like creating a new worker thread but that didn't work either. I am glad it works...
I have a timer elapsed event calling Player.g_Player.Play but it doesn't seem to fully work.
I've verified that the player...
I don't know if you've guys have noticed, but for some ungodly reason alllmusic.com have decided to put up a new design for their site, at least 10 times worst than the former which was quick, intuitive, and good looking.
One of the horrid changes they've instigated is that the main "Album Overview" page only shows you the beginning...
I don't know if you've guys have noticed, but for some ungodly reason alllmusic.com have decided to put up a new design for their...
I don't know if you've guys have noticed, but for some ungodly reason alllmusic.com have decided to put up a new design for their...
Perhaps anyone want to backup Settings from MP to SQL-Files.
Small Tutorial ....
1.
Download bkp_to_sql.rar from http:\\www.buerdel.ch\mp\bkp_to_sql.rar
2.
Create a DIR called "backup" in your [Media_Portal_Home]\database - Directory.
3.
Extract bkp_to_sql.rar to [Media_Portal_Home]\database\backup
4.
Hit export.cmd...
Perhaps anyone want to backup Settings from MP to SQL-Files.
Small Tutorial ....
1.
Download bkp_to_sql.rar from...
Perhaps anyone want to backup Settings from MP to SQL-Files.
Small Tutorial ....
1.
Download bkp_to_sql.rar from...