General Development (no feature request here!) (40 Viewers)

Working on your own plugin and got stuck? Post your codeing question here.
It worked. :thx: Although tv service crashes without a trace sometimes, and i haven't been able to catch any log that can point to right direction. But I'll get back to it regs, te3hpurp
It worked. :thx: Although tv service crashes without a trace sometimes, and i haven't been able to catch any log that can...
I've been looking and testing and testing these annoying NoVideoAudio & Channel is scrambled that are popped every now or then...
Replies
7
Views
2K
Hi, here's transponder list for Latvian DVB-T provider Baltkom. It uses hyperband frequencies: <country name="Latvia - Baltkom Hyperband" offset="0"> <carrier frequency="314000" bandwidth="8"></carrier> <carrier frequency="322000" bandwidth="8"></carrier> <carrier frequency="330000" bandwidth="8"></carrier>...
Hi, here's transponder list for Latvian DVB-T provider Baltkom. It uses hyperband frequencies: <country name="Latvia - Baltkom...
Hi, here's transponder list for Latvian DVB-T provider Baltkom. It uses hyperband frequencies: <country name="Latvia - Baltkom...
Replies
0
Views
957
In TortoiseSVN you should change the path you check out to: https://mediaportal.svn.sourceforge.net/svnroot/mediaportal/trunk Sorry for the late answer.
In TortoiseSVN you should change the path you check out to: https://mediaportal.svn.sourceforge.net/svnroot/mediaportal/trunk...
I’m trying to compile the TV client plugin using a copy of the SVN checkout out yesterday. I can compile the TV server without a...
Replies
3
Views
1K
The problem is, that I have set the output path directly to the plugins\process directory. Then some dll's were copied. When I copy only my plugin dll to this directory after build, it works.
The problem is, that I have set the output path directly to the plugins\process directory. Then some dll's were copied. When I copy...
Hello I want to make a simple process plugin. I made a dll with this code:namespace MyPlugin { public class MyPlugin ...
Replies
1
Views
1K
Hi, I simply want to send some commands to MediaPortal. Since I didn't find any Sendmessage-Plugin, I do now send keystrokes to the main window. Real Keystrokes are received with WM_KeyDown and WM_KeyUp as expected (I use Spy++). If I send the same messages from my application, Spy++ shows me, that MediaPortal receives...
Hi, I simply want to send some commands to MediaPortal. Since I didn't find any Sendmessage-Plugin, I do now send keystrokes to...
Hi, I simply want to send some commands to MediaPortal. Since I didn't find any Sendmessage-Plugin, I do now send keystrokes to...
Replies
0
Views
1K
Tried the new TsReader if it would work when AC3 - MPG2 swiches in the recorded file in this thread: https://forum.team-mediaportal.com/1-0-rc2-svn-builds-279/ac3-mpeg-change-svt-local-news-bug-tourettes-needed-45583/ , but no luck.
Tried the new TsReader if it would work when AC3 - MPG2 swiches in the recorded file in this thread...
Hi, for all those having problems switching between SD and HD channels. Please try the attached TsReader.ax (just replace with your...
Replies
3
Views
1K
Look here Bye, Nephilim
Look here Bye, Nephilim
The episode number taken from tvguide.xml is always increased by 1. I think I have found the source of this bug. Please take a...
Replies
1
Views
1K
Have you made a build that works with RC2? How have you solved this for yourself?
Have you made a build that works with RC2? How have you solved this for yourself?
Hello, I would like to enhance the YAC Caller ID plugin. I just have a few protocol questions first. I would like to add the...
Replies
14
Views
5K
Hallo the card in the topic is not working in MP for DVB-C and I would like to help to get the Card working. See this topic: https://forum.team-mediaportal.com/get-support-90/terratec-cinergy-htc-usb-xs-hd-41874/ If there is anything I can do to help to make that card work with MP? Thanks for any Info. Regards Vlaves
Hallo the card in the topic is not working in MP for DVB-C and I would like to help to get the Card working. See this topic...
Hallo the card in the topic is not working in MP for DVB-C and I would like to help to get the Card working. See this topic...
Replies
0
Views
2K
Thanks a lot!
Thanks a lot!
Can anyone test this if this works? I have just changed the codeline for the thumbnails. its from TvRecorded.cs from line...
Replies
21
Views
4K
Further investigation suggest that my function actually does get excecuted, but the GUI Dialog is hidden as soon it is shown, because the built-in action (in this case whatever happens when you press "r" on your keyboard), is called. //Just testing... private void mytest() { try {...
Further investigation suggest that my function actually does get excecuted, but the GUI Dialog is hidden as soon it is shown...
Hi I have a plugin that I want to perform some of my own action instead of the default action. Say, I catch the user pressing...
Replies
1
Views
1K
You forgot MP1.0, when that's out a lot of new features are being incorporated in MP1.0.1 release, thats when the official feature freeze ends. Time span, do not think anyone here can tell you a definate answer to that, depends how quickly the existing bugs die. Hopefully not in the too distant future :)
You forgot MP1.0, when that's out a lot of new features are being incorporated in MP1.0.1 release, thats when the official feature...
I’m wondering if anyone knows what the overall roadmap/plan is for Mediaportal and also when the feature freeze is likely to end...
Replies
1
Views
907
I'm not sure if you can call it a bug, but these various setting should be consistent. Pick BaseDirectory, StartupPath, or GetCurrentDirectory and stick with that through all the occurrences.
I'm not sure if you can call it a bug, but these various setting should be consistent. Pick BaseDirectory, StartupPath, or...
just got MediaPortal to compile in my VS2005 (pro) environment - fairly easy to do. I wanted to tinker with the Configuration app...
Replies
2
Views
1K
I have a hauppauge hd pvr on order and will work on getting it supported in TV3 soon. I have a lot of .NET experience but very little DS/DirectX. My plan is to create a new class that inherits TVCardBase that builds a working graph. It looks pretty straightforward, but I noticed all of the other classes for specific card types add a...
I have a hauppauge hd pvr on order and will work on getting it supported in TV3 soon. I have a lot of .NET experience but very...
I have a hauppauge hd pvr on order and will work on getting it supported in TV3 soon. I have a lot of .NET experience but very...
Replies
0
Views
1K
Thanks. I'm getting good progress with my plugin and got the "catch keypresses" working and about 60% of the functionality. Now, this will work fine for my own purposes, since I use a remote that emulates keypresses via an external process. However, I would like to be able to support users with a remote that sends commands directly...
Thanks. I'm getting good progress with my plugin and got the "catch keypresses" working and about 60% of the functionality. Now...
Hi I would like to try and develop a plugin, mostly for fun. How can I detect which button a user presses on the keyboard...
Replies
4
Views
1K
Nice! Good to hear it got included! :thx:
Nice! Good to hear it got included! :thx:
I've made a couple of alterations to GUIFilmstripControl.cs to allow for control over scrollOffset through skin files. This was...
Replies
15
Views
3K
I currently use FreeNAS and its a solid file server just doesnt offer enough so I decided to switch to a Debian server. I am wondering if anyone has a debian server or how well the file share(samba) will work with mediaportal. I have played with linux before but am still pretty noob. Thanks:thx:
I currently use FreeNAS and its a solid file server just doesnt offer enough so I decided to switch to a Debian server. I am...
I currently use FreeNAS and its a solid file server just doesnt offer enough so I decided to switch to a Debian server. I am...
Replies
0
Views
1K
Just a quick update which may help you find what piece of code your looking for, if recording, press the record button whilst on that channel, stops current recording. Whichever way you try to do this, you are going to get multiple keypresses, whether you enter the tv context menu and select a item which links to recordings, then the...
Just a quick update which may help you find what piece of code your looking for, if recording, press the record button whilst on...
Hi I want to display a dialog-box with the channels/shows that are currently being recorded. A bit like in TV-Home with the...
Replies
3
Views
921
Hi Which reference is needed in order to avoid this debug-error: Error 1 The type or namespace name 'TvDatabase' could not be found (are you missing a using directive or an assembly reference?) D:\Development\TestPlugin\TestPlugin\Class1.cs 9 7 TestPlugin Thank you in advance
Hi Which reference is needed in order to avoid this debug-error: Error 1 The type or namespace name 'TvDatabase' could not be...
Hi Which reference is needed in order to avoid this debug-error: Error 1 The type or namespace name 'TvDatabase' could not be...
Replies
0
Views
792
When going into the remote section in the configuration menu it told me to switch to another ati remote driver if the one you have installed doesn't work, mine didn't work so I tried the one media portal recommended... then it all spiraled out of control. I won't fill you in on the gruesome details but I will ask you to please...
When going into the remote section in the configuration menu it told me to switch to another ati remote driver if the one you have...
When going into the remote section in the configuration menu it told me to switch to another ati remote driver if the one you have...
Replies
0
Views
839
All i can get is about 10% or less of my dish channels to get the EPG.... iv tried 9 day and 2 day..... I have reinstalled twice now.... at some point i noticed a guide about how to clear the DB first then refresh epg.... i cant find it though.. any ideas??
All i can get is about 10% or less of my dish channels to get the EPG.... iv tried 9 day and 2 day..... I have reinstalled twice...
As you can see from the changelog, GEMX has added expermintenal DISH epg grabbing support. I have been working with Gemx for the...
Replies
70
Views
17K
OK So I'm slowly figuring it out. I know I need to set a reference to databases.dll and use MediaPortal.TV.Database.... hopefully have some time to look at this tomorrow!
OK So I'm slowly figuring it out. I know I need to set a reference to databases.dll and use MediaPortal.TV.Database.... hopefully...
Are there any simple tutorials or examples around that show how one should access the MP database? Or do I need to look at the...
Replies
2
Views
923
I have a skin in developement where the action menus are placed in the lower half of the screen. I noticed that when left clicking with the arrow keys from a playlist button, unless the focused button aligns vertically with any of the buttons in the menu, the menu is not activated. But, as expected, moving the mouse toward the left...
I have a skin in developement where the action menus are placed in the lower half of the screen. I noticed that when left...
I have a skin in developement where the action menus are placed in the lower half of the screen. I noticed that when left...
Replies
0
Views
887
I have found the root cause of this. And also the bypass method, so let's say this is solved and I will submit another bug request.
I have found the root cause of this. And also the bypass method, so let's say this is solved and I will submit another bug request.
Hi I'm trying translate MP1 to Chinese. I've done the task, and I found a small problem. The left side bar, when button get...
Replies
1
Views
1K
Guys (and gals) I need to update the satellite files for astra 2E for their listings of Sky Sports Active (all 17 channels), which are currently being displayed as their SIDs. I would really appreciate it if someone would point me in the right direction on how to edit these files. I'm looking forward to making my first...
Guys (and gals) I need to update the satellite files for astra 2E for their listings of Sky Sports Active (all 17 channels)...
Guys (and gals) I need to update the satellite files for astra 2E for their listings of Sky Sports Active (all 17 channels)...
Replies
0
Views
834
Hello, I believe I found a bug when specific hardware is plugged on COM Port. A device like a serial printer. This is not a new feature like RenameTVRecorded program, only a bug correction. * Before : Reproduced each time configuration.exe is launched 1/ Exception Form : 2/ Entire exception text ...
Hello, I believe I found a bug when specific hardware is plugged on COM Port. A device like a serial printer. This is not a...
Hello, I believe I found a bug when specific hardware is plugged on COM Port. A device like a serial printer. This is not a...
Replies
0
Views
2K
In addition to the above I have also found that Mediaportal only allows selection of an external srt file if no subs already exist in the mkv! So, trying to workaround the above issues by placing your preferred or empty srt in the same folder will not work. However, the default behaviour of VSFilter (if MediaPortal doesn't...
In addition to the above I have also found that Mediaportal only allows selection of an external srt file if no subs already exist...
Hope I ended in the right forum as this looks like an option in the current version that doesn't work as intended... I've been...
Replies
2
Views
4K
MP1 MP2 Czech language DE
Vyzkousim, diky.
Vyzkousim, diky.
Hi, I translated strings to Czech language. If you want, you can use it.
Replies
1
Views
1K
MP1 MP2 album art switch DE
i thought, this also was a forum to share ideas and problems, both to resolf or create (so many views, but no response?!
i thought, this also was a forum to share ideas and problems, both to resolf or create (so many views, but no response?!
its a simple question: in the now player mode, i see my album art, but afther a few seconds it jumps to an nother picture, like...
Replies
1
Views
859
anyone?
anyone?
Hi, for me its stupid that when a show is recorded and the epg is not filled or the epg time has changed that the recording is...
Replies
1
Views
2K
Top Bottom