View Full Version : MPC-HC GUI Discussion Thread
STaRGaZeR
6th October 2010, 18:26
DO NOT BLUR THE GUI PLEASE!!! Those screenshots have blur up the ass. We already have enough with the cleartype-can't-be-disabled-in-some-OS-fonts-without-ugly-hacks bullcrap in Vista/7.
And whatever you do with the open button, do not replace the step button, as it's quite useful. Lastly, do not remove the pause button.
sidi0us
6th October 2010, 19:54
1. The blur is from resizing.
2. The step button is right after the play/pause, which is only one button now.
STaRGaZeR
7th October 2010, 00:00
play/pause, which is only one button now.
Exactly, and that sucks IMO.
73ChargerFan
7th October 2010, 05:49
DO NOT BLUR THE GUI PLEASE!!! Those screenshots have blur up the ass.
They're mostly jpegs. Chill.
Keiyakusha
7th October 2010, 07:28
Exactly, and that sucks IMO.
Why? Step works like pause when you pressing it 1st time. You also have combined play/pause button. Why keep one more way to make pause?
sidi0us
7th October 2010, 07:37
Exactly.
bobdynlan
10th October 2010, 03:33
Did not have much time lately, but here's another nude build (http://drop.io/bobdynlan/asset/mpc-hc-7z-9) to try out and play with the limited scaling of the controls. I will clean up the Swiss cheese I've added in the already spaghetti source code and try to compile it in the latest builds, then post a proper package. Any suggestions are welcomed.
Ger
10th October 2010, 16:55
:thanks:
Play/pause looks much better now with the button frame removed.
Different button sizes (tweaks page) seems to work fine. Size 28 is fine for my TV. But size 1 and 16 seem to be the same. I assume size 1 shouldn't really be listed?
Any chance the menu colors can be changed to match the new interface (dark background etc.)?
I assume the logic behind the new time display is to get rid of the status bar. I agree with that idea, but there are a couple of features still missing when the status bar is disabled.
Suggestions:
1. The status bar shows [DXVA] after "Playing" if DXVA is used. Since we're already at a point where the custom toolbars need to be redone, why not add a DXVA indicator to the toolbar (an icon that lights up when DXVA is active).
2. The speaker icon on the status bar also indicates when there are no audio tracks. Perhaps the mute button can have a third state (maybe greyed out like the play button is when no file is loaded) to indicate that there is no audio track.
Hypernova
10th October 2010, 17:52
@bobdynlan Thank you for another build. I've been silently using your build for a while now. I do like the time/total next to the volume bar, but is it possible to change the font there?
bobdynlan
10th October 2010, 18:29
Ger
Size 1 means auto-select based upon dpi settings, so for 96dpi = 16, 120dpi = 20, 144dpi = 24, higher = 28.
You must be running on default dpi, so 16 is used.
The status bar has its purpose, and will not be removed.
But the GUI looks better with it hidden, and now keeps most of it's functionality (minus the DXVA indicator).
The open icon replaces the existing but not used third state of the volume icon for no audio.
Should not be hard to implement this third state, but will require dropping the open icon or increasing the button count.
Since you've mentioned it, where should that DXVA indicator go in the proposed layout? How about media status = Playing, Paused...?
Colouring the menu is a different thing, as it can hurt usability and I thought it's better left alone. I will make an attempt in the future.
Hypernova
The timer scales with the toolbar size, same as the progress channel and the volume control. From my limited testing, the text should be more readable than the status bar one, cleartype or not.
If you are talking about the font face, now it does not nominate an exact one, Windows chooses it based on parameters (like FF_SWISS = MS Sans Serif compatible font).
Using custom font face will complicate the now few calculations to scale the output, but it can be done.
phoenix_fr
10th October 2010, 19:44
please
possibility of a build 64bit as mid September,
as home build 32bit bug when I want to navigate using the seek bar
the image in mpc "freeze", while the sound has no problem
Ger
10th October 2010, 19:45
Size 1 means auto-select based upon dpi settings, so for 96dpi = 16, 120dpi = 20, 144dpi = 24, higher = 28.
You must be running on default dpi, so 16 is used.
I see. Yes, I'm on Windows default dpi. I suggest changing the "1" to "Auto" or "Auto dpi" or something more intuitive then.
The status bar has its purpose, and will not be removed.
But the GUI looks better with it hidden, and now keeps most of it's functionality (minus the DXVA indicator).
Yes, there is no point in removing it completely, I never meant to insinuate that. But like you say, it can be disabled easily, and the GUI looks better that way. At least when there is no information (title/EPG) etc.
The open icon replaces the existing but not used third state of the volume icon for no audio.
Should not be hard to implement this third state, but will require dropping the open icon or increasing the button count.
OK. Then my vote is for increasing the button count. Third party toolbars have to be redone anyway since the open icon is a greyed out speaker now.
Since you've mentioned it, where should that DXVA indicator go in the proposed layout?
I don't really know. I'm not a graphics design person by any means. Perhaps to the right of the progress slider, similar to where phoenix_fr put the time in his Photoshopped GUI a few posts above this? Maybe it can look as it does now with software decoding, and then a DXVA indicator appears there when it's active.
How about media status = Playing, Paused...?
Is this text really needed? The state of the play/pause button indicates playing or paused. That leaves the stopped state. I suppose greying out the stop button when it's already in stopped state would be a good indicator?
If people really want the Playing/Paused/Stopped text, then I would suggest the same position I suggested above for DXVA, right of the progress slider.
Colouring the menu is a different thing, as it can hurt usability and I thought it's better left alone. I will make an attempt in the future.
OK. I use the "favorites" feature a lot, so I use the menu quite often. I would actually rather have the open button bring up the favorites menu, since I never use the traditional File->Open anyway, but I'm guessing quite a few people would disagree with that. Again, an optional behavior for the open button would be perfect.
EDIT: Actually, after thinking about it, I think I would prefer the open button to bring up a custom menu with open/close related features, like when you right-click the open button in Winamp:
Reopen file (now CTRL-E, rebuilds graph)
Open File...
Open DVD...
Open Device...
Open Directory...
Open Disc >
Recent Files >
Favorites >
Close
I feeel like I'm asking for a lot now, but you asked for suggestions so... ;)
Hypernova
10th October 2010, 21:11
Ger
The timer scales with the toolbar size, same as the progress channel and the volume control. From my limited testing, the text should be more readable than the status bar one, cleartype or not.
If you are talking about the font face, now it does not nominate an exact one, Windows chooses it based on parameters (like FF_SWISS = MS Sans Serif compatible font).
Using custom font face will complicate the now few calculations to scale the output, but it can be done.
I did mean the font face. I would be great if you could make it another option. If not, I would vote for whatever windows' default UI font. I think it's Segoe UI? :thanks:
FoLLgoTT
14th October 2010, 13:23
Is it possible to make the position of the seek bar configurable? :)
I do vertical blanking with my projector and I don't see the bar anymore when playing movies in cinemascope format (2,35:1).
Ivoz
21st October 2010, 21:14
@ bobdynlan:
2 bugs:
http://imgur.com/qmCnk.png
You can see the mute button highlight is being hidden on the left side a little.
http://imgur.com/1Z8Ft.png
With a different skin, not only does the 'Open' button show as the mute button (which I imagine is because the skin needs to be changed) but there is space between the volume control and the side of the player that should not be there (i.e the volume control should be right up against the side of the player [with a bit of padding of course] but its spaced out too much).
The step button also doesn't highlight when I mouse over it.
The navigation bar:
The white bar doesn't seem quite vertically centered inside its black box to me; either it needs to be moved up 1 or 2 pixels or its shadow gives that impression. Also maybe you could give the black box that contains the white bar, rounded corners as well?
I wouldn't mind having the nav bar a few pixels vertically wider, or have this configurable. So its nice and easy to click on and see.
I don't think you need to show a DXVA status anywhere. If people are really fussed about knowing their video is playing DXVA (which shouldn't be an issue for most newish computers anyway? because their cpu can play it fine with/without DXVA?) then they can either enable the status bar or check with media info in the context menu that it is. Whether the video is playing in DXVA is not something you need to know during the entire duration of the video (like it's duration might be), but just once.
I think that at its heart MPC-HC is a media player, not media organiser. So I think features like favourites are extraneous to it and needn't be worried about too much such as needing a button in the GUI. Opening a file is an extremely common thing though so it's possible to consider. In my usage pattern I hardly ever use open though, because normally I will navigate to the file I want in explorer and either open it or drag it into an existing MPC-HC window. With a dedicated open button, I might start to use it, I'm not sure.
Anyway great work so far bobdynlan! <3
burfadel
21st October 2010, 21:34
The bottom pic is much nicer than the top pic, it looks like good and that its meant to be like that. The top one, where the buttons are white and background (frame?) is black just looks a bit plain an uninteresting.
The worst thing that could happen is having a new gui which is too plain, and too hard to use due to small buttons.
Ivoz
22nd October 2010, 16:18
The bottom pic is much nicer than the top pic, it looks like good and that its meant to be like that. The top one, where the buttons are white and background (frame?) is black just looks a bit plain an uninteresting.
The worst thing that could happen is having a new gui which is too plain, and too hard to use due to small buttons.
The look of the buttons can be easily skinned dude, so don't worry about that. If bobdynlan's changes get accepted into mpc-hc's main code then people will just have to update their toolbar skins slightly and all will be well. I'm pointing out problems with the layout of the default and modded skins.
bobdynlan
26th October 2010, 21:04
I acknowledge these are strong issues. I'm on a holiday so I had no time to iron them out. Starting this weekend I will get involved more and hopefully end up with an usable result. Thank you for all your suggestions.
Ger
27th October 2010, 05:05
I don't think you need to show a DXVA status anywhere.
Need, no. But it's clearly something a lot of people want. There is a reason it's there in the current/default MPC-HC GUI/status bar. It's also easy to refer to when helping people troubleshoot.
If people are really fussed about knowing their video is playing DXVA (which shouldn't be an issue for most newish computers anyway? because their cpu can play it fine with/without DXVA?)
DXVA is a key feature of MPC-HC. Perhaps the main reason why Casimir started the -HC project in the first place. My Core 2 Duo (not state-of-the-art by any means, but hardly an antique either) can't handle most of my 1080i files, not to mention the really demanding high bitrate stuff people have been posting here. That's not even considering a CPU intensive deinterlacing algo like yadif. And even if it did cope, I would obviously prefer minimal CPU usage over ~100%.
then they can either enable the status bar or check with media info in the context menu that it is. Whether the video is playing in DXVA is not something you need to know during the entire duration of the video (like it's duration might be), but just once.
The point is not to lose a significant (I know that is open to interpretation) part of the functionality of the status bar when it's disabled (because it doesn't look very good with the new GUI). This isn't a new feature after all. It's just a matter of keeping the old features easily accessible with a good looking GUI.
Also, the DXVA status is not shown in the file properties (if that's what you meant by media info), only in filters/decoder properties. And with some decoders, like the Microsoft decoder, that's not even an option, so the status bar may be the only way to tell, and we're hoping to keep that hidden after all.
I think that at its heart MPC-HC is a media player, not media organiser. So I think features like favourites are extraneous to it and needn't be worried about too much such as needing a button in the GUI.
Favorites are mostly a way to help you continue playback at a certain point, helping you remember where (file/position) you left-off. Should really be called bookmarks. And it sticks until manually removed, unlike the automatic remember position thing which is forgotten after opening a limited number of files. It is IMHO a key part of a media player, and I don't see how an external media organizer could replicate its functionality.
Opening a file is an extremely common thing though so it's possible to consider. In my usage pattern I hardly ever use open though, because normally I will navigate to the file I want in explorer and either open it or drag it into an existing MPC-HC window.
That's what I said earlier. I don't use the traditional file -> open at all since I start pretty much all files from either Total Commander/Shell Extension/Favorites/Skip forward. That is why I suggested expanding the features of the open button, similar to the one in WinAmp, where right-clicking brings up additional options that are way more useful to me than the plain open functionality. Again, the point is to be able to disable an ugly GUI element, the menu, and keep the most-used features easily accessible withiout wading through several levels of context menus.
With a dedicated open button, I might start to use it, I'm not sure.
Well, I know I won't, as long as it only does the regular open. Hence my request for an optional button behavior with the choices I listed earlier (through a WinAmp-esque button right-click if possible). I don't even know if it can be done in MFC, but bobdynlan has proven that a lot of things can be done that many didn't think was possible within the current framework. So if it is possible, and he's willing to consider it, then I fail to see how it could be a bad thing to have the extra options.
The white bar doesn't seem quite vertically centered inside its black box to me; either it needs to be moved up 1 or 2 pixels or its shadow gives that impression. Also maybe you could give the black box that contains the white bar, rounded corners as well?
This is infinitely less important to me than expanding the open button's features (including favorites) or keeping the DXVA indicator in the new GUI. Still, since your request won't hurt my usage in any way, I won't campaign against it. I hope you will consider the same in the future, since I don't think my requests will hurt your usage either.
As we all know, the decision on any request is ultimately up to bobdynlan anyway (and the MPC-HC team when/if the code is merged).
I wouldn't mind having the nav bar a few pixels vertically wider, or have this configurable. So its nice and easy to click on and see.
I wouldn't mind that either. That said, it's already way better than the old one, since it can now actually be seen from a distance.
The step button also doesn't highlight when I mouse over it.
I don't have that issue (default toolbar). I also don't have the left edge mute button issue from your screenshot. Perhaps font or OS related? Win7 x64 with default DPI here.
On a separate note, not directed at anyone in particular:
When/if most of us agree that the open button is here to stay, and that no further buttons are wanted, then the toolbar makers can be encouraged to do their thing. It's no point in asking them to follow every little change in the code until it's a settled toolbar. That way they don't have to make changes more than once.
My vote on the open button is a definite yes if it can be more flexible, and a "don't care" if it stays like it is now.
jaagil
4th November 2010, 16:17
Hi!
I really like this GUI and makes MPC lot cooler to use, but there is one big "bug" that makes me kind of sad.
When you close the program with playlist open, next time you open the program the playlist has closed itself.
Please make it remember if it was open or closed, like in the newest MPC.
Thanks and keep up the great work :)
jaagil
15th November 2010, 16:19
Did this project die? No posts for month?
Ivoz
18th November 2010, 14:42
Did this project die? No posts for month?
The 'project' was basically just bobdynlan hacking on it, so it would come back if he gets time to hack on it again :P
sabret00the
9th December 2010, 14:34
Have just seen this thread. I originally filed three bugs to modernise the GUI back in May and was shot down, so kinda gave up on this forum as a result. But as the rest of my programs are now starting to modernise, I'm hoping that some more effort can be put into the GUI.
The original bugs are simple:
Merge Title Bar And Menu Bar And Replace With Application Tab: http://sourceforge.net/apps/trac/mpc-hc/ticket/366
Auto Hide Player Controls In Windowed Mode: http://sourceforge.net/apps/trac/mpc-hc/ticket/367
Make Background Of Player Controls Transparent: http://sourceforge.net/apps/trac/mpc-hc/ticket/368
And here's a mockup I done to show their implementation: http://fc08.deviantart.net/fs70/i/2010/343/c/9/mpc_hc_mockup___wip_by_sabret00the-d34iw8k.png
bobdynlan
9th December 2010, 21:29
The idea is not dead, but my social life... one of the disadvantages of remaining home and not emigrating like most of my generation. But that is why set-backs are good in life. Makes one see in perspective.
After another look at this attempt of mine, all I can say is that even if it appears to work on the outside, inside its too much spaghetti for my taste. I will attempt another reboot, maybe I will like the next one better and come forward with it. One thing I will let go, is the on the fly switching thing as it's the main source of ...spaghetti.
sabret00the, 366 - I will never be a supporter of the ribbon interface. 367 - doable, 368 - the dark gradient I've proposed makes the current mfc implementation less disagreeable. Maybe we can come up with a way, that will not break other things in the process.
sabret00the
9th December 2010, 21:51
sabret00the, 366 - I will never be a supporter of the ribbon interface. 367 - doable, 368 - the dark gradient I've proposed makes the current mfc implementation less disagreeable. Maybe we can come up with a way, that will not break other things in the process.
366: isn't quite the ribbon. It's simply the same interface that all modern browsers are implementing along with some of the more modern instant message programs. There is absolutely no need to display the menu bar at all times and by consolidating, you're able to compact and organise the player giving more room to the media.
367: Good news.
368: There's no need for the dark interface, it doesn't actually fit with the rest of the modern windows experience. Hence why I made the light gradient in my mockup. Even Windows has moved away from the dark gradients introduced in Vista.
Hypernova
9th December 2010, 22:09
Glad to here from you bobdynlan. I'm looking forward to your work.
I think you should make a new post or ask a moderator to move your & related post to a new thread. People who see the thread the first time probably won't notice bobdynlan's work since there is no mention of it in the first post.
bobdynlan
12th December 2010, 02:06
Hypernova, that's not the case as I've not yet delivered. But I've already started better, as using the IDE is beating the text editor approach I've used before. Disabling IntelliSense, adding Visual Assist X,CodeCompare, AnkhSVN, configuring a supertoolbar, editing snippets, really makes Visual Studio shine. I find myself using the filemanager (totalcmd with plugins) less and less. Working Copy Explorer rocks!
blaster00
12th December 2010, 02:07
http://fc08.deviantart.net/fs70/i/2010/343/c/9/mpc_hc_mockup___wip_by_sabret00the-d34iw8k.png
Looks really nice.And audio volume will looks better in bars than in slide, such as http://forum.doom9.org/showthread.php?p=1452430#post1452430
But I don't think they will accept it, because some people take classic as fogyism.
burfadel
12th December 2010, 06:21
Not bad, but I thought I had a smudge on my screen with that texture, between the controls and the mute/speaker button :) The texture is a little 'dirty'?...
Looks good, although I believe the play, pause, and previous/next buttons should be bigger since they are more commonly used, whilst keeping the stop, fast rewind and fast forward, and step buttons sizes.
Astrophizz
12th December 2010, 06:41
I don't think it's a texture. I think it's just a transparent white overlay over the dirty snow ;)
sabret00the
12th December 2010, 11:42
Yup it's a semi-transparent overlay. One of the things I felt were quite an important step in the right direction by a few of the newer players out there.
burfadel
13th December 2010, 10:52
Ah I see now :) well in that case, it does look good :) lol
sabret00the
14th December 2010, 12:51
thank you.
burfadel
14th December 2010, 13:14
MPC (Media Player Classic) was meant to be a simple but fully functional player. It mirrored the very old WMP as in simplicity of it UI. The name 'Media Player Classic' was given to reflect the simpleness of the UI, like the original Windows Media player. The above GUI definitely keeps the simplicity and looks good doing it. The GUI of MPC-HC like I said in an earlier post is literally ancient, it would fiit in with Windows 95 (yes, from 15 years ago), and even the earlier Windows 3.1.
We here know how good MPC-HC is, but to anyone else, the current GUI is a major put-off. It doesn't show the simplicity as it was meant to originally, it shows outdatedness - and thats exactly what people think generally when they see it.
So, changing the UI to something like that above (with bigger main control buttons, like I suggested earlier) is not at all against the spirit of MPC, as it still shows the modern take on 'classic', that is, simple neat, whilst still having all the intended functionality.
The way I see it, when the interface does change (and hopefully to something modern like above, not just a different colour background and slightly different buttons), the name should change to 'MPC - Home Cinema', as I think that would be more fitting, and it gets away from the term 'classic' which people now interpret as meaning 'limited functionality'.
sabret00the
14th December 2010, 19:19
Thanks again, it really was simply my intention to keep the current feel of MPC but modernise it and I feel like I've done that. I most certainly feel there's room for tweaks like larger buttons too. But as things stand right now, I have a desktop with all types of shining and transparent things and then MPC-HC which looks like I've borrowed it from Windows 3.1. I'm not sure if any of the devs even watch this thread, but if they do, I do hope they take it under consideration. As stated earlier, this can be achieved in three bugs.
CruNcher
15th December 2010, 06:59
MPC (Media Player Classic) was meant to be a simple but fully functional player. It mirrored the very old WMP as in simplicity of it UI. The name 'Media Player Classic' was given to reflect the simpleness of the UI, like the original Windows Media player. The above GUI definitely keeps the simplicity and looks good doing it. The GUI of MPC-HC like I said in an earlier post is literally ancient, it would fiit in with Windows 95 (yes, from 15 years ago), and even the earlier Windows 3.1.
We here know how good MPC-HC is, but to anyone else, the current GUI is a major put-off. It doesn't show the simplicity as it was meant to originally, it shows outdatedness - and thats exactly what people think generally when they see it.
So, changing the UI to something like that above (with bigger main control buttons, like I suggested earlier) is not at all against the spirit of MPC, as it still shows the modern take on 'classic', that is, simple neat, whilst still having all the intended functionality.
The way I see it, when the interface does change (and hopefully to something modern like above, not just a different colour background and slightly different buttons), the name should change to 'MPC - Home Cinema', as I think that would be more fitting, and it gets away from the term 'classic' which people now interpret as meaning 'limited functionality'.
Exactly especially they where many features added and never the usability of those where adapted to the UI for example shader support you need a lot of clicks to enable the shaders you want to use this has to change (making them available after detecting the state if they can be used on some place easy accessible). The Design isn't really important but those usability changes are :) it shouldn't be that you need 1000x clicks to reach a common usage option same for other things like subtitles and audio tracks it should be more usable like the bigo ISVs design it. Though better Graphical Representation isn't needed for that but if you think content centric of course they could be a lot of Graphic stuff used as transparency (that would be also a usability aspect) to let the content shine all the time and only have the most used features easy accessible :)
Thats initialy also the reason why Players like Kmplayer and Potplayer forked out of MPC-HC to give users a easier access to MPC-HCs powerful Engine.
But still there are a lot of other problems to fix first Engine wise in performance and finally a proper filter unloading after closing the playback :(
cegy
27th December 2010, 13:01
would it be possible to upload the lastest build from bobdynlan to somewhere else (mediafire or somewhere else??) as drop.io is around anymore and i would like to see/use the new gui.
many thanks
o770
27th December 2010, 20:18
Two buttons the controls bar misses to toggle on or off the playlist and the fullscreen mode.
Karina
28th February 2011, 10:12
http://www.xvidvideo.ru/component/docman/doc_details/5441-media-player-classic-homecinema-x86-1512955-msvc2010--black-edition-mod.html
Ger
28th February 2011, 19:50
http://www.xvidvideo.ru/component/docman/doc_details/5441-media-player-classic-homecinema-x86-1512955-msvc2010--black-edition-mod.html
What is this? To me it looks like code from one of bobdynlan's older builds (since it's missing several features/button mods from his later builds), but with a recent MPC-HC (r2955) base. Would that be a correct observation?
Karina
28th February 2011, 20:13
collected at the source code of the first version bobdynlan
hidden panel Ctrl+0
Hypernova
28th February 2011, 20:23
collected at the source code of the first version bobdynlan
hidden panel Ctrl+0
Thanks Karina. I like bobdynlan's work so much that I got stuck on the old build for a long time. I think he's still working on it in his free time though.
Hopefully you asked for his permission (if needed) and everything.
:thanks:
Karina
28th February 2011, 20:40
Tonight will be assembled with new icons
http://imglink.ru/thumbnails/28-02-11/86628ce44ebb1758f7db13a5950051ff.jpg (http://imglink.ru/show-image.php?id=82ddca954f264877145021fa904d9719)
ramicio
28th February 2011, 20:51
If they were going to make the GUI modern then it would be called "Media Player Home Cinema." The Classic is thrown in there to emulate Windows XP coming with its old media player as a backup. It will and should always stay the same looking. Isn't the source code there? You could code your own.
burfadel
1st March 2011, 00:12
I completely disagree with that, having it so old looking makes new users think its outdated and underdeveloped, and quite honestly it looks... crap! Even the term 'classic' shouldn't be there anymore, as it suggests to people 'classic' as in functionality, NOT 'classic' as for the look of the interface.
There is absolutely no need to retain the current interface, unless the aim of the interface is to put off new users! Changing the interface to something that looks in place with the rest of Windows 7 isn't going against the philosophy of the programme, as long as it doesn't become slow, crashy, and bloated in the process. I'd actually say its detrimental to the programme to retain its current interface, because it needs new users to survive. MPC-HC already looks very out of place on Windows 7. We're not suggesting a radical design change here, the player window could have the same layout as it does now, just with fresh larger '3d'? buttons, and the button background being rejuvenated.
It would be unfortunate for people to be put off from MPC-HC and move to VLC simply because there are a few people insisting on keeping an interface that looks so out of place and dated on Windows 7 its not funny!...
Realistically, the changes to the interface as people have suggested on here if anything, aren't big enough! Ideally the programme should look good enough for people to want to use it, not just have to use it simply because under the hood its the best choice out there.
You could have everything from a new model say, Audi R8 and have it in the shell of a 1970's car (a pretty ordinary 1970's car at that, and one which looks worn), and people won't see the good features of the car, all they will see is the 1970's car. Even if they knew the underlying car was brilliant, they wouldn't get past the fact that it looks old, and dated. No matter how good the car is, they wouldn't get past the fact that it looks old and crappy. The same goes with MPC-HC, you have this 'brilliant car' stuck in an ancient shell.
Midzuki
1st March 2011, 03:24
@ burfadel:
I agree, the GUI of MPC-HC could/should be somewhat "improved", but...
*how much*? — or, *in which direction*?
I know, many/most people think Windows 7's "default look" is shiny and cool, however many/most "oldschoolers" think otherwise — that is to say, Windows 7's native look is a gayish festival of bells and whistles. :)
mr.duck
1st March 2011, 03:48
MPC-HC is without fat and bloat. Fast and powerful. It is function over form. The look should be improved so long as the same spirit remains. Make it look better so long as it doesn't damage ease of use or functionality in any way. That sort of thing. It shouldn't be complicated. Clean, lean and crisp interface using MPC for inspiration.
Dark Eiri
1st March 2011, 04:55
Just update the controls to Windows 7 style. That would make it prettier without adding any bloat to it.
burfadel
1st March 2011, 06:33
@ burfadel:
I agree, the GUI of MPC-HC could/should be somewhat "improved", but...
*how much*? — or, *in which direction*?
I know, many/most people think Windows 7's "default look" is shiny and cool, however many/most "oldschoolers" think otherwise — that is to say, Windows 7's native look is a gayish festival of bells and whistles. :)
I believe it should be updated more than just changing the colour of the buttons etc, like some of the toolbar mods available, but not to the point where the player feels 'plastic'.
MPC-HC is without fat and bloat. Fast and powerful. It is function over form. The look should be improved so long as the same spirit remains. Make it look better so long as it doesn't damage ease of use or functionality in any way. That sort of thing. It shouldn't be complicated. Clean, lean and crisp interface using MPC for inspiration.
I agree with that totally, and a change is not just a nicety, it is soon becoming a necessity. Since the player already has a very, very basic skinnable system, maybe an extension of this system should be done so that you can have the 'normal' new look MPC, and have a slightly updated 'old look' still available for those still thinking its 1995 :D
Karina
1st March 2011, 08:40
version with new icons
http://imglink.ru/thumbnails/28-02-11/86628ce44ebb1758f7db13a5950051ff.jpg (http://imglink.ru/show-image.php?id=82ddca954f264877145021fa904d9719)
http://www.xvidvideo.ru/component/docman/doc_details/5459-media-player-classic-homecinema-x86-1512956-msvc2010--be-mod-with-installer.html
http://www.xvidvideo.ru/component/docman/doc_details/5457-media-player-classic-homecinema-x86-1512956-msvc2010--be-mod-without-installer.html
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.