Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vagalume(1) [debian man page]

vagalume(1)						      General Commands Manual						       vagalume(1)

NAME
vagalume - GTK+-based client for the Last.fm online radio service SYNOPSIS
vagalume [OPTIONS] [URL] DESCRIPTION
This manual page documents briefly the vagalume command. Vagalume is a Last.fm client designed for the Gnome desktop environment. It's small and provides the basic Last.fm features, such as scrob- bling, tags, recommendations, etc. Vagalume is also designed to work in the Maemo platform, used by some Nokia devices such as the Nokia 770, N800 and N810. Vagalume also supports other Last.fm-compatible services such as Libre.fm OPTIONS
-h Display a brief summary of the command-line options and their default values. -c converter GStreamer converter (or 'none' to disable it) -d decoder GStreamer decoder -s sink GStreamer sink -m mixer GStreamer mixer (if Vagalume was compiled with mixer support) URL A Last.fm radio address, beginning with lastfm:// FILES
~/.vagalume/config.xml Vagalume config file. ~/.vagalume/bookmarks.xml Vagalume bookmarks file. SEE ALSO
vagalumectl(1) AUTHOR
This manpage has been written by Alberto Garcia <agarcia@igalia.com> 2009-09-14 vagalume(1)

Check Out this Related Man Page

GStreamer::Interfaces(3pm)				User Contributed Perl Documentation				GStreamer::Interfaces(3pm)

NAME
GStreamer::Interfaces - Perl interface to the GStreamer Interfaces library SYNOPSIS
use GStreamer::Interfaces; # GStreamer::PropertyProbe my $sink = GStreamer::ElementFactory -> make(alsasink => "sink"); my $pspec = $sink -> get_probe_property("device"); if ($sink -> needs_probe($pspec)) { $sink -> probe_property($pspec); } my @devices = $sink -> get_probe_values($pspec); # GStreamer::XOverlay my $overlay = GStreamer::ElementFactory -> make(xvimagesink => "overlay"); $overlay -> set_xwindow_id($xid); ABSTRACT
GStreamer::Interfaces provides access to some of the interfaces in the GStreamer Interfaces library. Currently, that's GStreamer::PropertyProbe and GStreamer::XOverlay. INTERFACES
GStreamer::PropertyProbe pspecs = $element->get_probe_properties pspec = $element->get_probe_property (name) bool = $element->needs_probe (pspec) $element->probe_property (pspec) values = $element->get_probe_values (pspec) values = $element->probe_get_probe_values (pspec) bool = $element->needs_probe_name (name) $element->probe_property_name (name) values = $element->get_probe_values_name (name) values = $element->probe_get_probe_values_name (name) GStreamer::XOverlay $overlay->set_xwindow_id (xwindow_id) $overlay->expose $overlay->got_xwindow_id (xwindow_id) $overlay->prepare_xwindow_id $overlay->handle_events (bool) (since 0.10.12) AUTHOR
Torsten Schoenfeld <kaffeetisch at gmx dot de> COPYRIGHT
Copyright (C) 2005-2010 by the gtk2-perl team perl v5.14.2 2010-03-20 GStreamer::Interfaces(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to format file into comma separated field

Guys, Need you help, i have a a file content that look like this. Nokia 3330 <spaces><spaces><more spaces>+76451883874 Nokia 3610 +87467361615 so on and so forth, - there are so many spaces in between. - e.g.... (5 Replies)
Discussion started by: shtobias
5 Replies

2. What is on Your Mind?

Mini Review: Samsung Galaxy S (Android 2.1) v. Nokia E63

(5 Replies)
Discussion started by: Neo
5 Replies

3. Answers to Frequently Asked Questions

Which UNIX to try?

Hello AFAIK, UNIX uses slices and partitions. Since i only have 1 working device, which is running hot (60°C) by just browsing the net and torrent i'm not a big fan of 'bling bling style' DE's like Gnome3.X or KDE. Sadly, even with LXDE or Awesome i'm not 'able' to run a VM without serious... (5 Replies)
Discussion started by: sea
5 Replies

4. Web Development

How to get radio stream URL out of a webpage?

Hello, please what is the easiest linux way to get an online radio stream URL out of website player like: PLAY.CZ - radio player They may support: Flash, Silverlight, HTML5 audio. wma, mp3, aac my web browser dont have any flash technologies and i dont wish to use any. also source code... (1 Reply)
Discussion started by: postcd
1 Replies