• 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
  • 43
High-Definition Video Flagging (library filtering/sorting & skin thumbnails overlay)?
freezy Wrote:+1 Gamester. However, if, as CapnBry pointed out, there are performance issues it may not be worth it.

If i understand CapnBry correctly, his biggest concern is rendering the skin with all the 'heavy conditionals' in the xml code.
I'm currently using over 250 of those 'heavy conditionals', 200 of them are needed just to display a studio logo, the rest is for resolution/video codec/audiocodec etc..
As a test i disabled media flagging in the skin and honestly, i didn't see any decrease in cpu usage.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
spiff Wrote:serisously. do you EVER go

'hmm, i want to watch a xvid movie, not a silly divx one!' Huh

No, no-one does. People are just getting greedy...:p
  • Livingroom - C2D E8400, P5N7A-VM on a Samsung 46" LE46M86 FullHD via HDMI
  • Kitchen - ASRock 330 HT Displayed on a Samsung Lapfit 22" dual touch screen LD220Z
  • Bedroom - LG Laptop on a 32" tv
Reply
lx01 Wrote:But don't you do that yourself by differentiating between mpeg4 and h264 (which is also mpeg4, just a different part)?

I just think that the current solution is somewhat inconsistent:
For DivX/XVID you're displaying a whole family of coding standards ("mpeg4") for what is really just a part of that family (Part 2 "MPEG4 ASP"), while for another part of that family you're displaying the actual codec.
Following your argument, MPEG4 is just MPEG2 with more features, which is just MPEG1 and they're all just video so why not have an icon that says VIDEO so everyone knows the video stream uses a video codec?

The difference between them as far as I am concerned is that they use different decoders. The code acts generically, asking the demuxer "What is the name of the codec you'd use to decode this stream?" If the underlying subsystem thinks the distinction between mspeg4v2 and mpeg4 is important enough to differentiate them, that's what you get. Personally, I'd prefer less variety in the name.
Reply
CapnBry Wrote:Following your argument, MPEG4 is just MPEG2 with more features, which is just MPEG1 and they're all just video so why not have an icon that says VIDEO so everyone knows the video stream uses a video codec?

The difference between them as far as I am concerned is that they use different decoders. The code acts generically, asking the demuxer "What is the name of the codec you'd use to decode this stream?" If the underlying subsystem thinks the distinction between mspeg4v2 and mpeg4 is important enough to differentiate them, that's what you get. Personally, I'd prefer less variety in the name.
Seems i didn't make myself clear enough, sorry for that:
I have no problem if the system displays the codec used for de- instead of encoding.
My problem is that mpeg4 simply isn't a codec and thus "mpeg4asp"/"mpeg4avc" would be more correct than "mpeg4"/"h264".
Reply
Ah I see your point. I'm at the mercy of what ffmpeg names its decoders though.

Anyway since it has become clear that there are two groups of people here:
1) people who want fourcc instead of decoder
2) people who don't give a damn what decoder will be used

Since group 2 doesn't care, we'll follow group 1 and I've changed the code to pull fourcc when available and fallback to decoder codec when not. I'm done with that, but for parity I need to change what's returned by VideoPlayer.VideoCodec to do the same. That's a slightly more complicated, but as luck would have it, I have a 1pm conference call today so I should have it done by later today.
Reply
damn this guy is an asset to the community, regardless of other users wants/wishes i gotta praise you mate for your patience Smile

thanks again from someone who loves to much info Smile
Reply
spiff Wrote:serisously. do you EVER go 'hmm, i want to watch a xvid movie, not a silly divx one!' Huh
You misunderstood me, I do not want to sort/filter by video codec, I just think using logos look cool in the skin Cool

...so the DivX verses Xvid discussion is purely from a skins eye candy point of view for showcasing codec logos Nod

From the practical stand point I only care about sorting/filtering videos by resolutions or within and without 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.
Reply
imo; useless eye candy stealing screen estate for absolutely no reason putting tons of work load on skinners for absolutely no gain. yayh for wasted work and increased complexity on all accounts!

i can *sort of* see the use for audio codec and video resolution. but any higher granularity i do not see what offers at playback time, that is the sort of thing i decided on before doing the encode / obtaining it elsewise.
Reply
+1

Screen resolution and audio is important; video codec's aren not that important IMHO, I much rather see a film studio icon on the place of the video codec Laugh
And I guess 4 icons are as much as you can include on screen before it will look like a freak show.
Reply
bartdesign Wrote:And I guess 4 icons are as much as you can include on screen before it will look like a freak show.
What are you talking about? This is my World of Warcraft UI and I'm always looking to add more addons to the user interface.
Image
Reply
bartdesign Wrote:+1

Screen resolution and audio is important; video codec's aren not that important IMHO, I much rather see a film studio icon on the place of the video codec Laugh
And I guess 4 icons are as much as you can include on screen before it will look like a freak show.

It is not necessary that a skin displays all information available but it is necessary to have the information in the listitem to use it.
Reply
ccMatrix Wrote:It is not necessary that a skin displays all information available but it is necessary to have the information in the listitem to use it.

+1

Form verses function debates have no logical conclusion other than people getting pissed of. Leave it to the users to decide via what features or skin they choose.
Having problems getting your TV shows recognized?

Try my extra TV show matching REGEX here
Reply
Thank you to those who responded. I seriously read (quickly) about 15 pages in this thread, and was really getting confused with the status.

To contribute to the topic at hand right now, it's honestly one of the features I miss the most in XBMC currently... can't explain it, but... Seeing this nice "DTS 5.1" logo, along with 1080p, reminds me why I spend so much time tweaking this HTPC Wink

Besides the purely esthetic & egotic aspect, I'd add that as a non native english speaker, language is an important information to me & my wife (good WAF is always good for karma), and it's better if it's shown with nice little flags !

Or in a few words: Completey useless, therefore an absolute must have !
Reply
Argh. Next patch is going to have to wait till later. Works great on win32 but the Linux version did a scan and came up with the same results as a v8 system, in an outcome that has me scratching my head. I'll have to put in some debugging under linux and figure out why I'm not getting any fourcc info.
Reply
Laugh I am a dumbass, apparently you have to make install before your newly compiled binary is actually used. It works just fine under Linux, if you actually run the binary you compile.

EDIT: Patch pulled, dammit it says right on the wikipedia page that audio codecs have f*ed up fourccs. I'm making a new patch that only uses fourcc on video.
Reply
  • 1
  • 27
  • 28
  • 29(current)
  • 30
  • 31
  • 43

Logout Mark Read Team Forum Stats Members Help
High-Definition Video Flagging (library filtering/sorting & skin thumbnails overlay)?7