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: dvdscreen.jpg]](http://img63.imageshack.us/img63/328/dvdscreen.jpg)
Sum Pro
Junior Member Posts: 4 Joined: Oct 2009 Reputation: 0 |
2009-10-08 21:09
Post: #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. ![]()
(This post was last modified: 2009-10-08 21:15 by Sum Pro.)
|
| find quote |
Jezz_X
Team-XBMC Skinner Joined: Jun 2006 Reputation: 55 Location: Earth |
2009-10-08 23:25
Post: #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
Skins I have done.... ![]() And others in the past... Want to know what I'm working on currently? Check me out on Google+ |
| find quote |
Sum Pro
Junior Member Posts: 4 Joined: Oct 2009 Reputation: 0 |
2009-10-09 00:03
Post: #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. ![]()
(This post was last modified: 2009-10-09 00:06 by Sum Pro.)
|
| find quote |
ekim232
Posting Freak Posts: 1,204 Joined: Nov 2008 Reputation: 5 Location: Chicago, IL |
2009-10-09 05:23
Post: #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 HTPC SETUP |
| find quote |