I'm new at programming (at least in C#) and I'm developing a plugin. I want to use the built in TV engine database, but dont know where to save some random settings, like for example username, password, and database server. I obviously cant save them in the database, the only other place i can think of is to create a file and save the...
I'm new at programming (at least in C#) and I'm developing a plugin. I want to use the built in TV engine database, but dont know...
I'm new at programming (at least in C#) and I'm developing a plugin. I want to use the built in TV engine database, but dont know...
I'm new to MediaPortal, but I do know that XML tags are case-sensitive. That is true of all XML files. The correct capitalization of the tags you are referring to should be specified in the XML schema for MediaPortal skins. It could be possible that both elements (e.g. colordiffuse AND colorDiffuse) are defined, but I would guess...
I'm new to MediaPortal, but I do know that XML tags are case-sensitive. That is true of all XML files. The correct capitalization...
Hi Guys,
Background
I'm putting together a skin editing tool that will abstract the XML documents to be a graphical editor...
I'm using Mediaportal 1.0 final and after proper use of Digital Sat and terrestial, HD sat channels, I decided to activate the Analog part of the HVR-4000 card without success.
Finally today I found a solution.
As comented in a previous post you have to install the MCE soft encoder that comes with the driver package. But...
I'm using Mediaportal 1.0 final and after proper use of Digital Sat and terrestial, HD sat channels, I decided to activate the...
Hi all,
as some of you already know the analog part of the HVR-4000 stopped working when we added support for the analog part of...
No interest in this?
Another approach would be to save the diseq settings in table ChannelMap, but then you might need to scan all cards to get the right setting - not just map the channels to a card.
I know my solution above is not very "neat" since it requires updating the database every time you tune to a channel, but at least it...
No interest in this?
Another approach would be to save the diseq settings in table ChannelMap, but then you might need to scan all...
If you have more than one sat-card and different DiSeq-settings for each card the approach of today is not enough to store the...
Maybe we can throw a question to the user if he wants to delete the "All channels group".
"restart the tvserver?" or if the user selected the all channels group the button gets a new label, "Recreate Group" ?
Maybe we can throw a question to the user if he wants to delete the "All channels group".
"restart the tvserver?" or if the user...
With this Patch it is not possible to delete the group "All Channels" under the Tv and Radio Groups.
And if you add a Group under...
I saw the dll in mediaportal sourcecode. But there is no license info on it. Is the source code available somewhere? What is the license attached to it?
thanks in advance,
Murali
I saw the dll in mediaportal sourcecode. But there is no license info on it. Is the source code available somewhere? What is the...
I saw the dll in mediaportal sourcecode. But there is no license info on it. Is the source code available somewhere? What is the...
I'm trying put some additional code for ultrax remote plugin but since I'm at the very beginning
help is needed... a lot.
For start how can I check which MP screen is active (Tv, Music, Videos...)
Idea is to assign different actions depending on current screen.
programming in c#
I'm trying put some additional code for ultrax remote plugin but since I'm at the very beginning
help is needed... a lot.
For...
I'm trying put some additional code for ultrax remote plugin but since I'm at the very beginning
help is needed... a lot.
For...
There are all these great dialogs in the MediaPortal.Dialogs namespace, but I don't see an Ok/Cancel dialog. I could inherit from GUIDialogYesNo and change the button labels, but I just wanted to see if anybody here has a better solution?
Thanks,
Travis
There are all these great dialogs in the MediaPortal.Dialogs namespace, but I don't see an Ok/Cancel dialog. I could inherit from...
There are all these great dialogs in the MediaPortal.Dialogs namespace, but I don't see an Ok/Cancel dialog. I could inherit from...
The problem: suppose you have video files playlist, and your files contain chapters (like mkv files). It seems logical that when you press “Skip” button on remote, you will move to next chapter first and then (if no more chapters) to next file. So this patch does exactly that: ACTION_NEXT_ITEM (by default assigned to Skip button) will...
The problem: suppose you have video files playlist, and your files contain chapters (like mkv files). It seems logical that when...
The problem: suppose you have video files playlist, and your files contain chapters (like mkv files). It seems logical that when...
I found a solution by creating two projects, one with the old .dll files and one with the new ones. In the c# source files I am using variables by
#if(MP10)
IList hybridcardgroups = CardGroup.ListAll();
#elif(SVN)
IList<CardGroup> hybridcardgroups =...
I found a solution by creating two projects, one with the old .dll files and one with the new ones. In the c# source files I am...
With the release of the latest SVN my BackupSettings plugin broke due to the changed .dll files. When i recompiled my plugin with...
Hi.
I want to get the selected item of a listcontrol/filmstrip.
With
GUIListItem _mylistitem = GetSelectedListItem(GUIWindowManager.ActiveWindow, 50);
i can get the selected item in a listcontrol. This way, I can now read labels, thumbnails etc. from the selected item.
But, how can I get the ID of the selected item...
Hi.
I want to get the selected item of a listcontrol/filmstrip.
With
GUIListItem _mylistitem =...
Hi.
I want to get the selected item of a listcontrol/filmstrip.
With
GUIListItem _mylistitem =...
I don't know how but I don't have the problem anymore.
I think what helped was to set the default view in MP config to something else then Album (or something similar). I not able to check this now but I think I have set it to list.
I hope this helps :)
I don't know how but I don't have the problem anymore.
I think what helped was to set the default view in MP config to something...
TV-Server Version: 1 RC4
MediaPortal Version: 1 RC4
MediaPortal Skin: Blue3 wide
Windows Version: Vista 32bit Home Premium SP1...
DiSEqC doesn't seem like it was implemented properly so I have updated the code.
You'll need SVN 21310 or later of TVServer to try it out.
I have no KNC card here so I cannot test it for you...
DMAN
DiSEqC doesn't seem like it was implemented properly so I have updated the code.
You'll need SVN 21310 or later of TVServer to try...
Hi Guys, I have a problem I am using KNC1 Boards and have found that they don't support some features
the most important ist...
You are looking for an Action, not an event. In your plug-in override the OnAction method and listen for the Action.ActionType.ACTION_MUSIC_PLAY action. Don't be misled by the name, it is called ACTION_PLAY_MUSIC but it is triggered for any sort of playback. Maybe a relic from the old days? I dunno.
You can see the implementation in...
You are looking for an Action, not an event. In your plug-in override the OnAction method and listen for the...
Is there a way to use the event trigger for when a video is started? I would like to build a plugin that will dim my lights when a...
When playing a mp3 file over http I get the error
TagReader: Exception reading file http://someurl/somefile.mp3. URI formats are not supported.
I'm adding PlayListItems to a playlist and plays the playlist. I'm not really sure where the problem lies..so If anyone has some directions to point me in for removing the message I...
When playing a mp3 file over http I get the error
TagReader: Exception reading file http://someurl/somefile.mp3. URI formats...
When playing a mp3 file over http I get the error
TagReader: Exception reading file http://someurl/somefile.mp3. URI formats...