microtrigger / lightpack

Automatically exported from code.google.com/p/lightpack
GNU General Public License v3.0
1 stars 0 forks source link

XBMC Lightpack Addon detects video aspect ratio #302

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

first, thanks for the great sofware. It works fine for me on windows 7 with 
XBMC.

My Enhancement request :
It is possible that the XBMC addons detects the aspect ratio of the running 
video and selects the good profile.

So we could configure the addon with new profiles, for exemple :
- Defaut profile (already exist)
- Video Default profile (rename parameter)
- Video 16/9 profile (new parameter)
- Video 20/9 profile (new parameter)
- Audio profile (already exist)

Thanks and sorry for my english, I'm a french user
dvdlrx

Original issue reported on code.google.com by dvd...@gmail.com on 21 Jan 2013 at 10:08

GoogleCodeExporter commented 9 years ago
Sorry, it is not a defect (type), it is an enhancement. I don't know how to 
change it

Original comment by dvd...@gmail.com on 21 Jan 2013 at 10:14

GoogleCodeExporter commented 9 years ago

Original comment by tim.hell...@gmail.com on 28 Jan 2013 at 3:03

GoogleCodeExporter commented 9 years ago
Hi,

I have a suggestion to do that :
You can use this code in the addon :
"aspect = str(xbmc.getInfoLabel('VideoPlayer.VideoAspect'))"

ListItem.VideoAspect – display aspect of the video. Options are 1.33, 1.66. 
1.78, 1.85, 2.20, 2.35.

2.35 for 21/9 format
1.78 for 16/9 format

dvdlrx

Original comment by dvd...@gmail.com on 29 Jan 2013 at 10:28

GoogleCodeExporter commented 9 years ago
This will not work. I've tested it with some movies and even though they have 
black bars on top and bottom the aspect shows as 1.78, same as for full screen 
video.

Original comment by art...@gmail.com on 10 Oct 2013 at 8:23