hi !
when u query the server if a user is recording, remember that a recording user is called "scheduler12" (as an example) ... tvserver has no knowledge about what real user started the recording.
So I dont know how much use this method really is.
On the other hand, istimeshifting should return true if passed the correct value of...
hi !
when u query the server if a user is recording, remember that a recording user is called "scheduler12" (as an example) ...
Can someone explain to me why the methods :
RemoteControl.Instance.IsRecording(ref user)...
When implementing the RSS Ticker i wanted it to be usable with any gui text element so it is up to the skinner how to present the data.
With Aeon wide it looks very good with a fadelabel but unfortunately the current fadelabel doesn't support continues scrolling. So i implemented this feature.
As you can see in the image below...
When implementing the RSS Ticker i wanted it to be usable with any gui text element so it is up to the skinner how to present the...
When implementing the RSS Ticker i wanted it to be usable with any gui text element so it is up to the skinner how to present the...
Thanks fforde, that's very clear now. I guess I should bring this to the attention of the MP developers, but I don't like my chances now that 1.0 is about to be released.
I will see if I can find another way to select the last selected series when exiting and re-entering the filmstrip facade. I can think of hack by using...
Thanks fforde, that's very clear now. I guess I should bring this to the attention of the MP developers, but I don't like my...
Hi, I need some help in the TVSeries Plugin. I have added a Filmstrip view for TVseries Posters but I'm not receiving any messages...
I'm trying to improve the mypodcast plugin but am having an issue. I'm currently learning C so i'm not sure what to do.
I know it should work (it works with other plugins). What it does is play the video (these are streaming mp4 videos) but it will pause the video (but the timer keeps going) at random times. What is a good way to...
I'm trying to improve the mypodcast plugin but am having an issue. I'm currently learning C so i'm not sure what to do.
I know...
I'm trying to improve the mypodcast plugin but am having an issue. I'm currently learning C so i'm not sure what to do.
I know...
I need some help with a plugin I'm trying to write. The plugin will basically allow a user to access some of the configuration settings for TVServer.
I'm using the settings plugin as a basis for this new plugin.
Very much like the Settings plugin, I've drawn three buttons on the screen. I want some of these buttons to hyperlink...
I need some help with a plugin I'm trying to write. The plugin will basically allow a user to access some of the configuration...
I need some help with a plugin I'm trying to write. The plugin will basically allow a user to access some of the configuration...
Oh man... did anything ever come of this conversation?
Oh man... did anything ever come of this conversation?
I would be one very happy camper if MediaPortal and Hava can work together easily. Really would make life easier here in the U.S. !!!!!
Oh man... did anything ever come of this conversation?
Oh man... did anything ever come of this conversation?
I would be one...
Hello, I work over at HAVA - Play Your TV Anywhere - HAVA Video Streamer; HAVA Place-Shifter; HAVA Mobile TV and today a...
Hi guys,
I'm using Windows XP x64 and wonder, if it is possible to compile MP in 64 bit? Having had a quick view at the source code, it is written in C# and I see no reason why it shouldn't be possible, but I didn't go into detail...
Regards,
siGGi_
Hi guys,
I'm using Windows XP x64 and wonder, if it is possible to compile MP in 64 bit? Having had a quick view at the source...
Hi guys,
I'm using Windows XP x64 and wonder, if it is possible to compile MP in 64 bit? Having had a quick view at the source...
Hi!
I would like to add my own plugin to manipulate the myHome.xml screen, kind of the same way as the RSS Ticker by "sambal", but with something different.
Should I use a process-plugin or a window-plugin?
If I comment out the lines where you override the window-id it should show up as a process-plugin, but somehow it shows...
Hi!
I would like to add my own plugin to manipulate the myHome.xml screen, kind of the same way as the RSS Ticker by "sambal"...
Hi!
I would like to add my own plugin to manipulate the myHome.xml screen, kind of the same way as the RSS Ticker by "sambal"...
What's the advantage of this plugin in comparison with the ViewModeSwitcher plugin?
The ViewModeSwitcher plugin seems to be a more complete plugin with more options when I take a look at their descriptions...
What's the advantage of this plugin in comparison with the ViewModeSwitcher plugin?
The ViewModeSwitcher plugin seems to be a...
One thing that has continually annoyed me in MediaPortal is the problem of handling 'fake' 16:9 material. Im talking about the kind...
When ever I'm combining channels in SetupTV I find it flustrating that the app appears to "hang" whilst it queries and updates the database so I've made a slight change to combinations.cs to display a notification screen whilst searching for possible combinations and also when actually combining the channels.
The notification...
When ever I'm combining channels in SetupTV I find it flustrating that the app appears to "hang" whilst it queries and updates the...
When ever I'm combining channels in SetupTV I find it flustrating that the app appears to "hang" whilst it queries and updates the...
Hi,
I've updated Italian string file with strings #34060 and #34061. In SourceForge: https://sourceforge.net/tracker/index.php?func=detail&aid=2198014&group_id=107397&atid=647927
Here's the file
Hi,
I've updated Italian string file with strings #34060 and #34061. In SourceForge...
Hi,
I've updated Italian string file with strings #34060 and #34061. In SourceForge...
I'm relatively green when it comes to a c# compiler but I'm looking into building a simple plugin for myself to bypass tve3's built in diseqc motor controls. i have the majority of the base built but i am just not sure how to find out the dvb-s networkid of a channel that is being changed to when an event is fired. There are generic...
I'm relatively green when it comes to a c# compiler but I'm looking into building a simple plugin for myself to bypass tve3's built...
I'm relatively green when it comes to a c# compiler but I'm looking into building a simple plugin for myself to bypass tve3's built...
Sounds like you might have a few dependancies missing from your solution; can you list which MP core project you have loaded into your plugin solution?
As for converting, then this is fine, you are not changing anything in the core MP projects which are written in VS 2005 (and will never check them in more importantly!) and you...
Sounds like you might have a few dependancies missing from your solution; can you list which MP core project you have loaded into...
HI,
i recently join the MP-TVSeries dev team in attemp to help with the development.
i'm trying to load the MP references to...
I'm lost how to use vk if it is needed in new thread. It is working fine in main thread. There must be a way to enable it as I can see vk messages from LCD but it is not shown in main window. Does it need some kind of window routing? Any examples? All other dialogs are fine without any 'tuning'.
I'm lost how to use vk if it is needed in new thread. It is working fine in main thread. There must be a way to enable it as I can...
I'm lost how to use vk if it is needed in new thread. It is working fine in main thread. There must be a way to enable it as I can...
Sorry to comment my own thread, but i think i found the reason why the creator of the main TVService class did such a "hard" work to implement power event handling.
After days of searching the Inet i found some comments that say "The PowerEvent Handling" in .Net Windows Services is BROKEN!
This is what i also experienced during my...
Sorry to comment my own thread, but i think i found the reason why the creator of the main TVService class did such a "hard" work...
Can someone tell me why are the PowerEvents in the file Service1.cs class TVService are handled via Window Broadcast Messages and...
Is it possible to give a rating to movies after you watched them? Or is that field reserved for the imdb rating.
If it is like that, wouldn't it be better to be able to adjust the rating? Could it be implemented?
Is it possible to give a rating to movies after you watched them? Or is that field reserved for the imdb rating.
If it is like...
I have made some changes to the Movies part of the core, these include:
NOW HAS EASY INSTALLER and Un-INSTALLER FOR EASY...