Re: Developers - do you want feedback on CVS "bugs"
Taipan,
The problem with bug reports concerning the latest CVS is that it's impossible to say if you're just hitting a "temporary" bug due to some work in progress or if it's a bug that will eventually make it to the next release.
So it's easier and more efficient to check...
Re: Developers - do you want feedback on CVS "bugs"
Taipan,
The problem with bug reports concerning the latest CVS is that...
I have been installing a few of the recent CVS releases, and have noticed a few new "bugs". However, I realize that Media Portal...
Hi,
I'm using Media Portal since 2 weeks now and I'm very happy with it.
I am mainly a music listerner, coming from Foobar/Winamp world, and was looking for a UI you can drive with remote control. 'Seems I found it :) !
Now, a small request : my audio codec of choice if WavPack. It uses APEv2 tags, just like MusePack or...
Hi,
I'm using Media Portal since 2 weeks now and I'm very happy with it.
I am mainly a music listerner, coming from...
Hi! The tag.exe can be used not only for FLAC, Ogg Vorbis and APE format files, but also for MusePack files. Therefore, adding...
Re: on public vs private fields and properties and all
I personally like things to be indented.... but since I don't write code for this project, it doesn't matter to me... heh
Re: on public vs private fields and properties and all
I personally like things to be indented.... but since I don't write code...
C# Sourcefiles
Keep your classes/files short, don't exceed 2000 LOC, divide your code up, make structures clearer. Put every class...
remote debugging
there are some things you should be aware of.
You need to have the authentication set up and working between your debuggee (the targe machine running debug code) and your debugger.
This means in reality NO cross-domain stuff. If you have a domain-member debugger machine, you will at most be able to debug a...
remote debugging
there are some things you should be aware of.
You need to have the authentication set up and working between...
Has anyone gotten this to work with MP yet? If so, could you put the required steps here please? I have used remote debugging in...
Thanks for replying - I assume you're not having the one minute offsets for all your programs, unlike me...
I don't know where the off-by-one-minute "virus" came from. The crazy thing is my first time loading in MP, I had everything coming in one minute AHEAD of the mark, so all shows were reading :59 or :29 for the start or end...
Thanks for replying - I assume you're not having the one minute offsets for all your programs, unlike me...
I don't know where...
when i record some shows back to back, the second show always seems to to start a few seconds after the initial start time. does MP...
Hi Devs,
I found an open-source-project for a winamp-plugin which avoids gaps playing live-cds and concept-albums like Pink Floyd. Maybe it can be integrated into MP for gapless playing of such albums.
You can find it here
eagle
Hi Devs,
I found an open-source-project for a winamp-plugin which avoids gaps playing live-cds and concept-albums like Pink...
Hi Devs,
I found an open-source-project for a winamp-plugin which avoids gaps playing live-cds and concept-albums like Pink...
I'm working on a skin as well. The TVGuide is ready for use.
I've build it for 1024*768 user and it fits 12 channels.
Stil working on some other parts of the skin.
How far are you doing?
Ron
I'm working on a skin as well. The TVGuide is ready for use.
I've build it for 1024*768 user and it fits 12 channels.
Stil...
Hi
Is it possible to show more channels (for example 12) than the standard 8 in the program guide? If have searched in the forum...
Other things are more important now, post the request in the Feature Request section for the viz to take the PC's resolution into account and be patient.
Otherwise submit a patch and if it's good it will be put it.
DMAN
Other things are more important now, post the request in the Feature Request section for the viz to take the PC's resolution into...
I have put a fix into my local code to correct the following problem:
If you play a shoutcast (maybe all?) radio stream, then press the TV Guide button, the TV turns on (TV Guide must do this) but the radio audio does not turn off. So you hear both audios.
I bascially just put a additional call into the remote handling code so...
I have put a fix into my local code to correct the following problem:
If you play a shoutcast (maybe all?) radio stream, then...
I have put a fix into my local code to correct the following problem:
If you play a shoutcast (maybe all?) radio stream, then...
Can somebody please put this into the english language file?
<string>
<id>760</id>
<value>Update</value>
</string>
<string>
<id>761</id>
<value>Synchronize</value>
</string>
<string>
<id>762</id>
<value>Standby</value>
</string>
<string>
<id>763</id>
<value>Hibernate</value>
</string>
<string>
<id>764</id>...
Can somebody please put this into the english language file?
<string>
<id>760</id>
<value>Update</value>
</string>
<string>...
Please be advised that STSC planned a none hardcoded version of the PVR-Scheduler plugin.
He has no developer account and I'm...
I have the MCE2005 (US) remote. When I press the green button, I seem to always go to the main MP menu. Yet I don't see code in the MCE2005 remote C# code that does that. Where is that handled? Also, does anyone have the list of codes generated for that remote?
Thanks.
I have the MCE2005 (US) remote. When I press the green button, I seem to always go to the main MP menu. Yet I don't see code in...
I have the MCE2005 (US) remote. When I press the green button, I seem to always go to the main MP menu. Yet I don't see code in...
I would like to add the management of other events to the function OnAction in GUITVGuide.cs code.
If I modify the code in this way nothing doesn't happen.
public override void OnAction(Action action)
{
switch (action.wID)
{
// --- change start here...
case Action.ActionType.ACTION_RECORD:
{...
I would like to add the management of other events to the function OnAction in GUITVGuide.cs code.
If I modify the code in this...
I would like to add the management of other events to the function OnAction in GUITVGuide.cs code.
If I modify the code in this...
Forgot about netremote. I think it works by sending keystrokes to MP on the MP computer when it receives signals from the 'remote' device, e.g. PocketPC. Not sure about two-way communication - I've never used netremote before.
Sam
Forgot about netremote. I think it works by sending keystrokes to MP on the MP computer when it receives signals from the 'remote'...
I was looking for a wireless remote controller.
I mean, I've an IPAQ, with Wi-Fi and i want to control MP remotely, using it...
Here's where my knowledge gets really fuzzy...
From what I can gather, after Timeshifting is setup by MP through DVBGraphBDA.cs, there is a property somewhere that gives the file path to the timeshifting file. MP passes this file path to gPlayer.cs (in the Core project) which then decides what type of video it is, in this case - it...
Here's where my knowledge gets really fuzzy...
From what I can gather, after Timeshifting is setup by MP through DVBGraphBDA.cs...
Hi folks,
I am new to Mediaportal and during the past days I was tracing the sourcecode and trying to understand how my DVB-T card...
I'm trying to get the TT Premium 1.2 card to work in Mediaportal. With the latest drivers it show up as a capture device and I can connect to it's graph with graphedit.
I was thinking that if I could implement the interfaces for tuning and such, mediaportal would be able to build the graph and use the card?
The TT sample...
I'm trying to get the TT Premium 1.2 card to work in Mediaportal. With the latest drivers it show up as a capture device and I can...
I'm trying to get the TT Premium 1.2 card to work in Mediaportal. With the latest drivers it show up as a capture device and I can...
Predictive Stuff
Hi Smirnoff,
One Idea for the predictive:
Most keyboard input has to do with searching. When you are searching for something, you already have your "dictionary", since it is no use to find a word from a dictionary which is not in the e.g. "Albums" List. So I would extend the "SearchKeyboard" to allow inputting...
Predictive Stuff
Hi Smirnoff,
One Idea for the predictive:
Most keyboard input has to do with searching. When you are...
Hi -
Have spent today making a skinnable virtual keyboard (currently using the same skin images from the XBMC build on my son's...
Can you write a small howto for the plugin. How do I setup the phone with this file to control media portal. I have a Bluetooth USB stick which comes with BlueSoleil.
Thanks
Can you write a small howto for the plugin. How do I setup the phone with this file to control media portal. I have a Bluetooth USB...
I created a K700 HID profile so you can use the telephone as a small remote controller to control MediaPortal. The graphics for the...
Thanks, Mr Mitchell. I looked at the CVS tags last night and couldn't find one for the 0.1.1.1, so I wasn't sure which ones made it up.
It might also be a good idea when releases are made that a snapshot archive of the source code could be put on sourceforge that matches that release. It would make it easier to get the exact...
Thanks, Mr Mitchell. I looked at the CVS tags last night and couldn't find one for the 0.1.1.1, so I wasn't sure which ones made...
Is the CVS HEAD the 0.1.1.1 source code that was released as a binary on the media portal website? Because I got it last night and...
Hello. Here's the situation. When viewing TV with my PVR-250MCE, I have a black border around the right edge of my screen (about 10 pixels) and none of the aspect ratio changes can fix this (which is not the main problem). The problem is that the tv card (perhaps more likely the drivers - i have the latest ones) does not compensate...
Hello. Here's the situation. When viewing TV with my PVR-250MCE, I have a black border around the right edge of my screen (about...
Hello. Here's the situation. When viewing TV with my PVR-250MCE, I have a black border around the right edge of my screen (about...
Just wondering if it's possible to move controls dynamically. I've tried every way i can think of doing this, like setting the control's YPosition and using the SetPosition function, but nothing seems to physically move the control after it's been created. Specifically, I'm trying to move a horizontal scrollbar to a new position. Is...
Just wondering if it's possible to move controls dynamically. I've tried every way i can think of doing this, like setting the...
Just wondering if it's possible to move controls dynamically. I've tried every way i can think of doing this, like setting the...
Wonderful. This makes my patch obsolete :) :) :) . Not in a bad way. I've updated my start post + tracker patch thread post. Now all it requires is implementation by the authors of winlirc + other plugins.
Wonderful. This makes my patch obsolete :) :) :) . Not in a bad way. I've updated my start post + tracker patch thread post...
If anyone uses an exteral DVD/Movie player and the winlirc plugin, the problem is that the commands in LIRC will be relayed to MP...