• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 8
[REQUEST] Blu-ray Disc Poster View?
#1
Lightbulb 
Just did this mockup of something i would really like! Maybe others will to...

Image
Reply
#2
Kinda like the one I made for Aeon:

http://dumbgum.deviantart.com/art/Transp...-142333612

I'll probably port it eventually or something more like you suggested, but not until Hitcher is finished making the final list view I don't think.

The general problem with this is people have movies in sd too. Could be an interesting idea to have a combination of dvd and bluray/hddvd boxes that work like media flags. I like your mockup though it looks good.
Image
Reply
#3
I believe customising poster art is the best method

Image
Reply
#4
Well, you can approach this one of two ways:
1. Use EMM and manually get the covers
2. Some way thru code

Thought this was pretty interesting....Here's a code version:
Image

My trick was to detect VideoResolution and if it was 720 to 1080 then it will show the bluray image. You can use that filename flag way also to detect when to use the image. This way just a quick proof of concept, I know the bluray image isn't perfect.

Here's what I did in case anyone wants to expand on it:

Viewtype Poster, from the flags you can tell this is from a git pull about 2-3 days ago

After Line 78
Quote:<control type="image" id="83">
<posx>1</posx>
<posy>123</posy>
<width>162</width>
<height>261</height>
<texture>$INFO[ListItem.VideoResolution,flags\bluray\,.png]</texture>
<visible>!Container.Content(Genres)</visible>
</control>

After Line 134
Quote:<control type="image" id="83">
<posx>-18</posx>
<posy>8</posy>
<width>356</width>
<height>502</height>
<texture>$INFO[ListItem.VideoResolution,flags\bluray\,.png]</texture>
<animation type="Focus" reversible="false">
<effect type="zoom" center="160,238" start="51" end="100" time="600" tween="back" easing="out" />
</animation>
<visible>!Container.Content(Genres)</visible>
</control>

HERE ARE THE IMAGES just put them so it's like "media\flags\bluray". Not sure if I dig it so I don't know if I'll take it any farther, just playing around.
Reply
#5
Very nice, this is the best way of doing it. I think a lot of people would use it if it was made like that.
Image
Reply
#6
I was just looking at the same thing, got the psd from deviantart
http://alex-isa.deviantart.com/art/Blu-r...-105653507 Cool
Reply
#7
Somebody has edit this http://alex-isa.deviantart.com/art/B...urce-105653507 ?
I mean png files ready for XBMC ?
Reply
#8
There's a darker one available here: http://cgink.deviantart.com/art/Blu-Ray-Gift-86830900
But they are both quite small in my opinion: The whole image is 512x512 at least one third of the width isn't even used.
Would this work with the default poster sizes like 1000x1500? I just tested it with a few of my posters and I had to heavily cut off at the top and bottom (sometimes even cutting of the title text) to make it fit into the bluray case.
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not e-mail Team Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#9
Hmm, I don't understand why people photoshopping things like this don't make them as large a resolution as possible, and can then scale them down for more specific use, it's just common sense.
Image
Reply
#10
Montellese Wrote:There's a darker one available here: http://cgink.deviantart.com/art/Blu-Ray-Gift-86830900
But they are both quite small in my opinion: The whole image is 512x512 at least one third of the width isn't even used.
Would this work with the default poster sizes like 1000x1500? I just tested it with a few of my posters and I had to heavily cut off at the top and bottom (sometimes even cutting of the title text) to make it fit into the bluray case.

These are the ones I designed with the cut off & default poster size in consideration. in the end I just started manually adding the poster work and saving them to the root of my movie folder, it's a little time consuming but the results are perfect compared to the results a script in a skin could produce

Image

http://www.mediafire.com/?yqjj3m0i2yy
Reply
#11
Why would this be an Alaska related issue?

IMHO this would be more applicable as a plugin or script for XBMC as it would be beneficial to any skin used...
Reply
#12
DR. Stranger Wrote:These are the ones I designed with the cut off & default poster size in consideration. in the end I just started manually adding the poster work and saving them to the root of my movie folder, it's a little time consuming but the results are perfect compared to the results a script in a skin could produce

Image

http://www.mediafire.com/?yqjj3m0i2yy

That`s looks great. I create a little mod at Home with this covers for alaska.
Reply
#13
Looks great guys!

I like the darker blue version more Smile

But, imo, we really need a way to automate this, for it to end up as an option in Alaska, at some point.
Reply
#14
Ayla Wrote:Looks great guys!

I like the darker blue version more Smile

But, imo, we really need a way to automate this, for it to end up as an option in Alaska, at some point.


You aren't kidding. I've started working on all my "posters" downloading high rez copies of the bluray covers, and then putting them into these templates...it's gonna take a while as I've got 144 movies to do, but it actually looks really good. When I finish doing all my covers, I'll upload a zip for anyone interested in getting the same thing.

heres a preview:
Image

all the covers are super high res, from 9covers.com I'm resizing them to fit the frames.
Board: Zotac ION-A-U Case: M350 Mini ITX Memory: 4GB Patriot PC6400 OS: XBMC on OpenELEC.tv build 6936 on a Corsair 32GB SSD Media Storage: W2K8 running on 14TB RAID 5 on an Asrock board w/ AMD Athlon X2 250 and PERC 6/I controller w/ 8 Samsung HD204UI Green drives Time to interface from power switch: 22.4 seconds.
Reply
#15
would this not be better if it worked from the source flag rather than the resolution, so that there could be a seperate image for Blu ray and HD DVD?
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 8

Logout Mark Read Team Forum Stats Members Help
[REQUEST] Blu-ray Disc Poster View?0