NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 52 53 54 55 56 … 93 Next »
BlueMCE2-X cleanup project

 
  • 0 Vote(s) - 0 Average
BlueMCE2-X cleanup project
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#101
2006-07-23, 07:36 PM
One minor change...

I changed the names:

icon_empty_selected
icon_empty_overlay
icon_empty_normal

to

icon_selected
icon_overlay
icon_normal

Monday (+5GMT) I will start changing the names in MCE2 as a test demo.

Any name or path changes will only take a minute after it is done.
CommonImages
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
#102
2006-07-23, 08:13 PM
Caught up on the posts I've missed and just downloaded the commonimages.zip file from post #100. Thoughts:

# "compataiblity" with AM should not be conisiderd here - the aim is to define a set of images, plugins can easily be changed.

# 720x480 should be standard as most users have a TV set for use with GBPVR. A higher res would just be a waste of valuable CPU time. A widescreen and/or high res version of the XML's could be made in the future - but bear in mind this would double the workload.

# is there a HTML/wiki document outlinining the common images talked about in this thread yet? If not I would like to volunteer myself to work on one.

# music library2, MainMenu-AM, BaseSkinImages - what are these folders for?

# There is no List_DetailActive.png, any reason?

# What is panel_dialog.png and where it is used?

# Is there a set syntax for the underscore? (_), seems to be used randomly! For example; it is used between every word with Button_PageDown_Normal.png but only between the object and the rest of the name with List_BarNormal.png

McBainUK
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
#103
2006-07-23, 08:38 PM
McBainUK Wrote:Caught up on the posts I've missed and just downloaded the commonimages.zip file from post #100. Thoughts:

# "compataiblity" with AM should not be conisiderd here - the aim is to define a set of images, plugins can easily be changed.

# music library2, MainMenu-AM, BaseSkinImages - what are these folders for?

AM and other folders are what is pulled out of earlier commonimages.zip files for reasons like you stated above. These are "specific" files that are not "standard". The Music Library2 folder is an example plugin skin MixMan just made.
McBainUK Wrote:# is there a HTML/wiki document outlinining the common images talked about in this thread yet? If not I would like to volunteer myself to work on one.

Go right ahead..Smile


McBainUK Wrote:# There is no List_DetailActive.png, any reason?

Oversite really. No plugin uses this yet, but it can be added. Any suggestions or corrections please feel free to do so.
McBainUK Wrote:# What is panel_dialog.png and where it is used?

panels is the backgrounds like what is used in net radio behind text (that is not listviews)
McBainUK Wrote:# Is there a set syntax for the underscore? (_), seems to be used randomly! For example; it is used between every word with Button_PageDown_Normal.png but only between the object and the rest of the name with List_BarNormal.png

No rhyme or reason. All just being winged on the fly.

Feel free to tweak or make changes.

Here is a quick and dirty convert of MCE2. Just as a test bed.
Plugins may be broken or nasty results.
http://gbpvr.com/pmwiki/uploads/Skin/CleanupMCE2.zip
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]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#104
2006-07-23, 09:47 PM
I "grouped" the all the images so they would be close to each other, when sorted in alphabetical order. Like:

Button_MenuNormal
Button_MenuSelected

Icon_Empty_Selected
Icon_Empty_Normal
Icon_Empty_Overlay

What is the reason to "ungroup" them?
Isn't it better to come up with another groupname?
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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#105
2006-07-24, 03:47 AM
MixMan Wrote:I "grouped" the all the images so they would be close to each other, when sorted in alphabetical order. Like:

Button_MenuNormal
Button_MenuSelected

Icon_Empty_Selected
Icon_Empty_Normal
Icon_Empty_Overlay

What is the reason to "ungroup" them?
Isn't it better to come up with another groupname?


Ah that is why. Didn't "see" that before. That is fine then, put "Menu" back in the buttons if that helps.

I just thought the word "Empty" didn't suit where this image could be used. The sample skin you had didn't seem right to use an image with "Empty" in there. How about Icon_Image_.....?

What McBainUK was also getting at is there are two "Styles" there.
For the buttons, there is no "__" between "Menu" and "Selected", like in the Icon ones.

Do we use two "_" in a file name or just one with DualCase?

Too late for me tonight to see what that means. Will look at that tomorrow.
(Unless you guys beat me to it with me being about 5+ hours behind.)

I generally don't have much of an opinion on how the images are named at this stage, as long as the names seem to be self-explanitory.
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]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#106
2006-07-24, 08:26 AM
Fatman_do Wrote:Ah that is why. Didn't "see" that before. That is fine then, put "Menu" back in the buttons if that helps.

I just thought the word "Empty" didn't suit where this image could be used. The sample skin you had didn't seem right to use an image with "Empty" in there. How about Icon_Image_.....?

What McBainUK was also getting at is there are two "Styles" there.
For the buttons, there is no "__" between "Menu" and "Selected", like in the Icon ones.

Do we use two "_" in a file name or just one with DualCase?

Too late for me tonight to see what that means. Will look at that tomorrow.
(Unless you guys beat me to it with me being about 5+ hours behind.)

I generally don't have much of an opinion on how the images are named at this stage, as long as the names seem to be self-explanitory.

Yes, I agree the naming is inconsequent right now and we can change this. The most important thing is that the naming is easy to understand and that skinners that wants to add new images does it in the same "manner"

I like a _ separator, it easier to see that the images are grouped that way,

What about:

Group_SubGroup_Image.png

And I also agree that "empty" is not that describing. So what is it icon background? icon panel? icon frame?

Another thing.....in BlueMCE2 thy have default listview icons and "image" listview icons.....and I think that Reven might have defined this?
Something to devide upon.....since the list image icons are so small it is hard to see what the image shows.
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]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#107
2006-07-24, 12:48 PM (This post was last modified: 2006-07-24, 01:05 PM by McBainUK.)
OK, I've started work on the Standard Images Proposal list, including naming syntax and I must say its currently all over the place! Probably due to the fact that the list is being decided on by swapping zip files of images rather than having a simple written list - easy to get distracted.

Image name syntax proposal: Item_[State]_[Size/Usage]

examples:
Button_Selected_Main
Button_Selected_Popup
FolderIcon_Music
ListBar_Selected
ListDetail_Selected
ListIcon_Selected
Background_Main
Background_Plugin
PanelBackground_Wide
PopupBackground_Wide

Also has the placement of images been discused? How about a folder for each group? Allows easy swap out of image 'sets'.
|Buttons
|-Button_Selected_Main
ListItems
|-ListBarActive
|-ListDetailNormal
|-ListIconActive
|-ListIcon_Selected
Icons
|-RedBulletBallIcon
etc

Thoughts?
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
#108
2006-07-24, 02:28 PM
McBainUK Wrote:OK, I've started work on the Standard Images Proposal list, including naming syntax and I must say its currently all over the place! Probably due to the fact that the list is being decided on by swapping zip files of images rather than having a simple written list - easy to get distracted.

Image name syntax proposal: Item_[State]_[Size/Usage]

examples:
Button_Selected_Main
Button_Selected_Popup
FolderIcon_Music
ListBar_Selected
ListDetail_Selected
ListIcon_Selected
Background_Main
Background_Plugin
PanelBackground_Wide
PopupBackground_Wide

Also has the placement of images been discused? How about a folder for each group? Allows easy swap out of image 'sets'.
|Buttons
|-Button_Selected_Main
ListItems
|-ListBarActive
|-ListDetailNormal
|-ListIconActive
|-ListIcon_Selected
Icons
|-RedBulletBallIcon
etc

Thoughts?

Dottore suggested sub-dividing the images into folders. Nothing concrete has come out of it yet. I have been looking at the names again, but I haven't come up with anything yet.

I like the ListIcon_Selected, ...._Normal, also can be used as ListIcon_Folder, ListIcon_ParentFolder, ListIcon_Music, ect.

But then I thought, maybe Icon should be used only for "Icon mode" list items.
Icon_Folder, Icon_ParentFolder, Icon_Selected, Icon_Normal.

And "List" is for List mode.
List_Folder, List_ParentFolder, ......

Never ending circle of ways to go about it.
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
#109
2006-07-24, 03:14 PM
Thought process - ListIcon is a natural follower to ListBar.
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
#110
2006-07-24, 03:40 PM (This post was last modified: 2006-07-24, 03:51 PM by Fatman_do.)
McBainUK Wrote:Thought process - ListIcon is a natural follower to ListBar.

Yes, it follows somewhat.

Then again, keeping the images focused on what is in a list display....

Quote:ListView_Active
ListView_Folder (small folder graphic used in listmode)
ListView_Normal
ListView_ParentFolder (small folder graphic used in listmode)
ListView_Selected
(not sure we need "music, video, and photo mini-graphics like mixman pointed out.)

ListViewDetail_Active
ListViewDetail_Normal
ListViewDetail_Selected

IconView_Active
IconView_Folder
IconView_Music
IconView_Normal
IconView_ParentFolder
IconView_Photo
IconView_Selected
IconView_Video

Background_List or List_Background

Seem to follow well and explain better where to use.
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]
« Next Oldest | Next Newest »

Users browsing this thread: 4 Guest(s)

Pages (27): « Previous 1 … 9 10 11 12 13 … 27 Next »
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,317 2022-11-20, 04:28 PM
Last Post: mvallevand
  Downgrade a VS2008 project? bgowland 3 3,585 2009-05-07, 09:03 PM
Last Post: bgowland
  Plugin "cleanup" call on exit? JohnInSJ 6 2,450 2008-11-20, 01:38 AM
Last Post: whurlston
  Before I get too far into my latest project... whurlston 15 4,444 2007-05-23, 03:00 AM
Last Post: whurlston
  Configure a C# express project to launch an external exe McBainUK 3 1,794 2006-12-12, 05:01 PM
Last Post: Brian_W
  New LCD-Plugin-Project dharry 1 1,437 2006-10-12, 10:41 PM
Last Post: sub
  Common Images Plugins Skins & Community Skin Project MixMan 98 20,903 2006-08-24, 01:51 PM
Last Post: MixMan
  Community skin project McBainUK 145 31,166 2006-07-18, 07:17 PM
Last Post: sub
  New project templates in VS .NET 2005 Express bgowland 2 1,943 2006-07-10, 07:55 PM
Last Post: bgowland
  Skin Project: Chameleon Fatman_do 20 7,041 2006-05-16, 07:25 PM
Last Post: Fatman_do

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

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

Linear Mode
Threaded Mode