QUARTZ - support thread

  Thread Rating:
  • 10 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Offline
Donor
Posts: 3,014
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1671
(2012-08-05 21:38)mediumdry Wrote:  Going the custom keymap route is an option, although it would create multiple keymaps of course and would get difficult with more profiles. And I can only do keymaps since I got the pulse eight nyxboard remote... was using the apple remote before, it makes custom keymaps a challenge! Smile

What I had in mind is mapping log off function to, say, MENU button on home page. Pressing it you would end up with all your profiles in front of ya.

(2012-08-05 21:28)mikey1234 Wrote:  What can I change in the xmls to have Fanart with mediainfo and info 2 and also list view

You should add
PHP Code:
<control type="image" description="fanart">
        <
posx>0</posx>
        <
posy>0</posy>
        <
width>1920</width>
        <
height>1080</height>
        <
fadetime>300</fadetime>
        <
animation effect="fade" time="300">Visible</animation>
        <
animation effect="fade" time="300">Hidden</animation>
        <
aspectratio>scale</aspectratio>
        <
texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
      </
control

to the views you want fanart added. Look in View_Videos.xml

My skins:

Quartz
Amber
(This post was last modified: 2012-08-07 15:57 by pecinko.)
find quote
mikey1234 Offline
Fan
Posts: 456
Joined: Nov 2011
Reputation: 18
Post: #1672
Can I add it anywhere in the view I want it or does it have to be at the top middle or bottom ?
find quote
pecinko Offline
Donor
Posts: 3,014
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1673
(2012-08-07 19:45)mikey1234 Wrote:  Can I add it anywhere in the view I want it or does it have to be at the top middle or bottom ?

Somewhere on top so that other stuff gets drawn over it.

My skins:

Quartz
Amber
find quote
mikey1234 Offline
Fan
Posts: 456
Joined: Nov 2011
Reputation: 18
Post: #1674
Thank you
find quote
computersmith Offline
Junior Member
Posts: 1
Joined: Aug 2012
Reputation: 0
Post: #1675
First of all I have to say this is my favorite skin for XBMC which is why I hope I can find a fix for this issue.

I just installed the PVR build of XBMC last night and started configuring Live TV. Using Confluence everything works properly, but with Quartz every time I go to view the EPG in timeline format XBMC crashes. I get a windows error report dialog box stating that an unhandled exception has occurred.

The other question I have is it possible to add Live TV to favorites so that it can be placed under another menu other that Add On?
find quote
scrolling Offline
Senior Member
Posts: 190
Joined: Feb 2009
Reputation: 1
Post: #1676
(2012-08-07 15:51)pecinko Wrote:  
(2012-08-05 21:28)mikey1234 Wrote:  What can I change in the xmls to have Fanart with mediainfo and info 2 and also list view

You should add
PHP Code:
<control type="image" description="fanart">
        <
posx>0</posx>
        <
posy>0</posy>
        <
width>1920</width>
        <
height>1080</height>
        <
fadetime>300</fadetime>
        <
animation effect="fade" time="300">Visible</animation>
        <
animation effect="fade" time="300">Hidden</animation>
        <
aspectratio>scale</aspectratio>
        <
texture background="true">$INFO[ListItem.Property(Fanart_Image)]</texture>
      </
control

to the views you want fanart added. Look in View_Videos.xml

Can this be applied to the wall (icon) view also? If so where and what .xml file?

HTPC: Apex MI-008 | Foxconn H67S | Celeron G530 | G.SKILL 4GB | Crucial 64 SSD| Arctic Cooling | PicoPSU-160-XT
find quote
bigbadrabbit Offline
Member
Posts: 98
Joined: Sep 2008
Reputation: 0
Post: #1677
The progress bar looks a little weird in current version.
Can this please be fixed for the next release?

[Image: bildschirmfoto20120822u.png]

XBMC Frodo
OS X 10.8.3
Mac mini (mid 2011) | i5 | 8GB RAM | SSD
find quote
agustin.davalos Offline
Junior Member
Posts: 1
Joined: Aug 2012
Reputation: 0
Post: #1678
Why is it that when I try to download the zip file to my computer it says "The requested URL was not found on this server"?
find quote
f@milym@n Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #1679
First of all, I want to say a big thanks to Pecinko for the amazing skin! I'm running this on my ATV2 and HTPC and the experience is clean and simple and exactly what I need. I've recently sync'd my libraries on the ATV2 and HTPC. After doing that, I also added pathsubstitution into the advancedsettings.xml for my playlists and my favourites.xml. After setting up the substitution for the favourites, which I copied from the ATV2, I confirmed that I could see the correct favourites on my HTPC by going to XBMC -> Favourites from the home screen. The same list as what was on my ATV2! However, the problem I'm having is that when I go to XBMC -> Settings -> Skin and then select the Home menus customizer, and I go to add a favourite under one of the menus, it pulls up the old favourites.xml that I had on the HTPC, not the substituted one. Is there something hardcoded in the skin that it won't allow a substituted favourites list? And is that something I could tweak? Advance thanks to anyone who can offer some assistance.

And congrats Pecinko on your soon to arrive little one! My son was born in June so I definitely understand the time commitment challenges! Enjoy every second!
(This post was last modified: 2012-08-29 19:24 by f@milym@n.)
find quote
f@milym@n Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #1680
(2012-08-29 19:00)agustin.davalos Wrote:  Why is it that when I try to download the zip file to my computer it says "The requested URL was not found on this server"?

Looks like the zip isn't available. However, there's no need for it. This is part of the XBMC.org repo that you already have. Go to System/Settings -> Add-ons -> Get Add-ons -> XBMC.org Add-ons -> Skin -> Quartz
find quote
Post Reply