Miniplayer like Windows Media Player has

Feature requests for VLC.

Do you want to see a "miniplayer" feature in VLC Media Player ?

Yes , that would be awesome
3
43%
No , I don't see the use of it
1
14%
It would be a cool feature
3
43%
 
Total votes: 7

Pcfreakske2000
New Cone
New Cone
Posts: 2
Joined: 11 May 2006 18:35
Location: Belgium , Europe

Miniplayer like Windows Media Player has

Postby Pcfreakske2000 » 06 Jan 2007 23:01

Hi all,


Happy New Year to everyone , first of all.

In Windows Media Player when you minimize the screen of the program you get a miniplayer so that you can still control the basic functions of the player.

I would like to see that be possible in VLC Media Player.


Also a compatibility with the Windows Live Messenger "What are you listening to" feature , would be nice as well.
Greetings ,




Pcfreakske2000

fkuehne
Developer
Developer
Posts: 7241
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: Miniplayer like Windows Media Player has

Postby fkuehne » 07 Jan 2007 00:25

Also a compatibility with the Windows Live Messenger "What are you listening to" feature , would be nice as well.
Already supported, check the preferences please. You can enable it in "Interface -> Control interface" :)
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

handoffate
Blank Cone
Blank Cone
Posts: 10
Joined: 06 Dec 2006 15:04

Postby handoffate » 07 Jan 2007 15:16

Windows Media Player embeds the "Mini Player" in the Windows taskbar. This uses functionality that is specific to Windows. Since VLC is a cross-platform program, relying on functionality that is specific to one OS is not an option.

I don't think anything like this would be possible with a cross-platform program.

fkuehne
Developer
Developer
Posts: 7241
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Postby fkuehne » 13 Jan 2007 20:16

I don't think anything like this would be possible with a cross-platform program.
You're wrong there :) If someone got the time for this, it could surely be included within VLC. There is a fair number of platform specific code modules already.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

handoffate
Blank Cone
Blank Cone
Posts: 10
Joined: 06 Dec 2006 15:04

Postby handoffate » 14 Jan 2007 18:22

I don't think anything like this would be possible with a cross-platform program.
You're wrong there :) If someone got the time for this, it could surely be included within VLC.
Not really.

Capturing a minimise command and executing another program when something is minimised is highly system-specific. There is no way this can be coded to work on all platforms. How would you propose to do this in a desktop environment that doesn't even have a minimise command?

Similarly embedding an applet in the taskbar is first of all dependant on the desktop environment having a taskbar, which not all do, and even if the system has a taskbar it might not support the embedding of applets into it.

fkuehne
Developer
Developer
Posts: 7241
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Postby fkuehne » 14 Jan 2007 18:36

There are facilities to make code platform specific, thus windows or Mac only for example. The easiest example is the following:

Code: Select all

#if __APPLE__ /* your Mac OS X code here */ #else if __WIN32__ /* your Windows 95 or higher code here */ #else if __LINUX__ /* Linux variant here */ #else /* unsupported platform, keep as generic as you can be */ #endif
... but there are also modules which are completely targeted for a single platform.
You confuse cross-platform code (like VLC) with cross-platform binaries (like apps written in Java). VLC is compiled for each platform individually, so it contains a completely differently written GUI on Macs compared to the Windows port, for example. Therefore, adding such a windows-only feature is really unproblematic. We just need someone with the time to do it. :)
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

handoffate
Blank Cone
Blank Cone
Posts: 10
Joined: 06 Dec 2006 15:04

Postby handoffate » 15 Jan 2007 23:55

While it would obviously be possible to write a completely different interface for each system with a completely different feature set, one of the main points about VLC is that it has the same features on all systems.

Creating features that bahave radically differently on different systems would detract from what VLC is, that is one crossplatform program, not a collection of different single-platform programs with different feature sets.

Since a lot of VLC users are running Linux, moving from a situation where Linux users can take advantage of the full functionality of VLC to one where Linux users are stuck with an inferior version with fundamental featured missing would be tragic loss.

DJ
Cone Master
Cone Master
Posts: 8206
Joined: 01 Jan 2006 04:30
Location: Koloa, Hawaii USA

Postby DJ » 16 Jan 2007 01:18

This has been happening now for some time as as more programmers are available for any given environment. This is a time and manpower issue for all free open source software available as cross platform. MPlayer is another good example.

fkuehne
Developer
Developer
Posts: 7241
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Postby fkuehne » 16 Jan 2007 19:39

Linux users can take advantage of the full functionality of VLC
In fact, this situation doesn't exist anymore since the release of the windows port in 2001 and the Mac OSX port in 2002 :) (no offense intended)

There are various features such as parts of the wizards, transparent video output, the fullscreen controller, recording from external audio/video sources, which are only available to limited platforms. The one which this thread was originally about, would be just yet another one, but a quite useful one actually :)
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net

handoffate
Blank Cone
Blank Cone
Posts: 10
Joined: 06 Dec 2006 15:04

Postby handoffate » 14 Mar 2007 16:10

There are various features such as parts of the wizards, transparent video output, the fullscreen controller, recording from external audio/video sources, which are only available to limited platforms. The one which this thread was originally about, would be just yet another one, but a quite useful one actually :)
Do we really want there to be yet another way in which Linux users are neglected?

If there are ways in which the Linux version is inferior, we should be addressing these issues, not leaving the Linux version even further behind!

DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: Miniplayer like Windows Media Player has

Postby DGMurdockIII » 12 Sep 2007 05:00

this would be great to have

CloudStalker
Big Cone-huna
Big Cone-huna
Posts: 2581
Joined: 14 Jan 2007 19:00
VLC version: OVER 9000!!!
Operating System: It's...blue screen
Location: Heaven? No no. What's that other place that starts with an "H"? Oh yes: Home. ^_^

Re: Miniplayer like Windows Media Player has

Postby CloudStalker » 12 Sep 2007 07:40

Sorry to have to be the one to say this but it seems that this ain't going to happen.
[#6] Basic Controls / Mini Interface [Task Bar]
Will never be done because too tide with Windows Versions. But the taskbar icon can be improved for 0.9.0.

DGMurdockIII
Big Cone-huna
Big Cone-huna
Posts: 534
Joined: 14 Sep 2006 16:46
VLC version: y
Operating System: windows 10 64bit Pro
Contact:

Re: Miniplayer like Windows Media Player has

Postby DGMurdockIII » 29 Jan 2008 02:31

i would like to see this as well


Return to “VLC media player Feature Requests”

Who is online

Users browsing this forum: No registered users and 30 guests