NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 33 34 35 36 37 … 93 Next »
SkinPlugin/CommunitySkin wishlist.

 
  • 0 Vote(s) - 0 Average
SkinPlugin/CommunitySkin wishlist.
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#21
2008-03-18, 01:56 PM
Fatman_do Wrote:Your example snippet looks good. This looks like it would really help users wanting that extra step.
I've got the framework in place. Can now edit font style, size and colour for a number of defined items. These can be applied by the SkinPluginHelper.exe (upon user selection) and can also be included in a theme definition (xml file).

The next job is to create a decent preview of the edits-at the moment it just says 12,13,14 etc for the sizes where as I would like it to have a dynamic preview like it does for the other elements.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#22
2008-03-18, 03:36 PM
Fantastic.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#23
2008-03-18, 06:08 PM
Fatman_do Wrote:Here is a MusicLibrary skin.xml file and new baseskin.xml file.

I am playing around with moving the up/down and list count items to the baseskin.xml file. That way, like everything else, I can tweak all from one file.

I cannot get the List, Icon, Details, Filmstrip positions to work from the baseskin.xml file.

Given that limitation, I don't know if it is "worth it" to move those items to the baseskin.xml file.

Edit, now for my next trick. Attaching the files....[ATTACHMENT NOT FOUND]

[ATTACHMENT NOT FOUND]
Still wraps after 100, a good way to test is to copy and paste 100 empty folders...
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#24
2008-03-19, 02:45 AM
McBainUK Wrote:Still wraps after 100, a good way to test is to copy and paste 100 empty folders...

Good idea. Thanks.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#25
2008-03-19, 11:59 PM
[ATTACHMENT NOT FOUND]

Don't know what to think.

?

I hope to have an update this weekend anyway, so lets see how it goes.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#26
2008-03-21, 03:43 AM
Netflix

Ran through the xml files and made some fast changes. Since I cannot test all screens (no netflix account) let me know if there is some things that need improvement.

Popups should now be images
Titles in the main screen list moved down slightly
Titles in the main screen set to be aligned vertically in their space (I think this makes a better effect from unselected to selected?)
Couple of other minor changes.

These two files only work with the CommunitySkin and a replacement baseskin.xml file for the Avance theme.

To get this skin file to work with other themes, you need to manually edit the baseskin.xml file to have these four additional placements.

Code:
        <Placement name="NoItemsMessage" loc="34,35"/>
        <Placement name="ListPositionInfo" loc="70,93"/>
        <Placement name="ListScrollUp" loc="85.5,93"/>
        <Placement name="ListScrollDown" loc="90.25,93"/>

I plan on having an update this weekend for all other themes with this change.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#27
2008-03-21, 03:56 AM
This is all I was able to get done so far..

TV Guide-Reflect themes
  • I adjusted the current time position, on my display the "M" on (for example) 7:30 PM was off screen.
  • Removed Named colours from the skin files, made sure the baseskin.xml file had those colors in them. (this allows those xml files to be used by other themes.)
  • Messed with visibleDate2 Timeline in tvguide-reflect-alt, I had a wrapping issue.

System
  • Had issues with date wrapping, fixed that and moved updating epg note.

Popups
MessageBoxPopup
  • Tweaked size and layout to work better with Cinema plugin.

FindMorePopup
  • widened the results boxes some.
  • Minor textstyle change.

Misc.
  • Cinema moved x days to update. Move list items up.
  • FilesPlugin- fixed up down arrows.
  • Gmail- moved poup over to left.
  • RSS Reader minor tweaks for cross-theme compatibility.
  • Fix baseskins in resources directory to new list position and sizing.

Todo for next release:
  • NetFlix
  • CD-Ripper

Track down possible task image issues/mapping with.
  • Anime Library
  • Files
  • Music Albums
  • Music Box
  • Net Flix
  • Photo Copy
  • Show Search
  • Shutdown
  • Sleep Timer
  • SudoKu
  • SportsScores
  • System Status
  • Web Streams

Checked for cross-theme compatibility on most plugins. Only a handful left to tweak.

Others??

I need to revisit all the other themes but that won't be started untill next week.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#28
2008-04-05, 02:57 PM
McBainUK Wrote:I've got the framework in place. Can now edit font style, size and colour for a number of defined items. These can be applied by the SkinPluginHelper.exe (upon user selection) and can also be included in a theme definition (xml file).

The next job is to create a decent preview of the edits-at the moment it just says 12,13,14 etc for the sizes where as I would like it to have a dynamic preview like it does for the other elements.
Just a quick update. Progress is slow but steady, I expect to have a preview ready for you guys to try out some time next week.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): « Previous 1 2 3


Possibly Related Threads…
Thread Author Replies Views Last Post
  Extra overriding #EXT-X-KEY wishlist mvallevand 4 336 2025-01-08, 05:56 PM
Last Post: sub
  CommunitySkin 4 Open development thread. Fatman_do 110 24,226 2008-12-14, 09:04 PM
Last Post: McBainUK
  CommunitySkin common text styles McBainUK 35 8,029 2007-01-17, 01:21 PM
Last Post: Fatman_do
  Plugin Suite Wishlist jimbruskalski 3 1,862 2006-04-26, 05:55 AM
Last Post: reven

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode