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

Working on your own plugin and got stuck? Post your codeing question here.
Hello, As i alsways wanted to test if I can move teh local MySQL Database to my Syology I played around a little. Synology is providing MariaDB instead of MySQL - if this has any major advantages - don't know - read something about better performance and no oracle overhead. Anyway - as it is teh only one availible it was teh way to...
Hello, As i alsways wanted to test if I can move teh local MySQL Database to my Syology I played around a little. Synology is...
Hello, As i alsways wanted to test if I can move teh local MySQL Database to my Syology I played around a little. Synology is...
Replies
0
Views
1K
I didn't follow LodSkin error topic but I could say that Firstrun thread is not a main thread in any way, it's controlled by simple backgroundworker. Also you can't test it again unless you set LastGrab value to 0 or delete LogoManager.config entirely.
I didn't follow LodSkin error topic but I could say that Firstrun thread is not a main thread in any way, it's controlled by simple...
Hi, I have opened a Jira to try to do something to let plugin to be in sync when working with GUI ...
Replies
12
Views
3K
Thanks - that did get me on the right track, especially since it made me realise that they're being loaded (very reasonably) by scanning a given directory for dlls rather than some registry thing or other config store. I'll just note a couple of things here in case it helps anyone else: * You need to build Filters.sln in Release...
Thanks - that did get me on the right track, especially since it made me realise that they're being loaded (very reasonably) by...
Basic environment: Windows 7 Ultimate 64-bit, Visual Studio 2013, MP 1.12 built ('shipped' MP 1.12 already separately installed &...
Replies
2
Views
1K
Hello again Niclas I've sent you a private message with the information you requested. :)
Hello again Niclas I've sent you a private message with the information you requested. :)
Hi, I'm trying to set up the development environment for TvServer configuration so that I can debug analog TV tuning, but I am...
Replies
9
Views
2K
Thanks for the reply. I hadn't done so in Visual Studio - because MSBUILD_Rebuild_All_MediaPortal_Release.bat invokes something to do that - but I tried building it in Visual Studio to check, and got an error about vsyasm.props. Google helped me realised that the 'Build prerequisites' page mentioned above that I'd followed seems to...
Thanks for the reply. I hadn't done so in Visual Studio - because MSBUILD_Rebuild_All_MediaPortal_Release.bat invokes something to...
Ok, not having any solution for the issue described at...
Replies
2
Views
1K
MP1 MP2 New client DE
Hi Snoopy, thanks for the news. I see you are busy here: https://forum.team-mediaportal.com/threads/no-connection-could-be-made-because-the-target-machine-actively-refused-it.129178/page-11 I hope you get the problem solved due to to LAV 0.66.
Hi Snoopy, thanks for the news. I see you are busy here...
Hi, I started to develope a new client application, which uses MediaPortal TV Server and maybe ArgusTV to watch TV. It's a totally...
Replies
44
Views
12K
Hi Edalex thank you for your answer! Your Service I will show my friend. I think a second service is actually to difficult to integrate. So I think maybe actually the best way to install plugin over oure available Service is a "zip" files installation.
Hi Edalex thank you for your answer! Your Service I will show my friend. I think a second service is actually to difficult to...
Dear all, I have a question. We are a small company that provide our customers "ready to use" Media Center based on MediaPortal...
Replies
2
Views
2K
I'd start not from basic home but from some plugin skin file. Most of changes will apply after reentering plugin so it's fast. Also skinners use plugin for reloading page with hotkey which name I dont remember but @catavolt does. Also we had gui controls demo plugin with all skin controls in it but i dont know if it's compatible.
I'd start not from basic home but from some plugin skin file. Most of changes will apply after reentering plugin so it's fast. Also...
Hello, Everyone. I want to play around with the skins and see if I can learn some things. I've reviewed the skins section of the...
Replies
1
Views
1K
OK, this is weird - I don't generally have the key sounds on (why bother) but on the dev laptop I did... Looking at the MP code shows that this has to be enabled to work. Do I feel like a dum***ss or what!
OK, this is weird - I don't generally have the key sounds on (why bother) but on the dev laptop I did... Looking at the MP code...
Hi all OK, I have a plugin that calls Utils.PlaySound("Dog.wav",False,True), actual [VB] code is - PrivateFunction...
Replies
1
Views
969
Hi, thanks for your reply. debugging is working fine now :). Gitlab is a github clone which you can install on a local server for private hosting. It exists a github project for the plugin but i wanted to use gitlab for local versioning and synching this repository with the repository on github but it turned out that this is not as...
Hi, thanks for your reply. debugging is working fine now :). Gitlab is a github clone which you can install on a local server for...
Hi guys, I am new to c# and VisualStudio and a bit overstrained with VS. Its just too huge for newbies. Currently i am trying to...
Replies
2
Views
1K
Just to give y'all an update: this doesn't work for 1.11 Errors when starting tv service
Just to give y'all an update: this doesn't work for 1.11 Errors when starting tv service
Hi, I'm developing an experimental directshow streaming source filter for TV Server. It's basically a wrapper for LibVLC and it...
Replies
17
Views
15K
Yep i think we will need an Vs2013 part II for C# solution files (actually in 2010) ;)
Yep i think we will need an Vs2013 part II for C# solution files (actually in 2010) ;)
SInce he merge of MP1-4620 i cannot compile MP anymore with VS 2010 is this intended? The commit and also the issue tracker do not...
Replies
13
Views
3K
Cool stuff, I posted a similar question earlier today.
Cool stuff, I posted a similar question earlier today.
Hi, Is there any more detailed documentation available on how to develope a tv plugin? The wiki articles I found where not really...
Replies
8
Views
3K
No - they are all InnoDB - well - it does something (if teh tables are locked for example) but you are right - compared to myisam it does - nothing .... Most of the time it's that the frm and the ibd are both present but MySQL complains that there is no database (last time after a forcfully restart with progams) so MySQL would even...
No - they are all InnoDB - well - it does something (if teh tables are locked for example) but you are right - compared to myisam...
Since the switch of MySQL to 5.6 and the usage of InnoDB I'm experiancing that after a crash or forcefully restart without closing...
Replies
2
Views
1K
MP1 MP2 NSIS Compile error DE
Thank you! Uninstalling the .Net 4.5 and installing .Net4.0 solved my issue. It really helped. ;)
Thank you! Uninstalling the .Net 4.5 and installing .Net4.0 solved my issue. It really helped. ;)
Hi! Can anyone guide me the cause of the following error? LINK : fatal error LNK1123: failure during conversion to COFF: file...
Replies
2
Views
1K
MP1 MP2 Incompatible Plugin DE
Thanks. That did the trick!
Thanks. That did the trick!
Hello, I am attempting my first C# GUI plugin as described in the WiKi. My problem is that my plugin is shown in the "Incompatible...
Replies
2
Views
945
We have a winner! Thank you!
We have a winner! Thank you!
Hey, i have the following problem. In our plugin AtmoLight, during MP startup, AtmoLight tries to connect to other services like...
Replies
5
Views
1K
The same in switzerland, at least in my region. So i am also interested! It would be nice if it is available in MP2 too..
The same in switzerland, at least in my region. So i am also interested! It would be nice if it is available in MP2 too..
the small issue that bugged me already long time: at least here in Germany there are almost all channels transmit DVB EPG short...
Replies
7
Views
3K
@catavolt: well, that is at least a clear answer ... I would still like to have a wall of covers that animate in stepwise (from top left down to bottom right maybe). But if you need a scrollable stack layout first (I can understand that one), what are your specs? -> Do you need fixed width/height or measurements? -> Do you need data...
@catavolt: well, that is at least a clear answer ... I would still like to have a wall of covers that animate in stepwise (from top...
I am thinking about contributing a little to the gui animation capabilities of MP. I like the way Windows 8 creates staggered...
Replies
7
Views
2K
yes, when I run MSBUILD_Rebuild_All_MediaPortal_Release.bat I get the following log files
yes, when I run MSBUILD_Rebuild_All_MediaPortal_Release.bat I get the following log files
Hi, Hope this is a simple problem to solve I have been trying to run the MSBUILD batch files and keep getting the same error...
Replies
6
Views
2K
Hello Sonny You need to at least set the DXSDK_DIR environment variable. I'm not sure if it is necessary to also have the last separate version of the DirectX SDK installed. Regards, mm
Hello Sonny You need to at least set the DXSDK_DIR environment variable. I'm not sure if it is necessary to also have the last...
Hello, I updated my development system to windows 8.1 including upgrade to Visual Studio 2013 update 3. I follow the getting...
Replies
1
Views
1K
Hi to all, has this issue been resolved by now? I believe that I am facing the same problem: When changing the default sound device with AutoHotKey in Videos (or Moving Pictures) the default audio device changes without any problem to the new one (as long as I stop and restart the movie) and audio is going to the new device. If I try...
Hi to all, has this issue been resolved by now? I believe that I am facing the same problem: When changing the default sound...
Hello everybody, I've created a small patch for the MP configuration section to change the Music Audiodevice inside MP. But my...
Replies
3
Views
1K
MP1 MP2 U-Verse and IPTV DE
Heya :) Sorry to disappoint, but I think there is about 0.1% chance this could work. TV Server only supports "proper" IPTV services, not web streams. n
Heya :) Sorry to disappoint, but I think there is about 0.1% chance this could work. TV Server only supports "proper" IPTV...
I finally have my U-Verse installed and the abilities to watch on damn near any device. I would like to figure out how to setup the...
Replies
1
Views
2K
  • Locked
MP1 MP2 DVB-IP MediaPortal IPTV Source Filter (2 Viewers) DE
Just posted new merged filter. Was added M3U8 parser and protocol, so now you can watch also streams delivered by Apple HTTP live streaming. Please, first read my post https://forum.team-mediaportal.com/threads/merging-mediaportal-url-source-splitter-iptv-filter.121165/page-33#post-1107738. @valeri-dexter : You must wait, as you can...
Just posted new merged filter. Was added M3U8 parser and protocol, so now you can watch also streams delivered by Apple HTTP live...
What is it? It is possible to watch TV not only via DVB-T, DVB-S or DVB-C, but you can also watch TV via DVB-IP aka IPTV. The TV...
Replies
615
Views
276K
Ahhh, I see. Yes, you should create the Windows form, then set inheritance in the code view (not the designer). You need to call the base SectionSettings constructor which takes a string as a parameter.
Ahhh, I see. Yes, you should create the Windows form, then set inheritance in the code view (not the designer). You need to call...
Hi, Thanks to help on previous posts I now have my plugin up and running - MP TV server accepts it and displays it, I can enable...
Replies
9
Views
1K
Thanks for this. I do have more questions so may head that way!
Thanks for this. I do have more questions so may head that way!
Hi, I'm trying to create a plugin from the ground up. I've followed the guidance as much as I can but when I copy the DLL over and...
Replies
2
Views
916
We try to help you but the "I can not get them to work" is not too verbose error description. ;)
We try to help you but the "I can not get them to work" is not too verbose error description. ;)
Hi all, I want to write a tv server plugin for run a scheduled tv channel scan (the final goal it's a automatic renumber of all...
Replies
2
Views
1K
Ah thanks I did wonder why you would let idiots like me loose on your code. I'll have a fork about.
Ah thanks I did wonder why you would let idiots like me loose on your code. I'll have a fork about.
Hi, I did a merge for 1.8 for DJBlu's TV server plugin. I ended up doing a bit of work handling database version numbers (a bit...
Replies
2
Views
889
Thanks for the quick reply!
Thanks for the quick reply!
Brand new to MediaPortal I've browsed the mptvdb database and couldn't find it. I'm looking for a column that stores just the...
Replies
4
Views
940
After closer inspection, it isn't always correct. Now (for some reason) it's stuck on a different channel than I'm watching the current recording from... Still wondering if I've ever see this working correctly... Guess I'll have to wait until TVE is out of codefreeze then
After closer inspection, it isn't always correct. Now (for some reason) it's stuck on a different channel than I'm watching the...
When I have a show recorded, and during recording, I start to watch it from the beginning, there is no property in the...
Replies
13
Views
2K
Top Bottom