High-Definition Video Flagging (library filtering/sorting & skin thumbnails overlay)?

  Thread Rating:
  • 7 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #31
For reference:
http://forum.xbmc.org/showthread.php?tid=33611
jmarshall Wrote:Here's the check so there's no misunderstandings:

if (upscale == SOFTWARE_UPSCALING_SD_CONTENT && (m_iSourceHeight >= 720 || m_iSourceWidth >= 1280))

Thus, it is considered SD if height < 720 and width < 1280. If either height >= 720 or width >= 1280 then it will be considered HD.

In your particular example of 960x544, that would be SD. If you actually meant 1280x544 (i.e. a 2.35:1 aspect) then that would be HD.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Rainbow    Post: #32
As another example here are more mockups for how HDTV resolution tags could possibly look in the TV-Show episode information:

[Image: aeon_epconcept2.jpg]

[Image: aeon_epconcept3.jpg]

Note! These are only mockups for the AEON skin by djh_ (just as an example how this could be used in the future).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2008-06-10 20:39 by Gamester17.)
find quote
ezechiel1917 Offline
Aeon Group
Posts: 646
Joined: Jun 2005
Location: Czech Republic
Post: #33
I would really love to see this in XBMC =)

I think it shouldn't be parsed from file/dirname, proper method should be an inital scan like Gamester17 suggusted, with an alternative to get data from external nfo.
find quote
hitman Offline
Member+
Posts: 58
Joined: Jan 2008
Reputation: 4
Location: London
Post: #34
Will the future Aeon skin allow selection of either SD or HD versions if both are available on disk?
find quote
Gamester17 Offline
Team-XBMC Forum Moderator
Posts: 10,595
Joined: Sep 2003
Reputation: 9
Location: Sweden
Post: #35
hitman Wrote:Will the future Aeon skin allow selection of either SD or HD versions if both are available on disk?
That has nothing to do with the AEON skin, it would have to be a new XBMC library filtering feature.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
hitman Offline
Member+
Posts: 58
Joined: Jan 2008
Reputation: 4
Location: London
Post: #36
Gamester17 Wrote:That has nothing to do with the AEON skin, it would have to be a new XBMC library filtering feature.

Ah, I mis-interpreted your reference to Aeon in your previous post.

Just eager for this feature to be in XBMC, it would round things of nicely for me.
find quote
Weavus Offline
Alaska Group
Posts: 346
Joined: Jun 2004
Post: #37
Another vote for this feature to be implemented...
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #38
+1, especially if I could get HD recordings off DVBT via Myth TV added to the TV show library.
find quote
umcisou Offline
Junior Member
Posts: 33
Joined: Jun 2008
Reputation: 0
Post: #39
Hi everybody,

With the same idea, can we imagine logo for language and subtitle ?

It will be very useful for non-english users.
find quote
kraqh3d Offline
Retired Developer
Posts: 7,183
Joined: Dec 2003
Reputation: 4
Location: New York City, USA
Post: #40
if the time it takes to query the info from the file during a scan is a concern, it could be done that this information is only available after the item has been played. im pretty sure this is what's done for subtitles.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply