Theater Backdrop for home screen (1080, 720, 4/3)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #101
revned Wrote:Ofcourse, here you go:
http://img35.imageshack.us/img35/7575/musictest2.png

Thanks, Im going to lower the image so that the icons from Rapier will show in that white area.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #102
in another thread kurtwarwick came up with the idea of having a cd wall with random cd covers during playback:

[Image: nowplaying-wall.jpg]

at first i was a bit scared if a thing like this wouldn't eat all your cpu resources, but it turns out it almost runs as smooth as a breeze:
http://www.youtube.com/watch?v=SCfjJX_5B88

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
kizer Offline
Fan
Posts: 699
Joined: Jul 2008
Reputation: 0
Location: Seattle WA, US
Post: #103
I'm so glad I'm going to be updating the old Xbox to a little HTPC soon. Wink

This thread just blows me away with how cool this skin really could be.
find quote
Steveb Offline
Fan
Posts: 305
Joined: Oct 2009
Reputation: 3
Location: Adelaide, Australia
Post: #104
ronie Wrote:in another thread kurtwarwick came up with the idea of having a cd wall with random cd covers during playback:

[Image: nowplaying-wall.jpg]

at first i was a bit scared if a thing like this wouldn't eat all your cpu resources, but it turns out it almost runs as smooth as a breeze:
http://www.youtube.com/watch?v=SCfjJX_5B88

That looks cool !!!
I prefer that to visualisations Big Grin

"Political Correctness is a doctrine, fostered by a delusional, illogical minority, and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end"
find quote
adsoto Offline
Senior Member
Posts: 133
Joined: Sep 2009
Reputation: 0
Location: Spain
Thumbs Up    Post: #105
Steveb Wrote:That looks cool !!!
I prefer that to visualisations Big Grin

I'd like to have this kind of background during music playing also. Visualisations are Ok to have but I don't particularly fancy them. It would be nice to have this as an option or maybe have some key that swaps between visualisations and wall but definitely interesting.

I understand that this creates a changing wall using your own cd covers and not some preset stock images. In fact I believe that Windows 7 Media Center does just that whey you play music.

XBMC on Win 7 Professional (32 bit)
Intel E7300
Gigabyte GA-E7AUM-DS2H board
Nvidia 9400 chipset
4GB RAM
Pioneer 436 XDE Plasma TV
Yamaha YSP-1000 Digital Sound Projector
find quote
stokedfish Offline
Senior Member
Posts: 280
Joined: Jul 2008
Reputation: 0
Post: #106
ronie Wrote:in another thread kurtwarwick came up with the idea of having a cd wall with random cd covers during playback:

[Image: nowplaying-wall.jpg]

at first i was a bit scared if a thing like this wouldn't eat all your cpu resources, but it turns out it almost runs as smooth as a breeze:
http://www.youtube.com/watch?v=SCfjJX_5B88

I won't use it, but it's a nice feature for people who haven't got 100% fanart in their library. By the way, it would be cool to be able to browse albums in this album wall view. I think some other skins already have this. I've got more than 800 albums in my library so a wall view (or whatever it's called) would be a great addition!
find quote
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #107
adsoto Wrote:I'd like to have this kind of background during music playing also. Visualisations are Ok to have but I don't particularly fancy them. It would be nice to have this as an option or maybe have some key that swaps between visualisations and wall but definitely interesting.

most likely i'll add this cd wall as an option.
i'm not sure if it would be easy to add a 'switch' button to the osd that allow you to switch between visualisation / fanart (slideshow) / cd wall.
i'll have to test if it can be done in a sane manner.

adsoto Wrote:I understand that this creates a changing wall using your own cd covers and not some preset stock images.

true, but you need to set it up yourself.
you'll have to copy all cd covers to a folder and select the folder in skin settings.
at least, that how i think i'm going to implement it.

stokedfish Wrote:I won't use it, but it's a nice feature for people who haven't got 100% fanart in their library. By the way, it would be cool to be able to browse albums in this album wall view. I think some other skins already have this. I've got more than 800 albums in my library so a wall view (or whatever it's called) would be a great addition!

yup, it's one of those to do things.
there certainly will be a wall view in Transparency! at some point. ;-)

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
maocul Offline
Member
Posts: 52
Joined: Feb 2005
Reputation: 0
Post: #108
Quote:true, but you need to set it up yourself.
you'll have to copy all cd covers to a folder and select the folder in skin settings.
at least, that how i think i'm going to implement it.

Not to sound ungrateful but I kinda hope you implement this in the same way that you have CDART and CLEARART, maybe pulling the FOLDER.jpg. The additional folder seems like an AEON style hack that never sat well with me.

On the other hand I have no idea what goes into implementing it so if its way more work then consider this post moot!!!
find quote
ronie Offline
Team-XBMC Member
Posts: 8,263
Joined: Jan 2009
Reputation: 108
Post: #109
maocul Wrote:Not to sound ungrateful but I kinda hope you implement this in the same way that you have CDART and CLEARART, maybe pulling the FOLDER.jpg. The additional folder seems like an AEON style hack that never sat well with me.

i know what you mean and i feel the same way.
if there was any other method, i'd certainly use it.

problem is, all the cd covers need to be in the same folder,
the skin can't just recursively scan all subfolders for cd covers.

what i did is copy over a bunch of images from xbmc's cache folders:
userdata\Thumbnails\Music\0
.
.
.
userdata\Thumbnails\Music\f

to a new folder and that's it. it only takes a minute or two to set up.

now i could use the cache folders directly, but for some reason a lot of artist thumbs ended up in there as well.
i'm not sure why, as it seems artist thumbs are supposed to be cached to userdata\Thumbnails\Music\Artists ?

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
remo Offline
Junior Member
Posts: 12
Joined: Jan 2009
Reputation: 0
Post: #110
Hello,

Congrats for the skin and the ongoing mods. I love the CD coverart wall.

I'm looking into moding the tvshow screen.
I would like to have a wall of tv screens (proper picture still to be found) with a bunch a screencap (typically found in thumbs) cycling on them.
At the moment I have hacked the python script to fetch thumbs in the episodeview table and pick 4 of them at random in the list.
The script executes each time the tvshow button is pressed. So screencaps change between going to and back from the tvshow window. It is too static for what I'd like to obtain.
It basically works BUT (and it's a big but, which I like, that I can't deny) the script running each time the button is pressed makes it a real ressource hog.

And here comes the question :
For the CD coverart wall, did you copy the coverarts in a directory once and for all or is it something that the recentlyadded script does each time XBMC is launched ?
Anyway, I'm gonna try that and see if it works smoothly for me ...
find quote
Post Reply