Help with DVD Flagging
#1
I'm trying to figure out how I can get any sort of flagging on my DVD rips,. Bluray mkv's come out perfect, but when I look at my DVD's not 1 flag I've tried iso, img and video_ts I get nothing.
Also is there anyway to get flagging on studio's and source for example Blu-Ray logo, DVD Video logo etc..

btw using the latest builds and I just started using XBMC two days ago.

Sample of what I'm talking about.

Image
Image
Reply
#2
as far as I know mpeg2 (.vob/.ts files) and iso flagging is still not supported in xbmc at all. can't remember the reason off hand though
Reply
#3
I was able to search and read that you can create nfo's and some info gets flagged but I'm wondering if there's any way to get the DVD logo in there and 480p instead of the SD also maybe mpeg and studios.

Here's more less how I would like to get it.
Image

Image
Reply
#4
Use the following..

<control type="image" id="91">
<texture>flags/info/dvd.png</texture>
<visible>[substring(listitem.filename,sddvd) + !substring(listitem.filename,hddvd) + !substring(listitem.filename,hd-dvd)] | substring(listitem.filename,.iso,Right) | substring(listitem.filename,.ifo,Right)</visible>
</control>

That will show the dvd logo.

<control type="image" id="188">
<texture>flags/dolbydigital.png</texture>
<visible>substring(listitem.filename,.iso,Right)</visible>
</control>

This will show dolby digital

This should give you the general idea on how to achieve what you want to do. The image paths might be different in PM3.HD
Reply

Logout Mark Read Team Forum Stats Members Help
Help with DVD Flagging0