What makes the "featured item" section work? Is it a 10.0 feature only? I haven't gotten around to upgrading from RC2, and that section is blank for me.
ECEC
Fan Posts: 374 Joined: Sep 2007 Reputation: 0 |
2010-12-28 15:59
Post: #21
Wow, easily the best skin for XBMC I've ever used, and I've been through most of them on the site. Nice work! I ran it through all the paces and didn't encounter any bugs or anything. On my HTPC it ran great as well. This thing looks slick as all hell.
What makes the "featured item" section work? Is it a 10.0 feature only? I haven't gotten around to upgrading from RC2, and that section is blank for me. |
| find |
shorty12
Junior Member Posts: 25 Joined: Aug 2010 Reputation: 0 |
2010-12-28 17:02
Post: #22
I've been waiting for this one for quite some time now and what do I see this morning? Fusion is finally released
This is definitely my favourite skin right now and I don't think that will change anytime soon. Arcanthur, not only did you fulfill my expectations but you surpassed them by far. Thank you for this wonderful skin.
|
| find |
toby77jo
Member Posts: 86 Joined: Mar 2010 Reputation: 0 |
2010-12-28 17:15
Post: #23
Love it but miss one thing in skin options there is no way to link Xbmc Subtitles Addon to be used in Video OSD .. any chance this can be added?
|
| find |
darkscout
Posting Freak Joined: Jul 2008 Reputation: 12 |
2010-12-28 17:33
Post: #24
curlable address for those with headless machines.
http://xbmc.exstatic.org/skin.fusion.(0.8.5).zip Code: curl -o skin.fusion.zip "http://xbmc.exstatic.org/skin.fusion.(0.8.5).zip"![]() Code: GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%'; |
| find |
bandelguy
Fan Joined: Oct 2009 Reputation: 6 Location: India |
2010-12-28 17:42
Post: #25
Dear Arcanthur,
I appreciate your effort. Already downloaded the skin. It looks promising and awesome CPU:- AMD FX 4100 Motherboard: Gigabyte 78LMT-S2 RAM:-4GB Graphics: AMD HD 7750 1GB DDR5 PSU: IBALL 500W Display: DELL S2240M Storage: 1TB |
| find |
paul
Posting Freak Joined: Oct 2008 Reputation: 4 Location: Planet Earth |
2010-12-28 18:03
Post: #26
Thanks Arcanthur for another stunning creation, i have only played with it for a few mins but i realise i can finally ditch Aeon in favour of this as it runs great on my little Asrock Ion 330HT(overclocked to 2ghz). Can't decide which views to use as yet as there is so much to take in.
I have noticed one or two minor problems but i can live with them as this skin is streets ahead of the rest alot of thought and care has gone into it unlike some skins where there just thrown together as tina would say "simply the best":) XBMC Frodo 12 - Windows 7 - Asrock Ion 330HT - Aeon Nox |
| find |
Disgustipated
Junior Member Joined: Jun 2010 Reputation: 0 |
2010-12-28 18:34
Post: #27
Fantastic skin man. Looks great!
One quick question though. Is there any way to make it so that opening TV Shows or Movies automatically goes to the "By title" view? I rarely use anything other than that, and I've enabled the sub-menu for the rare occasion I might want to. A togglable option for the skin would be really great, but I understand if it's not something you want to add.
|
| find |
Slurrrp
Senior Member Posts: 129 Joined: Dec 2009 Reputation: 0 |
Amazing skin! I love it. Best skin i ever used in xbmc. Thanks a lot.
+1 for XBMC Subtitles and skipping the title/genre/year screen when going into movies/tvshows |
| find |
dwsww
Junior Member Posts: 8 Joined: Dec 2009 Reputation: 0 |
2010-12-28 19:28
Post: #29
Slurrrp Wrote:Amazing skin! I love it. Best skin i ever used in xbmc. Thanks a lot. Amazing work. Thanks for the awesome skin, by far the best and most complete yet. Another +1 for the option to go to titles by default. It would also be cool if we could customise the sub menu, I'd like to add some video plugins under the television and movie menus. |
| find |
RazorFR
Senior Member Posts: 138 Joined: Nov 2008 Reputation: 0 |
2010-12-28 20:18
Post: #30
Thanks Arcanthur & Team Blackbolt.
It does look nice and the overhaul purpose of simplicity, usability and refinement is achieved. I am used to Xperience, so I did some very minor modifications to bring the skin behaviour a bit closer to what I am used to. Main Movie icon takes you to movie titles by default and back to home on return In 720p folder / Home.xml Replace <onclick>xbmc.activatewindow(videolibrary,movies)</onclick> By <onclick>xbmc.activatewindow(videolibrary,movietitles,return)</onclick> Main TV Shows icon takes you to TV shows titles by default and back to home on return In 720p folder / Home.xml Replace <onclick>xbmc.activatewindow(videolibrary,tvshows)</onclick> By <onclick>xbmc.activatewindow(videolibrary,TvShowtitles,return)</onclick> Main Programs icon takes you to Launcher Plugin by default and back to home on return In 720p folder / Home.xml Replace <onclick>xbmc.activatewindow(programs)</onclick> By <onclick>xbmc.activatewindow(10001,plugin://plugin.program.launcher/,return)</onclick> Main Pictures icon takes you to Big Pictures addon by default In 720p folder / Home.xml Replace <onclick>xbmc.activatewindow(pictures)</onclick> By <onclick>RunScript(script.image.bigpictures)</onclick> Enable Xbmc Subtitles in Video OSD In 720p folder / VideoOSD.xml Replace <onclick>XBMC.RunScript($INFO[Skin.String(SubtitleScript_Path)])</onclick> By <onclick>XBMC.RunScript(script.xbmc.subtitles)</onclick> You'll have confluence GUI, as it is not skinned in Fusion These are very small tweaks. I am posting them just in case it might be of interest for other people. Last things I would like to do - Enable some nice poster views in programs for games. - Can't see how to populate Featured/Favourites? items. Any help is welcomed Thanks a lot for Fusion Quote:Quote:
(This post was last modified: 2010-12-28 22:50 by RazorFR.)
|
| find |