(2012-04-26 11:08)Galefury Wrote: To change resolution logos with HD one, open MyVideoNav.xml and comment or delete from line 492 to line 501 the part where is sayschanging that code on latest git, only turns my movies/tvshows (when i enter it) to a black screen. U sure thats right?Code:
<control type="group">
<align>right</align>
<posx>950</posx>
<posy>5</posy>
<control type="image">
<width>110</width>
<height>39</height>
<texture>$INFO[Listitem.VideoResolution,flags/video/resolution/,.png]</texture>
</control>
</control>
and replace it with this one
This works only for git version.Code:
<control type="image">
<posx>995</posx>
<posy>-5</posy>
<width>55</width>
<height>55</height>
<aspectratio align="center">keep</aspectratio>
<texture>flags/video/HD/nf-HD.png</texture>
<visible>stringcompare(Listitem.VideoResolution,720) | stringcompare(Listitem.VideoResolution,1080)</visible>
</control>
I updated (again) the download links, making resolution logos a bit smaller, looks better this way, I think.
henrikyo
Fan Posts: 311 Joined: Jan 2009 Reputation: 0 |
2012-04-26 18:46
Post: #2431
Picture: Samsung LE46A656 Reciever: Onkyo TX-SR607B Front Spkeakers: Yamaha NS-555 Computer: Asrock Ion 330, 4gb ram, OCed 2.0Ghz. My Ht(havnt updated pictures) http://minhjemmekino.no/Henrikr |
| find quote |
PatrickBateman
Posting Freak Posts: 1,643 Joined: Mar 2011 Reputation: 15 Location: Another Earth |
2012-04-26 18:58
Post: #2432
(2012-04-26 18:46)henrikyo Wrote:(2012-04-26 11:08)Galefury Wrote: To change resolution logos with HD one, open MyVideoNav.xml and comment or delete from line 492 to line 501 the part where is sayschanging that code on latest git, only turns my movies/tvshows (when i enter it) to a black screen. U sure thats right? Hi, Yea it works perfectly here. I'll upload the edited versions if you want? Just need to get on the PC as I'm on an iPhone at the moment. |
| find quote |
PatrickBateman
Posting Freak Posts: 1,643 Joined: Mar 2011 Reputation: 15 Location: Another Earth |
2012-04-26 19:21
Post: #2433
Hi,
Here is a link to the edit created by Galefury This version has the additional edits posted above, which enable the "HD" moniker and removes the TV Show logos for a sleek clean, elegant look. All credit to Galefury for this wonderful addition/edit/mod ![]() Screenshots: TV Show No Logos: ![]() Movies HD Moniker: ![]() Movies Non HD: ![]() Link to file: http://depositfiles.com/files/vrrg3qt4w Hope that helps
(This post was last modified: 2012-04-27 01:18 by PatrickBateman.)
|
| find quote |
robweber
Fan Joined: Sep 2009 Reputation: 15 |
2012-04-26 22:19
Post: #2434
Does anyone on here use reFocus and any of the PVR builds? Developer tsp42 recently added preview images for recorded shows to the cmythtv pvr addon. These images are showing up as expected in Confluence but not with reFocus. I suspect that this functionality was just never added to the xml files for the pvr windows. I've tried (in vain) to track down why this might be the case; but my abilities are not in skinning I guess.
It seems like quite a few people seem to understand the skin fairly well. Wondering if anyone could give me any pointers in where to look. I went through the ViewsTV.xml file where the recorded shows seem to be laid out but couldn't find anything related to the image in there. I think the value needed is held in ListItem.Overlay or ListItem.Icon but don't quite know where to put it. Thanks. |
| find quote |
henrikyo
Fan Posts: 311 Joined: Jan 2009 Reputation: 0 |
2012-04-27 14:20
Post: #2435
(2012-04-26 19:21)PatrickBateman Wrote: Hi,Thanks for the upload, works great ![]() Also, would it be pain in the ass to let gallery view deeper into tv shows etc also? How do you guys display seasons etc/episodes using refcous. Currently i have gallery for the shows - slide for seasons - and slide for episodes. What do you guys use? And lastly, im currently getting som half sbs 3d movies, anyone know if its a pain to get some 3d flags/or if refocus already has it. Got lots of movies, and would like to tell which is 3d Picture: Samsung LE46A656 Reciever: Onkyo TX-SR607B Front Spkeakers: Yamaha NS-555 Computer: Asrock Ion 330, 4gb ram, OCed 2.0Ghz. My Ht(havnt updated pictures) http://minhjemmekino.no/Henrikr
(This post was last modified: 2012-04-27 14:23 by henrikyo.)
|
| find quote |
Galefury
Fan Joined: Dec 2009 Reputation: 8 Location: Bucharest, EU |
2012-04-27 15:38
Post: #2436
I use banners for tv shows, list for seasons and slide for episodes. I think Gallery view can be adapted for seasons and episodes as well, but I don't think I can do it. Maybe Jeroen can code it when he comes back.
(This post was last modified: 2012-04-27 15:38 by Galefury.)
|
| find quote |
PatrickBateman
Posting Freak Posts: 1,643 Joined: Mar 2011 Reputation: 15 Location: Another Earth |
2012-04-27 17:29
Post: #2437
(2012-04-27 15:38)Galefury Wrote: I use banners for tv shows, list for seasons and slide for episodes. I think Gallery view can be adapted for seasons and episodes as well, but I don't think I can do it. Maybe Jeroen can code it when he comes back. For tv shows I use gallery, leading to slide, leading to big list for episodes. I too would love to see the gallery view running right throughout the skin (not wrapped though) Do you have any further edits planned for the skin Galefury, I must admit I'm eager to see what else you have planed
(This post was last modified: 2012-04-27 17:30 by PatrickBateman.)
|
| find quote |
Galefury
Fan Joined: Dec 2009 Reputation: 8 Location: Bucharest, EU |
2012-04-27 19:00
Post: #2438
This is how I see the Gallery view for episodes. This is just a mockup, not coded.
|
| find quote |
PatrickBateman
Posting Freak Posts: 1,643 Joined: Mar 2011 Reputation: 15 Location: Another Earth |
2012-04-27 21:29
Post: #2439
(2012-04-27 19:00)Galefury Wrote: This is how I see the Gallery view for episodes. This is just a mockup, not coded. Make it so ![]() Wow... That looks great... If that theme can be put throughout the episode and series views that would be incredible
|
| find quote |
Galefury
Fan Joined: Dec 2009 Reputation: 8 Location: Bucharest, EU |
2012-04-28 23:23
Post: #2440
Here's another small tweak, blue seekbar. It includes chapters code (if available). I disabled the cache progress bar, it looks better without and I have no use for it. You can enable if you want, just ask here. It's just a single file, drop it in 720p folder. Back up original file first, just in case. Enjoy.
download for 0.9.5 download for latest GIT
(This post was last modified: 2012-04-28 23:24 by Galefury.)
|
| find quote |

![[Image: 88413c5334db906053d5b5323435e8154d375dba...3a5d6g.jpg]](http://www.mediafire.com/imgbnc.php/88413c5334db906053d5b5323435e8154d375dbac93343fda441cdafb4603a5d6g.jpg)

![[Image: screenshot000yv.png]](http://img171.imageshack.us/img171/5201/screenshot000yv.png)
![[Image: screenshot001ra.png]](http://img685.imageshack.us/img685/9088/screenshot001ra.png)
![[Image: screenshot002di.png]](http://img19.imageshack.us/img19/9519/screenshot002di.png)

Search
Help