QUARTZ - support thread

  Thread Rating:
  • 10 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
piodio Offline
Member
Posts: 65
Joined: Sep 2004
Reputation: 1
Post: #1471
(2012-05-04 12:59)pecinko Wrote:  Not likely. I understand advantages but info window gets very messy.

I can take a look if I can add actor biography. If you had to pick, what info would you find most useful in that add-on?

filmography

* Sorry for my English.
find quote
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #1472
(2012-05-05 15:39)Mano Wrote:  Hello,

There are not playlists. There are all ftp links which i added as favorites.

I need 16 max. The ATV is for my mom who is old, it will be easier for her if i can put all links that she needs in sub menu.

If you tell me which files and what write, i can edit myself Wink

OK. Open up Home.xml and alter list items

Code:
<item id="7" description="Shortcut5">
            <visible>!IsEmpty(Skin.String(CustomMovies.5.Path))</visible>
            <label>$INFO[Skin.String(CustomMovies.5.Label)]</label>
            <onclick>$INFO[Skin.String(CustomMovies.5.Path)]</onclick>
          </item>

1) Delete <visible>!IsEmpty(Skin.String(CustomMovies.5.Path))</visible>
2) Change <label>$INFO[Skin.String(CustomMovies.5.Label)]</label> to <label>My_ Label_goes_here</label>
3) Change <onclick>$INFO[Skin.String(CustomMovies.5.Path)]</onclick> to match your FTP links (see favorites.xml in your user folder)

Do this for every Custom item. Add more sections like above to have more links.

Disable add ons updates so that changes do not get overwritten on skin update.

My skins:

Quartz
Amber
(This post was last modified: 2012-05-05 16:22 by pecinko.)
find quote
joejoeaz Offline
Junior Member
Posts: 10
Joined: Apr 2012
Reputation: 0
Post: #1473
This is my favorite skin. Clean and simple, similar to Apple TV's interface. I control it via keyboard\mouse, remote control, and my android devices. I have some trouble evoking the menus (subtitles,audio, video, etc) while playing a video with the keyboard\mouse . I can click on the "gears" to bring up the menu, but as soon as I move my mouse off the gears, the menu goes away. I can't seem to navigate to the gears with the keyboard either. I can get to the settings with no issue with my android device's remote control functionality.
find quote
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #1474
There is no problem with keyboard as log as you don't have mouse activated and pointed on some other control in skin.

I don't support mouse in the skin. It works but is pain to use and unsuitable for Xbmc interface, IMHO. For best experience disable mouse in settings and use keyboard if remote is not available.

PS use up/down to quickly jump between play controls and gear (options).

My skins:

Quartz
Amber
(This post was last modified: 2012-05-05 17:42 by pecinko.)
find quote
WordMasterRice Offline
Junior Member
Posts: 22
Joined: Oct 2011
Reputation: 0
Post: #1475
Hey pecinko, great skin. Even on things other than an ATV this is a great skin, nothing else is even near as fast.

I am having a bit of trouble with it however. Whenever I reboot, when the machine comes back up the skin starts off selecting music, but when I push left to select TV series it brings up the menu below TV shows, but the blue is selecting Pictures. If I press left again to select movies the blue moves back to music but I get the Movies submenu below movies. There are 2 things that I've found that resolve this, I can either go to the skin settings and hit the Reset All button, then put everything back to the way I had it and it works fine. Also I can put the computer to sleep and when it wakes back up everything is working again.

Any idea why this might be happening or how to fix it?
find quote
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #1476
Sorry to hear that. I need:

- xbmc version
- skin version
- exact steps to reproduce
- enable debug, repoduce error, post a debug log somewhere

My skins:

Quartz
Amber
find quote
Baloeb Offline
Member
Posts: 51
Joined: Jan 2011
Reputation: 0
Post: #1477
(2012-05-06 18:35)WordMasterRice Wrote:  Hey pecinko, great skin. Even on things other than an ATV this is a great skin, nothing else is even near as fast.

I am having a bit of trouble with it however. Whenever I reboot, when the machine comes back up the skin starts off selecting music, but when I push left to select TV series it brings up the menu below TV shows, but the blue is selecting Pictures. If I press left again to select movies the blue moves back to music but I get the Movies submenu below movies. There are 2 things that I've found that resolve this, I can either go to the skin settings and hit the Reset All button, then put everything back to the way I had it and it works fine. Also I can put the computer to sleep and when it wakes back up everything is working again.

Any idea why this might be happening or how to fix it?

This happens to me, too, whenever I unplug and plug back in my hdmi cable. Restarting xbmc always fixes it for me.
find quote
simatics5 Offline
Member+
Posts: 26
Joined: Apr 2012
Reputation: 0
Post: #1478
(2012-03-14 15:56)Steverae Wrote:  Hi

This is looking really good now, all we need now is a way to add the appke tv logo to the bottom right, and we're sorted..... i've altered the logo on the home screen preview panel and it looks great, people think i've got an apple tv now lol.

May I ask how did you do that? I was trying to do the same but i cant find the menu item to do it.
find quote
itstonye Offline
Junior Member
Posts: 48
Joined: Feb 2010
Reputation: 0
Post: #1479
I just posted this but I didn't see it show up so if it does I'm sorry for the double post.

Quartz, the best skin, I love it and keep up the great work.

I have a situation... I'm trying to accomplish this, on the home screen under the Movies category...

Movies
...Movies (Hollywood movies located @ /Movies/Movies )
...IMAX ( IMAX movies located @ /Movies/IMAX )
...Disney ( Disney movies located @ /Movies/Disney )

I added my main movie source /Movies/Movies labeled it Movies and set content to movies. All is good I know have...

Movies
...Movies

I added another source /Movies/IMAX labeled it IMAX set content to movies. I added it to favourites and added it as a sub menu under Movies. I now have...

Movies
...Movies
...IMAX

When I click on IMAX only the IMAX movies show.

But when i click on the sub menu Movies all the movies are there mixed in with all the IMAX

Same goes for Disney movies

Xbmc 11.0-RC2
Quartz 3.2.7
find quote
pecinko Offline
Member+
Posts: 3,068
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #1480
(2012-05-12 22:04)itstonye Wrote:  I just posted this but I didn't see it show up so if it does I'm sorry for the double post.

Quartz, the best skin, I love it and keep up the great work.

I have a situation... I'm trying to accomplish this, on the home screen under the Movies category...

Movies
...Movies (Hollywood movies located @ /Movies/Movies )
...IMAX ( IMAX movies located @ /Movies/IMAX )
...Disney ( Disney movies located @ /Movies/Disney )

I added my main movie source /Movies/Movies labeled it Movies and set content to movies. All is good I know have...

Movies
...Movies

I added another source /Movies/IMAX labeled it IMAX set content to movies. I added it to favourites and added it as a sub menu under Movies. I now have...

Movies
...Movies
...IMAX

When I click on IMAX only the IMAX movies show.

But when i click on the sub menu Movies all the movies are there mixed in with all the IMAX

Same goes for Disney movies

Xbmc 11.0-RC2
Quartz 3.2.7

Check if you links are opening from favorites as they should. If they do, everything will work from a skin as you intended.

Second thing to try is upgrading your XBMC to final release. RC may have bugs.

My skins:

Quartz
Amber
find quote
Post Reply