Sorry, been busy. I actually started working on two "scrapers" that pulled the data from MCE and Y! Go for TV but I suspended development once Schedules Direct announced a firm agreement with TMS and pricing.
Sorry, been busy. I actually started working on two "scrapers" that pulled the data from MCE and Y! Go for TV but I suspended...
Sorry, but I am not familiar with how to submit changes to source code. Someone had an issue with the HDHomeRun where it would not...
So you can't use CE but only Embedded, and then you have to really be carefull only exclude non used part for MP. You can use the search function there are a lot of threads about this...
So you can't use CE but only Embedded, and then you have to really be carefull only exclude non used part for MP. You can use the...
I am considering taking on porting to Windows Embedded CE 6.0 (MIPSII based device with dedicated mpeg2&4 decoders), but I am not...
Hi!
I've been trying to get a list of all albums from my music database using:
MediaPortal.Music.Database.MusicDatabase.GetAlbums(ref List<AlbumInfo>) ,
but only Title(Album) + Artist is set, and IdAlbum is pointing to id of artist and not id of album so a call to GetAlbumInfo(id of album, ref...) won't work.
From...
Hi!
I've been trying to get a list of all albums from my music database using...
Hi!
I've been trying to get a list of all albums from my music database using...
Hi, see my recent post on integrating a custom renderer for judderfree playback. I'd like to contribute doing that. I'm a hobby programmer (wrote my last commercial line of code back in -89) but I've now been learning DirectShow, Direct3D, C++ etc in about two year's time and getting the hang of it. At least what I set to do back then...
Hi, see my recent post on integrating a custom renderer for judderfree playback. I'd like to contribute doing that. I'm a hobby...
Hi all developers,
We are interested to know how many MP users are out there that:
1. Can develop (whatever language or...
Hi everyone,
I just submitted a patch in sourceforge that allows displaying non-latin languages (e.g Cyrillic, Greek, Turkish...) in teletext. Currently Arabic and Hebrew is not supported (although it appears in the selection dialog) because I cannot find the unicode characters for the corresponding character set tables of the ETSI...
Hi everyone,
I just submitted a patch in sourceforge that allows displaying non-latin languages (e.g Cyrillic, Greek...
Hi everyone,
I just submitted a patch in sourceforge that allows displaying non-latin languages (e.g Cyrillic, Greek...
There is already a trunk in SVN about this. The dev team is working on it, but as far as I know the main resources (esp. our gentlehobbit) are working on getting the server release ready.
There is already a trunk in SVN about this. The dev team is working on it, but as far as I know the main resources (esp. our...
Hey All
Well.. Im very new into this "Mediaportal universe", but since I read about your TV server, I must say that I cant wait...
Hello,
I defined a variable in my skin file by :
<define>#myvariable: 100</define>
How to recover its value in my code (VBNet)? I tested:
X = GUIPropertyManager.GetProperty (“#myvariable”)
but that does not work
Thank you for your answers.
OldChap
Sorry for my bad English, it's a Google translation :(
Hello,
I defined a variable in my skin file by :
<define>#myvariable: 100</define>
How to recover its value in my code...
Hello,
I defined a variable in my skin file by :
<define>#myvariable: 100</define>
How to recover its value in my code...
I'm also looking to build SVN style compilations to test on my system. I'm working on some fixes of Media Portal, and I need to test them. If someone can give us a hand, I would be able to keep working and hopefully give something back to the project :) .
I'm also looking to build SVN style compilations to test on my system. I'm working on some fixes of Media Portal, and I need to...
Hi.
If have done a few changes to MediaPortal that may not worth publishing them.
But I would like to have an more easy way to...
A little workaround
Meanwhile I wasn't able to get skip steps in the big video OSD [Y] but I managed it to delay the disappearance of the small top OSD bar.
The modifications below were made in the videoFullScreen.xm of the BlueTwo-Skin. There is still space for improvements but thats in principle how it works.
<?xml...
A little workaround
Meanwhile I wasn't able to get skip steps in the big video OSD [Y] but I managed it to delay the disappearance...
Hi all!
The situation is: if I activate the OSD [Y] in Movie or DVD playback I am not able to use the skip forward/backward...
Thx its in SVN
Normally i dont accept patch files, only complete modified/new files
reason is that svn changes quickly so patch files come outdated
Frodo
Thx its in SVN
Normally i dont accept patch files, only complete modified/new files
reason is that svn changes quickly so patch...
Hi,
with my terratech capture card, in combination with mainconcept encoders, the filter graph fails if the capture format...
The same problem exists with mssql server as well.
To fix it, varchar data type need to be changed to nvarchar.
I tried it for Channel table and it is working.
The same problem exists with mssql server as well.
To fix it, varchar data type need to be changed to nvarchar.
I tried it for...
Hi there
I'm working now on support in MediaPortal (both 0.2 and 0.3 versions) cyrilic DVB texts (EPG, channel names, etc.). I...
Hi.
I moved this post over to TV-Server Development section:
https://forum.team-mediaportal.com/diseqc_fix_some_bda_dvb_s_cards-t25594.html
I will try to add this fix to MP 2.2 and 2.3 later.
/Digi
Hi.
I moved this post over to TV-Server Development section...
Hi.
I moved this post over to TV-Server Development section...
I have a problem which was described here : https://forum.team-mediaportal.com/vmr9_and_stream_video_problems-t24942.html?t=24942&highlight=OSD+plugin. To fix that I was able to make simple OSD for overlay mode. Because I am developing a Plugin, I put it into my Plugin project, but I think it would be nice to move it to MP. Here is...
Hi, I'm back with other questions. Reading the BDA Sample in DirectshowLib I managed to create an application that shows tv in a simple form. Now I need to put OSD (on screen display) on my video. I use VideoMixingRenderer9 and reading its features I've understood that it should be easy to add text or images on a video. On MSDN there...
Hi, I'm back with other questions. Reading the BDA Sample in DirectshowLib I managed to create an application that shows tv in a...
Hi to everyone.
I've tried Mediaportal and it looks wonderful.
My question is about extracting some part of the source code...