Hi,
I am developing my first plugin at the moment and I am also a C# newbie.
As I want to show a list of items that are currently beeing downloaded in a list in the skin, I wanted to implement something like a list of progressbars.
The standard GUIListItem does not contain something like this.
So my question is: is it...
Hi,
I am developing my first plugin at the moment and I am also a C# newbie.
As I want to show a list of items that are...
Hi,
I am developing my first plugin at the moment and I am also a C# newbie.
As I want to show a list of items that are...
Re: AW: Need some help to develop plugin
Hi all,
Finally switched to MP1.2 and managed to make the plugin work on MP1.2 :-)
You can download it in the 'radio' plugin download section
regards
Boein
Re: AW: Need some help to develop plugin
Hi all,
Finally switched to MP1.2 and managed to make the plugin work on MP1.2 :-)...
Hi all,
I'm trying to create a plugin that can record streaming radio, especially the streams coming from the radiotime-plugin...
It's not possible to do DoModal on DoModal. New modal window closes current modal window before opening. It's the way it works.
You need to create new window for this to work as you wish. Or make logic to properly open/close dialogs. For example, in SubCentral, I wanted to do the same - make modify search dialog. But after thinking...
It's not possible to do DoModal on DoModal. New modal window closes current modal window before opening. It's the way it works...
Hi
I want to show a dialog where the user can log in to a web-based service (HeadWeb). This involves a username and password...
About switching branch.
You have to keep setting like TorgoiseGit purpose (create branch ticked etc.)
So on first switch branch, we have to select in the list starting but /remote/origin.....
and after if we want to go back on this new branch, we have to select local one, this mean without /remote/origin in front of :)
Thanks :)
About switching branch.
You have to keep setting like TorgoiseGit purpose (create branch ticked etc.)
So on first switch branch, we...
Hi,
I have been following and testing MediaPortal for years now. Im in now way a developer but along the way i figured out how to...
Yes you can use the program table to get at epg data. (You will need to pick up the links to the channel table to get channel details and also possibly split between tv and radio)
Adding the schedule is not so much a case of adding a row to the database but there are various things (such as conflict management to take into account)...
Yes you can use the program table to get at epg data. (You will need to pick up the links to the channel table to get channel...
Hi,
I installed MP and I think that's an excellent software. Now I want to develop a windows software or an smartphone app for...
Hello.
I need help for TV Plugin.
I don't want to use some buttons on Tv Plugin (Active Streams, Search, Active Recordings ) .
I comment that buttons in skin > aiMPed -> mytvhomeServer.xml .
When i do that, for some hours of working MediaPortal picture stop, and i must kill the proccess MediaPortal...
In error log this...
Hello.
I need help for TV Plugin.
I don't want to use some buttons on Tv Plugin (Active Streams, Search, Active Recordings )...
Hello.
I need help for TV Plugin.
I don't want to use some buttons on Tv Plugin (Active Streams, Search, Active Recordings )...
Hi,
I'm referring to the TsReader.
The problem I'm facing is that the subtitle output pin uses a video GUID sub-type, which confuses my graph building code.
I'll try to write a work-around, but can you explain the reason why the subtitle pin exposes this sub-type?
Hi,
I'm referring to the TsReader.
The problem I'm facing is that the subtitle output pin uses a video GUID sub-type, which...
Hi Everyone,
I've been asked by a user to support Media Portal filters in Zoom Player, specifically the File Source filter that...
Sorry for the delay in replying, for some reason I didn't get an email notification despite subscribing to the thread.
It's fairly basic in that it's just a remote control with buttons on it. I haven't made it into an easily installable product, I just have the source code available. Is that something you'd still be interested in...
Sorry for the delay in replying, for some reason I didn't get an email notification despite subscribing to the thread.
It's fairly...
I have developed a very simple website which provides basic control of mediaportal via the WifiRemote plugin.
The reason I wrote...
Hi there!
I'm writing a plugin for the front panel on FSC Scaleo C.
I need to find a way to get the current chapter number played on a DVD. Please help :thx:
//Fredrik Yman
Hi there!
I'm writing a plugin for the front panel on FSC Scaleo C.
I need to find a way to get the current chapter number...
Hi there!
I'm writing a plugin for the front panel on FSC Scaleo C.
I need to find a way to get the current chapter number...
Well don't I feel like a total newbie. Not for forgetting to attach the logs, but for dropping the dll in the process plugin folder when I am making a GUI/Window plugin. :ooops:
Well don't I feel like a total newbie. Not for forgetting to attach the logs, but for dropping the dll in the process plugin folder...
Hi,
I just started coding a plugin for MP1.2 and can't get my plugin to show up in the Home menu.
I went back to following the...
Hi Stefan,
Any possibility to get that filter for testing?
I am doing some learning on how to write directshow filters specifically for the fact that I need to get a stream (RTMP) through HTTP TUnneling so I think your filter will be a great starting point (or perhaps it'll be what i need :))
I appreciate it thanks
Hi Stefan,
Any possibility to get that filter for testing?
I am doing some learning on how to write directshow filters...
Hi,
in the last weeks i've developed a directshow http streaming filter. With it it is possible to play every file you can play...
Hi, you guessed initial steps correctly :) Open project, it will create initial directory structure for you, including "trunk" directory. Source code usually goes here.
You can use TortoiseSVN, ofcourse. But Google Code also offers Mercurial and Git repositories (so be careful what you choose).
SLN = yes/as you wish, SUO = no, CS =...
Hi, you guessed initial steps correctly :) Open project, it will create initial directory structure for you, including "trunk"...
I'm complete noob regarding using svn and therefore have some questions.
I'm made few plugins and would like to update them for...
The link to the RTMPE source is extracted from an XML-file, presented like this:
http://api.headweb.com/v4/stream/213423?apikey=834028479a4f492ebbd1870f8e48999f&fields=stream&authmode=raw
As you can see, the URL is simply composed from <streamurl> + <streamid>. Streamurl has port 443 in the string, so I believe this is true. Also...
The link to the RTMPE source is extracted from an XML-file, presented like this...
Hi
A short introduction
HeadWeb is an online movie rental site, available in Sweden, Norway, Denmark and Finland. Along with their...
To make this topic complete :)
I just started to work on a Subsonic plugin for Mediaportal.
Already started a thread in the plugin section, to encourage people to test the plugin right from the start.
To make this topic complete :)
I just started to work on a Subsonic plugin for Mediaportal.
Already started a thread in the...
To not have multiple people work on the same thing without knowing it,
or to find someone who you wanna help post here your plugin...
Hi,
I know that while in the Tv Guide is available the property ChannelNumber to get just the number of the channel.
I'm wondering if there is a similar property to get the number while you are watching the tv!
the property TV.View.channel contains the name of the channel but not the number.
Anybody knows hot to get it...
Hi,
I know that while in the Tv Guide is available the property ChannelNumber to get just the number of the channel.
I'm...
Hi,
I know that while in the Tv Guide is available the property ChannelNumber to get just the number of the channel.
I'm...
Re: tsreader.ax graph assistance
I was trying to handle the audio change request in the 'OnRequestAudioChange' callback itself. This doesn't work properly. Querying for 'IAMStreamSelect' returns null, so it had to be moved into the main processing loop. Sweet! Working really well now.
Re: tsreader.ax graph assistance
I was trying to handle the audio change request in the 'OnRequestAudioChange' callback itself...
I'm trying to create a quick and dirty application to playback live tv streams and to support zapping. This is a test application...
OK, Found it. Well part of it.
To find out if repeat is turned on when playing music read the following property.
bool MediaPortal.Playlists.PlayListPlayer.SingletonPlayer.RepeatPlaylist
As for shuffle, it seems this is not an actual on/off value. When you hit shuffle, it randomizes the playlist and plays through the new...
OK, Found it. Well part of it.
To find out if repeat is turned on when playing music read the following property.
bool...
I am writing a plugin, and as part of this plugin i need to find out while music is playing if shuffle and/or repeat is activated...
still no luck :-(
this is really weird. I have tried to put in a dummy control and can see it in MP, but I can't reach it.
I have also tried without GetWindow()
Codebehind:
protected GUIGroup _Group;
protected GUIGroup MainGroup
{
get
{
if (_Group == null)...
still no luck :-(
this is really weird. I have tried to put in a dummy control and can see it in MP, but I can't reach it.
I...
Hio,
I am looking for a tab functionality, but can't find any way to do this.
There doesn't seem to be a tab control, so I...
Do you mean you want your code to know when a video is started in MP?
If so, there is an event in "MediaPortal.Players.g_Player.PlaybackStarted()"
This will trigger whenever a file is played and the event handler has a parameter called type which you will be able to see if it is a video or not.
Do you mean you want your code to know when a video is started in MP?
If so, there is an event in...
Hi,
I don't know if this is possible or not, but here it goes:
I have a proof of concept plugin that displays the playlists...
Hi all,
I would like to share some thoughts on plugins and the necessary skin support. I have seen a situation quite often when a plugin that I want to use is not supported by my favourite skin, and I have to switch back to some other skin to be able to execute that plugin.
Sometimes, I notice that plugin developers deliver...
Hi all,
I would like to share some thoughts on plugins and the necessary skin support. I have seen a situation quite often when...
Hi all,
I would like to share some thoughts on plugins and the necessary skin support. I have seen a situation quite often when...
You can listen to player events:
g_Player.PlayBackChanged += new g_Player.ChangedHandler(g_Player_PlayBackChanged);
g_Player.PlayBackEnded += new g_Player.EndedHandler(g_Player_PlayBackEnded);
g_Player.PlayBackStarted += new g_Player.StartedHandler(g_Player_PlayBackStarted);
g_Player.PlayBackStopped += new...
You can listen to player events:
g_Player.PlayBackChanged += new g_Player.ChangedHandler(g_Player_PlayBackChanged)...
Hi all,
I am trying to write a plugin, and part of this plugin needs to be able to access the details of the currently playing...