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

  Thread Rating:
  • 7 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #631
Bit late:
http://www.xbmc.org/trac/ticket/7777

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
Freddo Offline
Skilled Skinner
Posts: 489
Joined: Apr 2004
Reputation: 13
Post: #632
Oops sorry, didn't see it mentioned again in the thread here so I assumed no-one had done it. Cheers Spiff for sorting it out!
find quote
davidesedl Offline
Junior Member
Posts: 1
Joined: Jan 2010
Reputation: 0
Post: #633
scurra Wrote:+1

I think a lot of non English-based users would like to have flagging for files with mutiple audio tracks. This has to be done on a code level not skinning to make ListItem.AudioLanguage(NUMBER) available. Where NUMBER is the stream of your choice. I once did this quick and dirty to an unstable SVN Version but I currently don't have enough time to provide a clean patch. Maybe anyone else would like to do us a favor? Thanks in advance.

+2
Agreed. I really would like to be able to list all audio streams. like ListItem.AudioLanguage(all).
find quote
NoiZe Offline
Junior Member
Posts: 34
Joined: Feb 2007
Reputation: 0
Location: Switzerland
Smile    Post: #634
davidesedl Wrote:+2
Agreed. I really would like to be able to list all audio streams. like ListItem.AudioLanguage(all).

I'm arrived to this post because I'm searching for this exact feature, because it's difficult to find what movies have the second audio stream.

Anyone knows a software for have this information rapidly, before the xbmc modification?
find quote
Fice Offline
Member
Posts: 59
Joined: Jan 2010
Reputation: 3
Post: #635
Quote:+2
Agreed. I really would like to be able to list all audio streams. like ListItem.AudioLanguage(all).

+3

perhabs subtitle language flags would also be usefull
find quote
mudstuff Offline
Member
Posts: 64
Joined: Mar 2010
Reputation: 0
Post: #636
CapnBry Wrote:FLAC you're probably right about, I didn't know anyone ever put FLAC in a video audio track so I forgot about it when doing the priority.

The other two formats I don't even know how ffmpeg reports them, if it supports them, if they are distinct from DTS and E-AC3 respectively, and if the point is moot because the can't be played at this time anyway Smile

EDIT: After looking at it, I believe ffmpeg would report DTS-MA as just dca, and TrueHD as eac3 so there would be no way to distinguish them at the demux level like I do.
Good a place as any to ask this I guess - let me know if there's a better place.

TrueHD flagging is working (march 1st nightly build + Alaska) but DTS-HD is indeed being reported as dca, shall I just edit the nfo for this? TrueHD wasn't displaying as the png file was called "DolbyTrueHD". Renaming sorted that (i'm new to all this, had registered a couple of weeks ago but profile lost with the lightning strike).

My main question that I can't figure out though is where are the studio flags pulled from? I had Aeon installed but without a mod so I had manually got them working by editing the nfo. I then installed Alaska and saw that the tagging was being done automatically with imdb as the scraper. However, there's no studio folder, just resolution etc. I put a load of flags in the Aeon folder so thought it was pulling them from there - I just refreshed my library after adding some new films and some studio icons have displayed and the only place they are located is in the Aeon folder so what's happening?

For a film without a studio icon, I created one with the same name and put it in the Aeon folder next to the others and in the Alaska folder (created \extras\flags or studios as I saw others' were set up) but they aren't showing upConfused

Any help would be appreciated, I'll post this in hte Alaska forum too.
find quote
spiff Offline
Grumpy Bastard Developer
Posts: 12,174
Joined: Nov 2003
Reputation: 81
Post: #637
studios are scraped.

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
henrikyo Offline
Fan
Posts: 311
Joined: Jan 2009
Reputation: 0
Post: #638
So

I ripped some films today with the paid version of mactheripper (version 4)

THe movies is like this

Movies \ Hostage \ Hostage.ISO

Now in XBMC, the movies ripped doesnt show any flags (resolution, video / audio format etc etc)

Any reason why this is happening

Picture: Samsung LE46A656
Reciever: Onkyo TX-SR607B
Front Spkeakers: Yamaha NS-555
Computer: Asrock Ion 330, 4gb ram, OCed 2.0Ghz.

My Ht(havnt updated pictures)
http://minhjemmekino.no/Henrikr
find quote
Philmatic Offline
Fan
Posts: 432
Joined: Nov 2009
Reputation: 0
Location: Elk Grove, CA
Post: #639
XBMC doesn't peek inside ISO files to determine codec information when scanning. Only after playing the ISO will it then cache the information and set the appropriate flags.

Why put the ISO inside a folder with the same name, isn't that redundant? I just have a folder of DVD ISOs with the name of the movie:

Code:
\\whs-server\Movies\DVD\The Godfather - A Novel for Television [Disc 1 of 2].iso
\\whs-server\Movies\DVD\The Godfather - A Novel for Television [Disc 2 of 2].iso
\\whs-server\Movies\DVD\The Godfather - The Coppola Restoration (1972).iso
\\whs-server\Movies\DVD\The Godfather (1972).iso
\\whs-server\Movies\DVD\The Godfather Part II - The Coppola Restoration (1974).iso
\\whs-server\Movies\DVD\The Godfather Part II (1974) [Disc 1 of 2].iso
\\whs-server\Movies\DVD\The Godfather Part II (1974) [Disc 2 of 2].iso
\\whs-server\Movies\DVD\The Godfather Part III - The Coppola Restoration (1990).iso
\\whs-server\Movies\DVD\The Godfather Part III (1990).iso
find quote
jz1276 Offline
Fan
Posts: 327
Joined: Jul 2007
Reputation: 0
Question  Media Flagging shows incorrect aspect ratio for DVD-Video's? Post: #640
All DVDs come up as 1.66:1 when XBMC automatically gets the aspect ratio for DVDs (I guess it's because regardless of the AR of the film whether it's 2.35:1, 1.85:1, etc, DVDs are 720x480p). Is there a way for XBMC to find the correct AR within the DVD, or does everyone have to be entered manually in the nfo files?
find quote
Post Reply