NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 53 54 55 56 57 … 93 Next »
Community skin project

 
  • 0 Vote(s) - 0 Average
Community skin project
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#141
2006-07-18, 09:38 AM
theres like 5 threads at the moment all seem to be covering the same basic thing, thats why i havent shown any real interest, to many threads to keep track of (and i have very little time these days to program, let alone to skin).
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#142
2006-07-18, 11:05 AM
MixMan Wrote:The skinners in the community does not seem that interested in a "community" project.
Tipstir has shown no interest. He goes his own way.
Dottore does not show any interest.
Old Dog opposes or show no interest to suggestions.
THis means that all skinners will go their own ways......as before

McBainUK and Jeff are the only plugin programmers that has show a little interest.

The only person that could set Guidelines or rules is Sub.

What I am trying to do with my document is to collect facts to make a desition upon. I am sure Sub will listen and consider the facts presented.
The fact list may also hopefully be a guideline at the end.

So lets work on fact/information list to present to Sub.

What information are you looking into? I have a list of sizes and ratios of listviews, and popups started, as well as text styles. These are based on 'blue'. The problem is, I don't know what use this data is, especially considering the new changes comming down the pipeline.
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]
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#143
2006-07-18, 11:09 AM
for me, this is too much english. too many pages to read, too few time to do that. i have my own skinning system, a basic skin from which other skins could inherit is not possible for my skins. every skin i make has some special positioning and new ideas and it cannot consist of just overwriting images.

take a look at the icon-view highlights in the photo libraries of sassari and olbia: they have nothing in common. the resolutions are different.

to sum it all up: a basic skin which everyone could use is nothing for me. i need "freedom" Smile

look at mediaportal: there are dozens of xml-files for skinning....way too much. therefore there are only few skins, but they are complete. but where do the skinning-problems in gbpvr come frome?
- lazyness: i don't want to skin every plugin, i don't use every plugin.
- plugins: some of the plugins are hardcoded to their resolution, positions and so on (x-suite) look at the my series: a lot of work for a skinner, but every little element is skinnable, the image-names are easy to understand.

there must be a documentation of the various elements in the plugins (this is what you currently do) and there must be plugin-updates which allow better skinning.
---------------------
www.sitecomposer.de
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#144
2006-07-18, 12:10 PM (This post was last modified: 2006-07-18, 12:18 PM by MixMan.)
You are abolutly right Dottore.
No idea to make a standard "core" cummunity skin.
No one will maintain it because everyone has their own ideas how a skin should look like.
But it would be possible for Sub to make an image based skin, where the image names are well defined in a documentation.
Plugin developers would most likely make skin that would work with a "default" skin.
Then it is up to the skin developers to use that standard for naming or not.
I would use that standard for sure. FatMan_do and Old Dog probably would do that to. Then the plugins would directly be compatible with our skins.
So finding a common naming standard would benifit all of us, plugin developer, skinners and end users.

And as I showed you, it would also be possible to get 720x480 plugin skins with a "standard" image naming to work with Sassari. Just minor defining of text styels for different resolutions in the baseskin.xml

It is possible to do all this with very little changes and work.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
mikey
Offline

Member

Posts: 83
Threads: 3
Joined: Dec 2006
#145
2006-07-18, 07:11 PM
I'm not convinced by this push for a image based skin. I think sub was on the right track with his XML skin, and the changes he has said he is making.

Meedio is often recognised as one of the best apps for skinning. Its general approach to skinning is very similar to what is now offered in GB-PVR. In Meedio there is a standard skin called 'default'. New skins are defined by creating a new skin directory and copying in just the files you want to change or override. Everything else is picked up from the default skin. This is very similar to GB-PVR's skin fallback mechanism

There is also a resources file that defines things such as standard colors and fonts. This file is usually copied to the new skin and edited by the user to suit their skin appearance. GB-PVR's BaseSkin.xml is effectively the same thing. Currently BaseSkin.xml is only used for defining the buttons, but soon we will be able to add standard colors and fonts.

Sticking with XML will make it much easier to produce a skin. Read what sub wrote:
sub Wrote:I would like a new user defining their own skin to only have to a couple of simple tasks along the lines of:

1) Create new skin directory with the name of their skin.
2) Copy the BaseSkin.xml and preview.jpg from the standard skin into their new directory.
3) Create a new Background.jpg for the background they'd like to use
4) Edit BaseSkin.xml to customise the look of the buttons (may be images or XML), and to set the colours and fonts they'd like to be used.
5) Start the application and update the preview.jpg to what their skin really looks like

From then on, they would not need to maintain that skin, even as future versions of plugins are made etc.
I think he has got this just right. When creating a new skin I would only like to draw graphics for the new buttons, then in BaseSkin.xml I would specify the fonts I would like to use, and the colors for popup background and the radius for their rounded corners (hint hint sub). Creating a skin this way would be a five minute job.

On the other hand, an Image based skin would take a huge amount of work for replacing graphics, effectively putting it out of the reach of average user. I also think you'd need an endlessly growing set of images to cover popups as they're added. You couldnt rely on the graphic from the default skin, because it'd have the wrong colors. If it was XML based, the colors would be correct since the popup would use the colors in BaseSkin.xml.

Anyway, thats my thoughts on the subject.

-Mike
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#146
2006-07-18, 07:17 PM
Quote:and the radius for their rounded corners (hint hint sub).
Thats not a silly idea.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (15): « Previous 1 … 11 12 13 14 15
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  IPTV like stream from Sound Card input - FM Radio Project NumberFive 3 1,565 2022-11-20, 04:28 PM
Last Post: mvallevand
  Skin help (correct location?) SFX Group 4 3,954 2018-01-24, 07:42 AM
Last Post: pBS
  skin question pBS 2 3,388 2016-06-18, 07:03 PM
Last Post: pBS
  Skin - view further into the future, scale the guide Vitenka 5 3,380 2014-11-26, 07:28 PM
Last Post: Vitenka
  Skin element Details in NowNext Jaggy 2 1,847 2011-09-19, 11:50 PM
Last Post: Jaggy
  Skin Help with Line Drawing Northpole 2 1,988 2011-07-19, 05:14 PM
Last Post: Northpole
  Anyone interested in developing a Skin Plugin? Hairy 13 5,194 2011-07-10, 04:13 PM
Last Post: mvallevand
  Skin help needed for EventDetails.xml bgowland 7 3,459 2011-06-26, 11:55 PM
Last Post: Jaggy
  Skin question - how to centre a list UiList control on screen? McBainUK 2 1,923 2011-02-17, 08:46 AM
Last Post: McBainUK
  List of Skin Elements ACTCMS 7 3,290 2010-12-22, 12:06 AM
Last Post: ACTCMS

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

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

Linear Mode
Threaded Mode