MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Plugins


Plugins Plugins developed and maintained by users. Want to create your own plugin? Start a thread in here.

Reply
 
Thread Tools Display Modes
Old 2008-08-19, 09:11   #181 (permalink)
Portal Member
 
Join Date: Dec 2006
Age: 29
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Quote:
Originally Posted by lkuech View Post
Hi.

@disaster: You can run MediaPortal in the windowed mode and use the freeware tool baretail to watch the log file "online" and use the highlight function of this tool to see the interesting lines.

@spenca: Can you please export your complete settings? I will try to have a look.

Bye
Lars
of course!

<?xml version="1.0" encoding="utf-8"?>
<profile>
<section name="ViewModeSwitcher">
<entry name="parmverboselog">no</entry>
<entry name="parmshowswitchmsg">yes</entry>
<entry name="parmrescanrulesafterchannelchange">yes</entry>
<entry name="parmsuppressinitialmsg">no</entry>
<entry name="parmusefallbackrule">no</entry>
<entry name="parmfallbackviewmode">Normal</entry>
<entry name="parmrulecount">1</entry>
<entry name="parmrule1Enabled">yes</entry>
<entry name="parmrule1Name">Letterboxed</entry>
<entry name="parmrule1ARFrom">1,33</entry>
<entry name="parmrule1ARTo">1,334</entry>
<entry name="parmrule1MinWidth">500</entry>
<entry name="parmrule1MaxWidth">800</entry>
<entry name="parmrule1MinHeight">500</entry>
<entry name="parmrule1MaxHeight">800</entry>
<entry name="parmrule1ChangeAR">no</entry>
<entry name="parmrule1ViewMode">Zoom</entry>
<entry name="parmrule1ChangeOS">no</entry>
<entry name="parmrule1Overscan">0</entry>
<entry name="parmrule1EnableLBDetection">yes</entry>
<entry name="parmrule1VerticalOffSetZoom">0</entry>
<entry name="parmrule1VerticalOffSet14_9">0</entry>
<entry name="parmrule1VerticalOffSetWide14_9">0</entry>
<entry name="parmdisablelbglobaly">no</entry>
<entry name="parmlbcheckinterval">3000</entry>
<entry name="parmupboxenabled">yes</entry>
<entry name="parmupboxwidth">25</entry>
<entry name="parmupboxheight">8</entry>
<entry name="parmupboxstart">1</entry>
<entry name="parmcentboxwidth">35</entry>
<entry name="parmcentboxheight">10</entry>
<entry name="parmlowboxenabled">no</entry>
<entry name="parmlowboxwidth">25</entry>
<entry name="parmlowboxheight">8</entry>
<entry name="parmlowboxstart">92</entry>
<entry name="parmblacklevel">0,1</entry>
<entry name="parmlbdetectioncount">1</entry>
<entry name="parmlboverscanenabled">no</entry>
<entry name="parmlboverscan">0</entry>
<entry name="parmvoffsetzoom">0</entry>
<entry name="parmvoffset149">0</entry>
<entry name="parmvoffsetwide149">0</entry>
</section>
</profile>
spenca is offline   Reply With Quote
Old 2008-08-19, 11:24   #182 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts

Country:

My System

Default

Well. I would say you found a bug of my plugin

If you create a rule that does not switch to any zoom mode... than the letterbox detection is not working at all... even if the rule fits the conditions.
The only workaround is to set the rule to a zoom mode you normally use...like the mode "normal" or "stretch".

I'll have a look if it is possible to fix that in a later version without breaking to much

bye
Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Old 2008-08-19, 15:01   #183 (permalink)
Portal Member
 
Join Date: Jun 2008
Location: Chemnitz/Sachsen
Age: 39
Posts: 46
Thanks: 0
Thanked 1 Time in 1 Post

Country:

My System

Default

Hi lkuech,
got some time to have a look on my issue so far? (Video AR always 4:3)
__________________
~~~~~~~~~~~~~~~~~~~~~
schöne Grüße
Sven
SvenZ is offline   Reply With Quote
Old 2008-08-20, 08:10   #184 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts

Country:

My System

Default

Hi Sven.

Unfortunately I have no idea how something like this can happen. I'm sure the plugin can't help you because it needs the right information about aspect ratio and video size. This information is provided by MediaPortal. If this info is already wrong ... the plugin is useless.
Normally the codec is responsible to analyse the videostream (like the ts files that come from the tvserver) and "give" the results back to the player (MediaPortal).
On your System seems something serious wrong, because my configuration is nearly similar to yours (TVE3 set to ts files, PDVD as video codec) and does work pretty well.

The only thing I was wondering about during I was browsing your log file was the screen size and the source and target of the planescene:
Code:
[Info.][11]: PlaneScene: screen WxH : 389x271
[Info.][11]: PlaneScene: AR type    : Zoom14to9
[Info.][11]: PlaneScene: PixelRatio : 1
[Info.][11]: PlaneScene: src        : (17,33)-(702,541)
[Info.][11]: PlaneScene: dst        : (333,111)-(722,382)
This is really weird.
The Screen WxH should be the resultion of your screen (in my case 1920x1080). Was your MP in window mode while you have created the log?
The "src" is a rectangle that is cropped out of the complete video (normally this is the same as the video size, as long as did not change anything to the cropping settings)
The "dst" is the target rectangle where the source rectangle should be shown on the screen. Normally this is your complete screen (in my case again 0,0,1920,1080).

In your case the target is bigger than the screen size... so you don't see the right site of your video.

Maybe there are some strange settings in your MediaPortal.xml that lead to such an effect... Try to rename it (it's in your "C:\Dokuments and Settings\AllUsers\Team MediaPortal\MediaPortal\" folder. You will have to configure MP complete new because this file hold nearly all client related settings. But for a quick test this should be ok.

Bye
Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Old 2008-08-21, 06:45   #185 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts

Country:

My System

Default

Hi Sven.

Was this information helpful for you?
If your problem is gone with a new mediaportal.xml, then your have most likely some wrong settings in your screen/ui calibration.

Bye
Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Old 2008-08-26, 20:08   #186 (permalink)
Portal Member
 
Join Date: Jun 2008
Location: Chemnitz/Sachsen
Age: 39
Posts: 46
Thanks: 0
Thanked 1 Time in 1 Post

Country:

My System

Default

Hi lkuech
please be patient to receive some further information.
Actually I have re-installed a virginal XP with MP RC2 with the result, that my live TV freezes all the time (window and fullscreen).
So first of all I have to fix that (however ) and then I will deal with some plugin issue again.
__________________
~~~~~~~~~~~~~~~~~~~~~
schöne Grüße
Sven
SvenZ is offline   Reply With Quote
Old 2008-08-29, 15:56   #187 (permalink)
Portal Member
 
pilehave's Avatar
 
Join Date: Apr 2008
Posts: 211
Thanks: 3
Thanked 40 Times in 17 Posts

Country:


Default

Hi, I need some help with this!

All 4 of my available channels transmits in both 4:3 format, and 16:9, but always 704 x 576, the 16:9 transmissions is just send with the anamorphic flag, so the TV knows when to strech it.

I don't think that this plugin can check for this flag, perhaps I'm doing it wrong?

The important part here is that I can't check the video height and width, because they are always the same.

What I COULD do was to check for black bars in the side, just the same way you do it in the top and bottom. But the plugin can't do that at the moment

Last edited by pilehave; 2008-08-29 at 16:12. Reason: 720 should have been 704
pilehave is offline   Reply With Quote
Old 2008-08-29, 23:03   #188 (permalink)
Portal Member
 
pilehave's Avatar
 
Join Date: Apr 2008
Posts: 211
Thanks: 3
Thanked 40 Times in 17 Posts

Country:


fixed

Quote:
Originally Posted by pilehave View Post
Hi, I need some help with this!

All 4 of my available channels transmits in both 4:3 format, and 16:9, but always 704 x 576, the 16:9 transmissions is just send with the anamorphic flag, so the TV knows when to strech it.

I don't think that this plugin can check for this flag, perhaps I'm doing it wrong?

The important part here is that I can't check the video height and width, because they are always the same.

What I COULD do was to check for black bars in the side, just the same way you do it in the top and bottom. But the plugin can't do that at the moment
Figured out that that the MPVideo filter apparantly is broken (lots of dead threads in the forum on this subject!). Using any other filter, like PowerDVD or DScaler fixed the problem, but introduced another; terrible artifacts in the form of interlacing.

Currently I have turned of HW-decoding of MPEG2 in PowerDVD and that looks like a fix. CPU is around 12-20% and I can live with that since my CPU is a dual-core.

So: Nothing wrong with the plugin, but I don't think that I need it, since the AR is correct when NOT using MPVideo-filter. I guess this is the price we pay for buying a cutting-edge chipset
pilehave is offline   Reply With Quote
Old 2008-08-30, 08:11   #189 (permalink)
Portal Developer
 
Join Date: Jan 2005
Age: 30
Posts: 3,451
Thanks: 90
Thanked 114 Times in 92 Posts


Default

EVR and this plugin should work in the next SVN build...

0001571: AutoCropper is not working with EVR - MediaPortal Bugtracker
__________________
http://day2.no-ip.org/

"Commy64 - The problem there is that Oprah was on. MP tried to save you by blanking the screen"
tourettes is offline   Reply With Quote
Old 2008-09-01, 11:59   #190 (permalink)
Portal Developer
 
lkuech's Avatar
 
Join Date: Feb 2007
Location: Hamburg
Age: 35
Posts: 573
Thanks: 32
Thanked 49 Times in 21 Posts

Country:

My System

Default

Yeah.

Wow tourettes. That are really great news for all the Vista Users out there. Thanks.

bye
Lars
__________________
Using a wide screen and tired of changing the aspect ratio via remote all the time? Use the ViewModeSwitcher Plugin and everything is working automatically.
Are you able to find your home in MediaPortal? Yes you are! With the WorldMap plugin!
lkuech is offline   Reply With Quote
Reply

Bookmarks

Tags
plugin, version, viewmodeswitcher

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ein neues Plugin von einem bestehenden Plugin programmiertechnisch ableiten? bartmanson Plugins/Erweiterungen 10 2008-05-20 00:07
MCE Plugin Plugin sambuddy Plugins 1 2006-06-23 09:00
memory plugin-newbie plugin dev. questions newbie23 Plugins 13 2005-09-08 21:19
plugin : GetHome / my plugin ? Boris General Development (no feature request here!) 0 2005-08-07 13:28
Plugin Request - Cinema Preview Plugin Schrauber Plugins 0 2004-08-17 16:34


All times are GMT +1. The time now is 06:23.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden