Bluray case for ISO
bobrap
Fan Joined: Dec 2008 Reputation: 1 |
2010-07-28 21:12
Post: #1
Is there a way I can have the bluray case show on my bluray ISOs? Thanks
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2010-07-28 21:33
Post: #2
i'm using the video resolution to determine whether to display a dvd or blu-ray case.
i'm not sure if xbmc can get the video resolution from .iso files ? Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or 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 |
humferier
Member Joined: Oct 2009 Reputation: 3 Location: Belgium |
2010-07-29 00:57
Post: #3
maybe with adding the file information into the NFO file of the bluray.iso ?
Code: <fileinfo>My name is Erier, Humf Erier ![]() |
| find quote |
bobrap
Fan Joined: Dec 2008 Reputation: 1 |
2010-07-29 02:52
Post: #4
If the default case is DVD, can it be switched to Bluray and then files that have video resolution can still use the appropriate case?
|
| find quote |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2010-07-29 12:04
Post: #5
bobrap Wrote:If the default case is DVD, can it be switched to Bluray and then files that have video resolution can still use the appropriate case? that should well be possible, this is what i'm using for the dvd case: Code: ![stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)]Code: [stringcompare(ListItem.VideoResolution,720) | stringcompare(ListItem.VideoResolution,1080)]you'll have to browse all View-*.xml files and adjust those lines to: dvd case: Code: [stringcompare(ListItem.VideoResolution,480) | stringcompare(ListItem.VideoResolution,540) | stringcompare(ListItem.VideoResolution,576)]blu-ray case: Code: ![stringcompare(ListItem.VideoResolution,480) | stringcompare(ListItem.VideoResolution,540) | stringcompare(ListItem.VideoResolution,576)]Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or 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 |
bobrap
Fan Joined: Dec 2008 Reputation: 1 |
2010-07-29 20:58
Post: #6
Thanks
|
| find quote |

![[Image: double0smile.gif]](http://humferier.free.fr/sav/double0smile.gif)
Search
Help