Quote:
Originally Posted by daGrevis
Hey, Fedorers!
I'm using Fedora 15 with Gnome 3. Also, I'm using VLC for music. I'm looking for gnome extension that adds playback buttons (stop, pause, next etc.) of VLC player to some more convenient place. Maybe the top panel. Do someone have something like that installed?
I tried:
Code:
# yum search shell-extension
...but I didn't find anything even close to what I want.
Any suggestions? ;]
P.S. I'm not sure this is right category for this question, but this seemed as most appropriate.
|
There is no such extension for vlc
There is a plugin but it only supports these players
Code:
let compatible_players = [ "clementine", "mpd", "banshee", "rhythmbox", "rhythmbox3", "pragha", "quodlibet", "guayadeque", "amarok", "googlemusicframe", "xbmc", "xnoise" ];
let support_seek = [ "clementine", "banshee", "rhythmbox", "rhythmbox3", "quodlibet", "amarok", "xnoise" ];
/* dummy vars for translation */
Code:
[leigh@main_pc ~]$ yum info gnome-shell-extension-mediaplayers
Loaded plugins: langpacks, presto, refresh-packagekit, remove-with-leaves, show-
: leaves
Available Packages
Name : gnome-shell-extension-mediaplayers
Arch : noarch
Version : 0
Release : 0.1.git259f96e.fc16
Size : 8.2 k
Repo : fedora
Summary : A gnome-shell extension to control mediaplayers
URL : https://github.com/Caccc/Gnome-shell-extension-Mediasplayers
License : GPLv3+
Description : Gnome shell extension Mediasplayers is a simple extension for
: displaying player control, music and music cover in Gnome Shell.
[leigh@main_pc ~]$