It would be VERY useful to be able to set hauppauge quality from SetupTV. Especially the audio bitrate currently hard coded to 192kbps causes high pitched audio artifacts for me and at least 1 other user. (See: TvServer Support Forum -> Audio atrifacts). I resorted to compiling my own TVServer from SVN.
I'm farily new to c# and...
It would be VERY useful to be able to set hauppauge quality from SetupTV. Especially the audio bitrate currently hard coded to...
It's possible add this function to TvCardAnalogBase class for asign quality to HAUPPAGE cards?
Add en declarations
int...
Is there a way to add my previously recorded tv shows that i have converted to divx into the recorded tv menu within MP? I Have spent awhile with the software now and cannot figure it out.
Is there a way to add my previously recorded tv shows that i have converted to divx into the recorded tv menu within MP? I Have...
Is there a way to add my previously recorded tv shows that i have converted to divx into the recorded tv menu within MP? I Have...
Oh I see build setup. Sorry for the stupid questions I've never used or seen a setup pojct in VS (As I mentioned I'm a newbie!) I was trying to build the indvidual projects and run them. So do I actually need to uninstall and re-install tvserver each time I want to test something? Or should I be able to run SetupTV out of VS?
I...
Oh I see build setup. Sorry for the stupid questions I've never used or seen a setup pojct in VS (As I mentioned I'm a newbie!) I...
Hi,
Ok well I've SVN'd the latest TV3 and it builds fine in VS2005 however I'm not sure how to test or run various parts? e.g...
where I can get Example code for TVEngine3 for change Quality record on a Hauppage card?.
are some place for get example of recording more than ona channel on a DVB-T card?.
Thanks
where I can get Example code for TVEngine3 for change Quality record on a Hauppage card?.
are some place for get example of...
where I can get Example code for TVEngine3 for change Quality record on a Hauppage card?.
are some place for get example of...
Hi,
I'm new to media portal development. I would like to know f it is possible to invoke a method on the UI thread from a worker thread, similar to the Form.Invoke or Form.BeginInvoke methods in the .NET framework.
I started to investigate the GUIWindow.Dispatcher methods without success.
Any help would be very appriciated...
Hi,
I'm new to media portal development. I would like to know f it is possible to invoke a method on the UI thread from a worker...
Hi,
I'm new to media portal development. I would like to know f it is possible to invoke a method on the UI thread from a worker...
Hi,
I'm developing pluging which plays windows media streams, and I want to be able to display some information while vedio is played in full screen mode. Can anyone point me to a good example of how can I code it. I tried to figure it out myself looking at 'My Video' plugin, but it's not that obvious... Any help will be very...
Hi,
I'm developing pluging which plays windows media streams, and I want to be able to display some information while vedio is...
Hi,
I'm developing pluging which plays windows media streams, and I want to be able to display some information while vedio is...
Hi ppl,
today I started building TVS SVN for a x64 environment. Now I noticed a few issues with the solution after I loaded and tried to build it was either missing projects from the solution. But I found that I fixed these after I loaded the missing projects into the solution and built them with no issues.
No I am rather...
Hi ppl,
today I started building TVS SVN for a x64 environment. Now I noticed a few issues with the solution after I loaded and...
Hi ppl,
today I started building TVS SVN for a x64 environment. Now I noticed a few issues with the solution after I loaded and...
SVHS input on DVICO DVB-T Plus
I also have a DVICO DVB-T Plus card and want to record the SVHS input using MP.
I haven't been able to get the SVHS input displayed yet, I don't really know where to start. Therefore I am interested to see the steps that are involved to get this to work.
Will this solution get rolled into an SVN...
SVHS input on DVICO DVB-T Plus
I also have a DVICO DVB-T Plus card and want to record the SVHS input using MP.
I haven't been...
Havent had the time to do anything, just pointing out what needs to be done.
Anyway, the current software encoding as added on...
No problem.
If you will give it a try.
But it won't work out of the box.
MP relies heavily on DirectX 9.
There are already some threads about porting MP to linux.
Just do a search.
No problem.
If you will give it a try.
But it won't work out of the box.
MP relies heavily on DirectX 9.
There are already...
Hey, since this program is open source, can I put it on a Linux OS?:thx:
I have just posted Patches Item #1685920 on SourceForge.net entitled New English Strings, it includes corrections to the Set-Up dialogue (where the grammar was a little confused) and a few other minor corrections. Not being entirely certain as to whom it it should be "assigned", I have assigned it to " Nobody/Anonymous". If anyone is...
I have just posted Patches Item #1685920 on SourceForge.net entitled New English Strings, it includes corrections to the Set-Up...
I have just posted Patches Item #1685920 on SourceForge.net entitled New English Strings, it includes corrections to the Set-Up...
Ah ok, I know what you're talking about now. IIRC, there were some cartesian joins in there too.
It's just that it still seems like overkill to install SQLServer 2005 on each client as well. The only other lightweight database that has sprocs is MS Access as far as I know (not sure about SQL Server CE).
Sam
Ah ok, I know what you're talking about now. IIRC, there were some cartesian joins in there too.
It's just that it still seems...
Hi,
I've just been having a play with the music database sources (I want to add support for the album artist tag). It seems...
I'm trying to sow the little circular wait cursor in a plugin. I have copied the following code :
using (WaitCursor cursor = new WaitCursor())
lock (this)
but can't see the cursor, Do I need to do anything else?
I'm trying to sow the little circular wait cursor in a plugin. I have copied the following code :
using (WaitCursor cursor = new...
I'm trying to sow the little circular wait cursor in a plugin. I have copied the following code :
using (WaitCursor cursor = new...
Ok, was just wondering. Will get out the VS 2005.
I'm a developer with quite a few years experience, but not much experience with C# and Visual Studio. C# is not too difficult, as is the .NET framework, but just getting my head around the way the ide works is taking a little while. But I have managed to get Media Portla compiling...
Ok, was just wondering. Will get out the VS 2005.
I'm a developer with quite a few years experience, but not much experience...
Hi,
does anyone know a reliable way to check if the TVEngine3 is running on the same machine as MP?
I want to check this in MediaPortal.
I tried something like
if (RemoteControl.HostName == System.Environment.MachineName) ... but that does not seem to work reliable for every one.
Does someone know a better method?
Hi,
does anyone know a reliable way to check if the TVEngine3 is running on the same machine as MP?
I want to check this in...
Hi,
does anyone know a reliable way to check if the TVEngine3 is running on the same machine as MP?
I want to check this in...
Too bad, that there is no response from the team. It is hard to help you out in the project, when there is nearly no communication.
I would really like to have a look at the EPG-grabbing-code. But I definitely would not want to go through all the problems, which you, the development-team, may already have experienced or discussed...
Too bad, that there is no response from the team. It is hard to help you out in the project, when there is nearly no communication...
Hi,
as I can see in the sourcecode it was quite a lot of work to integrate the language-filter in the EPG-grabber. So I suppose...
Yeh, that's what I've resorted to do for now.
But it bugs me why compiling and running the latest SVN doesn't work with the TV server. I just get blank video/audio.
If anyone can give me some pointers on how to actually create a 'Setup' with the latest SVN that works, that would help. I can't seem to find a 'Setup' project for...
Yeh, that's what I've resorted to do for now.
But it bugs me why compiling and running the latest SVN doesn't work with the TV...
Hi,
Forgive the Noob-like questions, but I'm having a little problem in running the compiled version of MP as a client (I have a...
Hey Mat,
Maybe you should jump on the IRC and see if you can talk to the developer who knows about this code.
If you have the expertise to try and implement an alternative solution then I'd urge you to give it a go, as I'm sure it will benefit a lot of people on the lower edge of the hardware requirements.
1, 2, 3, and 4 are...
Hey Mat,
Maybe you should jump on the IRC and see if you can talk to the developer who knows about this code.
If you have the...
Hi!
I was investigating some strange slowdowns in some MP screens when I came across the texture packing stuff.
MY QUESTION : Is...
Ok. Didn't expect that my own events work in every menu. So the question is answered.
BTW: ICQ works great!
I wrote a (ugly code) using the OscarLib (GNU) that can connect to ICQ, displays messages in a simple Messagebox and automaticly answeres to the sender.
Sadly I got no time this week but it looks like that ICQ-goal...
Ok. Didn't expect that my own events work in every menu. So the question is answered.
BTW: ICQ works great!
I wrote a (ugly...
Hi there!
Im quite in the beginning of developing plugins for mediaportal (but not in the begeinning of coding in c#... :) )...
It turns out the dialog pops, but is not visible.
I wonder if mms:// DRM source is a cause of that.
Is there an option in the player to disable such behavior?
Thank you
It turns out the dialog pops, but is not visible.
I wonder if mms:// DRM source is a cause of that.
Is there an option in the...
If I play local video file, pushing F9 brings up OSD, pushing F9 again brings up menu where I can select aspect.
When streaming...
Hi,
I need to develop a 'cut down' version of MP for a local school. They require the TvServer functionality, and have a number of clients running off this.
As it's for a school environment, they need to have the UI stripped down to just the TV functionality (Live TV, recording, playback of recordings, etc) on the client side...
Hi,
I need to develop a 'cut down' version of MP for a local school. They require the TvServer functionality, and have a number...
Hi,
I need to develop a 'cut down' version of MP for a local school. They require the TvServer functionality, and have a number...
One more bit:
If I replace _filterCapture in the offending line with _videoCaptureHelper.CapturePin, the search returns quickly with an hr of 0. I don't know if this overconstrains the search, though.
One more bit:
If I replace _filterCapture in the offending line with _videoCaptureHelper.CapturePin, the search returns quickly...
Hello,
I hope nothing in this message is obvious or dumb; I don't know MediaPortal, DirectShow, or Microsoft TV technologies all...
I found a logical inconsistency:
Recording of tv-series only works if there is a TVGuide containing these series.
Unfortunately there is no documentation/manual giving a hint to this fact and it cost me several hours of debugging to find this out. Who knows, how many other users got desperate or even frustrated, not figuring...
I found a logical inconsistency:
Recording of tv-series only works if there is a TVGuide containing these series...
I found a logical inconsistency:
Recording of tv-series only works if there is a TVGuide containing these series...
Hi,
I'd like to start the TV in fullscreen if I enter the TV plugin. I tried the GUIWindowManager.ActivateWindow() with the WINDOW_TVFULLSCREEN parameter on the end of OnPageLoad(). I tried this also by build up a message and send it asynch
Well both worked, but I was unable to move away from the fullscreen.
Can someone...
Hi,
I'd like to start the TV in fullscreen if I enter the TV plugin. I tried the GUIWindowManager.ActivateWindow() with the...
Hi,
I'd like to start the TV in fullscreen if I enter the TV plugin. I tried the GUIWindowManager.ActivateWindow() with the...
Hi,
sorry I'm not so familiar with the source code but does anybody know, how can I get a notification in a GUI plugin if a shutdown (standby or hibernate) request (from outside) is made ? I know there exists something in the process plugin)
The main reason is, that I like to standby my PC while the TVPlugin is running and I...
Hi,
sorry I'm not so familiar with the source code but does anybody know, how can I get a notification in a GUI plugin if a...
Hi,
sorry I'm not so familiar with the source code but does anybody know, how can I get a notification in a GUI plugin if a...