QUARTZ - support thread

  Thread Rating:
  • 10 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Peter911 Offline
Member
Posts: 51
Joined: Feb 2011
Reputation: 0
Location: Hannover
Post: #1551
Ok, i think there is no other way...;-( Shit... what about to delete video Thumbs Folder in database? I only want to reload posters & covers, but not my whole database...?! 1080 is great and looks very nice:-)
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1552
(2012-05-28 12:23)Peter911 Wrote:  Ok, i think there is no other way...;-( Shit... what about to delete video Thumbs Folder in database? I only want to reload posters & covers, but not my whole database...?! 1080 is great and looks very nice:-)

That might work but you may need to increase default <thumbsize> in advanced settings. I played with kids library yesterday and it seemed that it was fetching lower-res thumb as opposed to what you get with re-deowloading poster from Video Info screen.

Please post about your progress, I'll wait until you (or somebody else) find a solution Smile

My skins:

Quartz
Amber
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1553
Heh..

by the lack of feedback I assume that nobody is having issues with latest versions. It works on both of my devices great so I'll move on to preparing update for official repository. This will probably be the last update for some time.

My skins:

Quartz
Amber
find quote
ajerazzor Offline
Junior Member
Posts: 42
Joined: Jun 2011
Reputation: 0
Post: #1554
I also dont get a live tv menu in the settings nor on the main screen - using confluence all good - quartz skin shows PVR client enabled in installed add ons....

Any ideas?

Thanks


(2012-05-27 08:35)pecinko Wrote:  
(2012-05-26 22:13)Ebatte Wrote:  In other per skins I've tried, there is a "Live TV" item in preferences where you enabled/disable per functionality. I don't see that in your Quartz. So I have to switch to another skin to make adjustments to the per settings and then back to Quartz once finished.

Hmm.. that's very interesting as it shows at my side as it should.

Item is using check <visible>System.HasPvr</visible>, which should return true on PVR builds. Do you happen to know what check is used on other skins?




Quote:In any case, I've tried the PVR build of openelec off and on and it is still too unstable for my use, so I'm going to continue to use the TV Guide add-on instead. Any chance you could PM the uncompressed textures for Quartz so I could build a TV Guide add-on skin to complement your great skin?

Take a look at https://github.com/pecinko It might be better to wait a bit though, until I finish transition to 1080.
(This post was last modified: 2012-05-30 15:14 by pecinko.)
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1555
(2012-05-30 04:55)ajerazzor Wrote:  I also dont get a live tv menu in the settings nor on the main screen - using confluence all good - quartz skin shows PVR client enabled in installed add ons....

Any ideas?

None until I'm more familiar with your setup Smile

Try git version I have added skin setting for PVR.

My skins:

Quartz
Amber
find quote
generator Offline
Senior Member
Posts: 142
Joined: Oct 2009
Reputation: 0
Post: #1556
In the git version you seem to have disabled wrapping to the left (in the icon view). Could you please bring this back? I was very excited when I saw this functionality was added in the previous version!
find quote
bigbadrabbit Offline
Member
Posts: 98
Joined: Sep 2008
Reputation: 0
Post: #1557
Hey pecinko!

Any chance we get to fully customize/rename all of the items on homescreen?
Right now it looks like this:

[Image: bildschirmfoto20120530uu.png]

[Image: bildschirmfoto20120530u.png]

There is 2x "Movies" and 2x "TV Shows". It would be nice to rename the items to something like "All Movies" or "All TV Shows" and the "Newly Added" to simply "New".

XBMC Frodo
OS X 10.8.3
Mac mini (mid 2011) | i5 | 8GB RAM | SSD
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1558
(2012-05-30 18:09)generator Wrote:  In the git version you seem to have disabled wrapping to the left (in the icon view). Could you please bring this back? I was very excited when I saw this functionality was added in the previous version!

Heh..

I had to do something about XBMC bug that moved frame out of the grid. It happens only on last row but it sure does not look nice and is a bit confusing, right?
(2012-05-30 19:59)bigbadrabbit Wrote:  There is 2x "Movies" and 2x "TV Shows". It would be nice to rename the items to something like "All Movies" or "All TV Shows" and the "Newly Added" to simply "New".

There are two and a half possibilities for this Smile

1 - Rename your item in main bar to (MyMovies, MyTvshows ... )
2 - Disable build in filters (Movies and Newly added) and make your own using favorites. E.g. add "Recently added movies" to FAVs, rename them using context menu in FAVs to "New". Finally add them to home movies menu. (** alt rename them by directly editing favorites.xml in your user folder **)

1/2 is for me to add rename possibilities for built-in filters which will make settings messy, which is not really desired Smile

My skins:

Quartz
Amber
(This post was last modified: 2012-05-31 00:07 by pecinko.)
find quote
ajerazzor Offline
Junior Member
Posts: 42
Joined: Jun 2011
Reputation: 0
Post: #1559
(2012-05-30 04:55)ajerazzor Wrote:  I also dont get a live tv menu in the settings nor on the main screen - using confluence all good - quartz skin shows PVR client enabled in installed add ons....

Any ideas?

Thanks


(2012-05-27 08:35)pecinko Wrote:  
(2012-05-26 22:13)Ebatte Wrote:  In other per skins I've tried, there is a "Live TV" item in preferences where you enabled/disable per functionality. I don't see that in your Quartz. So I have to switch to another skin to make adjustments to the per settings and then back to Quartz once finished.

Hmm.. that's very interesting as it shows at my side as it should.

Item is using check <visible>System.HasPvr</visible>, which should return true on PVR builds. Do you happen to know what check is used on other skins?




Quote:In any case, I've tried the PVR build of openelec off and on and it is still too unstable for my use, so I'm going to continue to use the TV Guide add-on instead. Any chance you could PM the uncompressed textures for Quartz so I could build a TV Guide add-on skin to complement your great skin?

Take a look at https://github.com/pecinko It might be better to wait a bit though, until I finish transition to 1080.

Call me a noob, but do I just download the git from the Zip button and then install as normal?

Sorry for such a lame one but I usually just use your repository inside XBMC
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #1560
(2012-05-31 03:56)ajerazzor Wrote:  Call me a noob, but do I just download the git from the Zip button and then install as normal?

Yes. To install from GitHub:

- grab a ZIP form https://github.com/pecinko/quartz or use https://github.com/pecinko/quartz/zipball/master for direct download
- addons -> settings -> install from zip

My skins:

Quartz
Amber
find quote
Post Reply