XBMC Community Forum
Work in progress... - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Work in progress... (/showthread.php?tid=69268)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18


Work in progress... - ronie - 2010-02-02 00:47

so what's going on behind the scenes?

lots and lots of small layout tweaks have been made
and along the line some bigger features have been implemented:
  • Added skin support for PVR
  • New weather pages: 10 day forecast & hourly forecast
  • Option to disable views (should save some RAM on low memory systems)
  • Fully customizable submenus for the home menu

currently i'm almost finished with one of a few new views.

this one is inspired by a mockup phyek posted last year.
i'm actually quite happy with the result myself:

[Image: wall2.jpg]


- ralob - 2010-02-02 01:51

Every day the skin improves by leaps and bounds, as evidenced in the constant development in the svn repo. I am impressed by how sleek and stable the new additions are to the skin.

The wallview looks brilliant, and I am sure you have some other treats up your sleeve. Thanks for the progress report, Ronie.


transparency new look - Paulkai - 2010-02-02 01:57

Ronnie the work you have put into this skin is amazing, I look forward to seeing the new results, will this be the new ver 2.12??


Paul


- runefire - 2010-02-02 14:33

would it be possible to rename the menus?

the idea, is that my "tv shows" and "movies" menu items are for already-sorted stuff, while I'd like to use the "videos" menu as my temporary storage location for stuff. like any BASIC media player, simply filenames and play.

Maybe rename it to "downloaded", or "NEW"


personally, a VERY cool feature would be that when you highlight an episode/movie, that after a few seconds your entire fanart background turns into a preview, playing 3-5second bits of the selected video in the background


- arcanefixation - 2010-02-02 14:51

The Wall view looks absolutely amazing. Great work, as always. Can't wait for the new release.


- ronie - 2010-02-02 15:00

runefire Wrote:would it be possible to rename the menus?

the idea, is that my "tv shows" and "movies" menu items are for already-sorted stuff, while I'd like to use the "videos" menu as my temporary storage location for stuff. like any BASIC media player, simply filenames and play.

Maybe rename it to "downloaded", or "NEW"

the main menu items can't be renamed...unless you modify the skin code.
but you can create several custom submenu items for Videos and point them to separate folders. for instance 'Home Videos' 'Documentaries' 'Unsorted', etc..

runefire Wrote:personally, a VERY cool feature would be that when you highlight an episode/movie, that after a few seconds your entire fanart background turns into a preview, playing 3-5second bits of the selected video in the background

not possible in xbmc.


- holygrail4 - 2010-02-03 00:22

OOOoooOOooo purty!

Hanging out for the new version!

On a side note, I recently setup a media box for my mum and after going through the plethora of skins available, even she thought Transparency was the best! lol


- Steveb - 2010-02-03 03:55

Hi Ronie,
I noticed the wall view for music videos has been canned and is for movies only in the latest SVN.Sad
My music videos section is populated with live DVD rips and it looked cool with the wall view.
Any tips on modding it back would be appreciated.


- ronie - 2010-02-03 15:02

Steveb Wrote:Hi Ronie,
I noticed the wall view for music videos has been canned and is for movies only in the latest SVN.Sad
My music videos section is populated with live DVD rips and it looked cool with the wall view.
Any tips on modding it back would be appreciated.

in View-Wall.xml, change:
<visible>Container.Content(Movies)</visible>

to:
<visible>Container.Content(Movies) | Container.Content(MusicVideos)</visible>


- Steveb - 2010-02-03 16:06

Cheers for that Ronie, I use fanart view for movies, so this lets me enjoy the great job you did on the wall view Wink
Thanks again..