Main > Free Download Search >

Free browser plugin that uses gnome mplayer software for linux

browser plugin that uses gnome mplayer

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17888
dropline GNOME 2.18

dropline GNOME 2.18


dropline GNOME is a version of the GNOME Desktop that has been tweaked for Slackware Linux systems. more>>
dropline GNOME project is a version of the GNOME Desktop that has been tweaked for Slackware Linux systems.
It is available in Slackwares standard .tgz package format and requires Slackware 10.1 or higher.
dropline GNOME features the latest stable release of GNOME and its associated components.
Main features:
Internet Applications
- Mozilla Firefox, the fastest full featured web browser on the planet.
- Mozilla Thunderbird, the email client from the Mozilla Foundation.
- Epiphany, a lightweight web browser for gnome based on firefox.
- Drivel, a blogging tool with support for most blog services and software
- Gaim, instant messenger supporting AIM, MSN, Yahoo, and just about everything else.
- GnomeMeeting, for your videoconferencing and VoIP needs.
- Xchat, a IRC client. be sure to check out freenode and #dropline
Office Software
- The Gnome Office Suite, a set of lightweight office applications.
- Open Office (coming soon)
- Evolution, a mail program including a calender, scheduling, and much more.
Media Players
- Totem, A full-featured media player with a web browser plugin.
- Rhythmbox, A library based music collection player.
Graphics Viewers/Editors
- Evince, an advanced PDF/PS renderer.
- Gthumb, an image collection viewer
- The Gimp, also known as the GNU Image Manipulation Program, your image and photo editor.
- Gtkam, an app providing support for numerous digital cameras.
- Inkscape, a powerful vector image (SVG) editor.
Miscellaneous
- Accessibility programs including a screen magnifier, an on-screen keyboard, and the advanced Dasher input system.
- The Dropline installer, keeps your dropline install up to date.
- Games: All standard Gnome games like Mahjongg and AisleRiot are included.
- Graveman: A CD/DVD burning application.
- Seahorse, the GnuPG encryption key manager.
and many more tools that make your life easier.
dropline GNOME includes optimized X.org packages which while not required, are recomended.
<<less
Download (0.15MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
876 downloads
GNOME Mplayer 0.4.7

GNOME Mplayer 0.4.7


GNOME Mplayer is a simple GUI for Mplayer. more>>
GNOME Mplayer project is a simple GUI frontend for Mplayer.

It is based heavily on the mplayerplug-in source code and can basically be seen as a standalone version of that. Currently it is a test bed for new methods of operation for mplayerplug-in and so it may be broken or lacking many features. I use it as my default viewer for media on my personal machine.

To set GNOME Mplayer as the default player for mms and rtsp protocols in Mozilla/Firefox add this to your prefs.js file

user_pref("network.protocol-handler.app.mms", "/usr/bin/gnome-mplayer");
user_pref("network.protocol-handler.app.rtsp", "/usr/bin/gnome-mplayer");

Or open the "about:config" location and create new string settings with the above values.

<<less
Download (0.37MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
852 downloads
Gecko Media Player 0.0.7

Gecko Media Player 0.0.7


Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser. more>>
Gecko Media Player is a browser plugin that uses GNOME MPlayer to play media in a browser.

The project should work with all browsers on Unix-ish systems(Linux, BSD, Solaris) and use the NS4 API (Mozilla, Firefox, Opera, etc.).

Gecko Media Player is in heavy development, but I wanted to get some code drops out there so that people can start using and testing it.

<<less
Download (0.14MB)
Added: 2007-07-18 License: GPL (GNU General Public License) Price:
846 downloads
CGI::Wiki::Plugin::RSS::Reader 1.4

CGI::Wiki::Plugin::RSS::Reader 1.4


CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes. more>>
CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes.

Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node.

SYNOPSIS

use CGI::Wiki::Plugin::RSS::Reader;

my $rss = CGI::Wiki::Plugin::RSS::Reader->new(
url => http://example.com/feed.rss
);

my @items = $rss->retrieve;

<<less
Download (0.004MB)
Added: 2006-10-06 License: Perl Artistic License Price:
1113 downloads
FIR Filter Plugin 1.0.0

FIR Filter Plugin 1.0.0


The FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR filters. more>>
FIR filter Plugin is an effect plugin for XMMS which enables to filter audio data using long FIR (finite impulse response) filters. Typical applications is loudspeaker or room equalization which typically requires filters with more than 300 taps (filter weights).

The FIR filter plugin uses the fftw3 library to perform the filtering using the overlap-and-add method. If fftw3 is not available the plugin will perform the filtering (convolution) in the time-domain which is much less efficient for long filters.

<<less
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1299 downloads
Posy::Plugin::DynamicCss 0.42

Posy::Plugin::DynamicCss 0.42


Posy::Plugin::DynamicCss is a posy plugin to load different CSS styles based on the UserAgent. more>>
Posy::Plugin::DynamicCss is a posy plugin to load different CSS styles based on the UserAgent.

SYNOPSIS

@plugins = qw(Posy::Core
Posy::Plugin::YamlConfig
...
Posy::Plugin::DynamicCss
...
));
@actions = qw(init_params
...
head_template
dynamic_css_set
head_render
...
);

This plugin enables Posy users to load different CSS stylesheets based on the UserAgent.

There is one variable filled in by this plugin that can be used within your flavour files. The $flow_dynamic_css_line variable contains the stylesheet link metatag for the currently selected (browser-specific) CSS file. This variable must be inserted into your head flavour file.

<<less
Download (0.005MB)
Added: 2007-03-01 License: Perl Artistic License Price:
967 downloads
Wiki::Toolkit::Plugin::RSS::Reader 1.5

Wiki::Toolkit::Plugin::RSS::Reader 1.5


Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes. more>>
Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes.

Use this Wiki::Toolkit plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node.

SYNOPSIS

use Wiki::Toolkit::Plugin::RSS::Reader;

my $rss = Wiki::Toolkit::Plugin::RSS::Reader->new(
url => http://example.com/feed.rss
);

my @items = $rss->retrieve;

USAGE

This is a plugin for Wiki::Toolkit, a toolkit for building wikis; therefore please consult the documentation for Wiki::Toolkit for relevant information. This module can, however, be used standalone if you wish.

<<less
Download (0.005MB)
Added: 2006-10-19 License: Perl Artistic License Price:
1100 downloads
Gnome Jabber 0.4

Gnome Jabber 0.4


Gnome Jabber is an instant message client for Gnome using the Jabber protocol. more>>
Gnome Jabber is an instant message client for Gnome using the Jabber protocol.
Main features:
- Basic Chat/Messages
- Group Chat
- Headline Support
- Browse Support
- Unicode Support
- Message History
- Invisible Support
- Sound Notifications
- Emote Icons
- Reply Indicator
Enhancements:
- Gave the user the option to add a new account or set up the connection details when running for the first time.
- Last minute fixes... GjConnection was not being passed.
- Removed the "first_time_run" entry.
- Fixed up the process of what happens on first time run. Also uses the ".gnome2/Gnome Jabber" directory to know if this is the first time we are running instead of GConf.
- Fixed up what happens when running for the first time. Also, it now uses "Gnome Jabber" instead of "gnome-jabber" so it is consistant with what happens on Windows.
- Added check before unrefing, this caused a lot of unnecessary warnings in the log.
- Added fix for groupchat not working at all.
<<less
Download (1.1MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1508 downloads
SoundCard Plugin 1.0.0

SoundCard Plugin 1.0.0


SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard. more>>
SoundCard Plugin is an input plugin for XMMS which enables to read audio data directly from the soundcard.

Using the plugin you can now use your computer with the XMMS player as a powerful sound processor with any of XMMS effect plugins, such as, equalizer or echo effects.

In particular, this plugin in combination with the FIR filter plugin enables you to use your PC as a DSP to process audio data in real-time using long FIR filters without any need for dedicated DSP hardware.

<<less
Download (0.20MB)
Added: 2006-04-05 License: GPL (GNU General Public License) Price:
1303 downloads
Plagger::Plugin::CustomFeed::GoogleNews 0.7.16

Plagger::Plugin::CustomFeed::GoogleNews 0.7.16


Plagger::Plugin::CustomFeed::GoogleNews is a Perl module that can create Google News custom feed. more>>
Plagger::Plugin::CustomFeed::GoogleNews is a Perl module that can create Google News custom feed.

SYNOPSIS

- module: Subscription::Config
config:
feed:
- http://news.google.com/news?ned=jp&rec=0&topic=s
- http://news.google.co.jp/news?hl=ja≠d=jp&q=%E5%9B%B2%E7%A2%81

- module: CustomFeed::GoogleNews

This plugin creates a custom feed off of Google News HTML pages. Use with EntryFullText plugin to get full content and accurate datetime of articles.

<<less
Download (0.31MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1061 downloads
Class::DBI::Plugin::HTML 0.9

Class::DBI::Plugin::HTML 0.9


Class::DBI::Plugin::HTML is Perl module to generate HTML Tables and Forms in conjunction with Class::DBI. more>>
Class::DBI::Plugin::HTML is Perl module to generate HTML Tables and Forms in conjunction with Class::DBI.

SYNOPSIS

# Inside of your sub-class of Class::DBI add these lines:
use Class::DBI::Plugin::HTML;
use Class::DBI::Pager;
use Class::DBI::AbstractSearch;
use Class::DBI::Plugin::AbstractCount;
use Class::DBI::Plugin::RetrieveAll;

.....

# Inside your script you will be able to use this modules
# methods on your table class or object as needed.

use ClassDBIBaseClass;
use URI::Escape;
use CGI;

my $cgi = CGI->new();

my $cdbi_plugin_html = Baseball::Master->html();

$cdbi_plugin_html->data_table->addRow(Last Name,First Name,Bats , Throws ,
Height (ft),(inches),
Weight,Birth Year );

my %params;

map { $params{$_} =
uri_unescape($cgi->param("$_"))
} $cgi->param();

$cdbi_plugin_html->params( %params );
$cdbi_plugin_html->exclude_from_url([ page ]);

# attribute style
# created based on params and exclude values from above
# auto sets the query_string value
$cdbi_plugin_html->url_query();

# set the page name (script)
$cdbi_plugin_html->page_name(cdbitest.pl);

# indicate which columns to display
$cdbi_plugin_html->display_columns( [ lastname,firstname,
bats ,throws,
ht_ft ,ht_in,
wt ,birthyear ]
);

# indicate which columns to exclude, inverse of display above
$cdbi_plugin_html->exclude_columns();

# indicate the base class to work with, this is optional,
# if you should create you object via a call to
# Class::DBI::Plugin::HTML vs. a Class::DBI sub class
# this assures the correct sub class is used for data collection
$cdbi_plugin_html->cdbi_class( Baseball::Master );

# indicate the style of navigation to provide
$cdbi_plugin_html->navigation_style( both );

print qq~ Filter by First Letter of Last Name ~;

print $cdbi_plugin_html->string_filter_navigation(
-column => lastname,
-position => begins,
);

print qq~ ~;

$cdbi_html->only(firstname);


print $cdbi_plugin_html->build_table();

my $nav = $cdbi_plugin_html->html_table_navigation();

print qq!
$nav
n!;

$cdbi_plugin_html->add_bottom_span($nav);

print $cdbi_plugin_html->data_table;

UPGRADE WARNING

As of the .8 release there have been changes to the methods and how they work. It is likely that scripts built with older versions WILL break. Please read below to find specific changes that may negatively impact scripts built using the the releases prior to .8. The .9 release contains some minor modifications that could in some chases break your scripts, test carefully before upgrading in a production environment.

<<less
Download (0.021MB)
Added: 2006-11-29 License: Perl Artistic License Price:
1059 downloads
Sledge::Plugin::Prototype 0.03

Sledge::Plugin::Prototype 0.03


Sledge::Plugin::Prototype is a Sledge plugin which implements wrapper arround HTML::Prototype module. more>>
Sledge::Plugin::Prototype is a Sledge plugin which implements wrapper arround HTML::Prototype module.

SYNOPSIS

package Foo::Pages::Bar;
use Sledge::Plugin::Prototype; # just use

# you can use parameter prototype if template engine is tt
[% prototype.define_javascript_functions %]

# or in your dispatcher
sub dispatch_prototype_js {
shift->show_prototype_js;
}

# use the helper methods


[% prototype.observe_field( editor, http://foo.bar/baz, { update => view } ) %]

Sledge::Plugin::Prototype is Sledge plugin which implements wrapper arround HTML::Prototype module. use Sledge::Plugin::Prototype in your Pages class, then prototype method is imported in it. if you chose Sledge::Template::TT as template engine, parameter prototype is set in your template.
<<less
Download (0.002MB)
Added: 2007-03-26 License: Perl Artistic License Price:
944 downloads
CGI::Application::Plugin::Authentication::Store::Session 0.12

CGI::Application::Plugin::Authentication::Store::Session 0.12


CGI::Application::Plugin::Authentication::Store::Session is a session based store. more>>
CGI::Application::Plugin::Authentication::Store::Session is a session based store.

SYNOPSIS

use base qw(CGI::Application);
use CGI::Application::Plugin::Session;
use CGI::Application::Plugin::Authentication;

__PACKAGE__->authen->config(
STORE => Session,
);

This module uses a session to store authentication information across multiple requests. It depends on the CGI::Application::Plugin::Session plugin being present. Actually, it only requires that there be a session method in the CGI::Application module that will return a valid CGI::Session object.

METHODS

fetch

This method accepts a list of parameters and fetches them from the session.

save

This method accpets a hash of parameters and values and saves them into the session.

delete

This method accepts a list of parameters and deletes them from the session.

<<less
Download (0.047MB)
Added: 2007-01-24 License: Perl Artistic License Price:
1003 downloads
Qpsmtpd::Plugin::Quarantine 0.36

Qpsmtpd::Plugin::Quarantine 0.36


Qpsmtpd::Plugin::Quarantine is a filter outbound email to prevent blacklisting. more>>
Qpsmtpd::Plugin::Quarantine is a filter outbound email to prevent blacklisting.

SYNOPSIS

Qpsmtpd quarantine plugin:

use Qpsmtpd::Plugin::Quarantine;

The quarantine.cgi web page:

use Qpsmtpd::Plugin::Quarantine::CGI;
main();

In crontab or nightly:

perl -MQpsmtpd::Plugin::Quarantine::Batch -e cronjob()

In crontab (every five minutes?):

perl -MQpsmtpd::Plugin::Quarantine::Batch -e sendqueued()

From the command line:

perl -MQpsmtpd::Plugin::Quarantine::Batch -e mailq()

Qpsmtpd::Plugin::Quarantine implements and outbound mail filter. A substantial number of internet sites will blacklist senders if they send too much spam. Most will do this without providing enough feedback for you (the sender) to figure out where the spam is coming from or why you were blacklisted.
I run ISPs and Ive been blacklisted by AOL. Ive been blacklisted by Comcast. Why? Sometimes its because someone is exploting an insecure formmail CGI on my system and sometimes its simply because I allow users to forward email and when they do, they end up forwarding spam.

Qpsmtpd::Plugin::Quarantine understands that sometimes the sender is the victim and sometimes not. The normal situation is that Qpsmtpd::Plugin::Quarantine will bounce things that it thinks are spammy back to the sender with a URL to allow the sender to push the message onwards. However if the particular recipient is on an override list or is very popular (maybe because someone is forwarding their mail to the recipient or maybe theyre on a mailing list) then instead of bouncing to the sender, it will send a note to the recipient letting them know there is a message waiting for them.

Qpsmtpd::Plugin::Quarantine will only send bounces or notifications every so often (configurable). Both senders and recipients have the option (via the website) to have their mail silently discarded so that they dont get bothered again.

Qpsmtpd::Plugin::Quarantine uses OOPS to store its persistent data in mysql or PostgreSQL.

<<less
Download (0.038MB)
Added: 2007-02-28 License: Perl Artistic License Price:
969 downloads
gnome-ppp_logger 1.0

gnome-ppp_logger 1.0


gnome-ppp_logger is a project that logs the amount of time spent on the net when connected with gnome-ppp. more>>
gnome-ppp_logger is a project that logs the amount of time spent on the net when connected with gnome-ppp.

This program lets you establish a PPP connection to your ISP using gnome-ppp. It saves your online time in a log for later analysis. This will prevent you from getting into that state of shock when the phone bill comes.

<<less
Download (0.011MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
916 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5