Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.679 Times

Find Media software
Filter: All | Freeware | Demo
 

Find Media

< 1 2 3 4 5 
Added: September 10, 2010 | Visits: 1.027

Media Media Listings project aims to provide a comfortable way to see the TV listings of supported TV channels. More exactly, it displays defined number of programs, which are yet to come, based on current date and time. Clicking one of the displayed programs will start your default browser and... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Media Download

Added: July 11, 2010 | Visits: 1.969

Beep Media Player RSS feed provider Beep Media Player RSS feed provider is a tool for generating RSS feeds of songs played by BMP. bmp-rss-feeder is a plugin for the Beep Media Player that makes it possible to publish an RSS feed containing the names of recently played songs. The feed can be published both locally and on the... Platforms: *nix

License: Freeware Size: 245.76 KB Download (115): Beep Media Player RSS feed provider Download

Added: August 13, 2010 | Visits: 1.503

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Test::File::Find::Rule Download

Added: March 18, 2010 | Visits: 1.461

File::Find File::Find is a Perl module to traverse a directory tree. SYNOPSIS use File::Find; find(&wanted, @directories_to_search); sub wanted { ... } use File::Find; finddepth(&wanted, @directories_to_search); sub wanted { ... } use File::Find; find({ wanted => &process, follow => 1 }, .);... Platforms: *nix

License: Freeware Size: 12.2 MB Download (96): File::Find Download

Added: February 18, 2010 | Visits: 884

AT Media Page AT Media Page provides a simple and easy to use Plone Page which can contain ATImages.. Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): AT Media Page Download

Added: July 20, 2010 | Visits: 1.203

File::Find::Rule::XPath File::Find::Rule::XPath is a Perl module that contains rule to match on XPath expressions. SYNOPSIS use File::Find::Rule::XPath; my @files = File::Find::Rule->file ->name(*.dkb) ->xpath( //section/title[contains(., "Crustacean")] ) ->in($root); This module extends File::Find::Rule to... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): File::Find::Rule::XPath Download

Added: August 27, 2010 | Visits: 1.089

Thunar Media Tags Plugin Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager.. Platforms: *nix

License: Freeware Size: 276.48 KB Download (99): Thunar Media Tags Plugin Download

Added: September 19, 2010 | Visits: 1.545

Open Media Collectors Database Open Media Collectors Database project (OpenDb) is a PHP and MySQL based inventory application that allows you to easily catalog and lend media-related items, including DVD, VCD, CD, VHS, games, books, and laser discs. There are also quite a few Contributed item types available, and if thats... Platforms: *nix

License: Freeware Size: 1.1 MB Download (124): Open Media Collectors Database Download

Added: July 13, 2010 | Visits: 1.023

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible... Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: August 15, 2010 | Visits: 1.304

Transfer to Media Device Transfer to Media Device is a script that creates a new Playlist Right Click Menu item for transferring selected playlist items to your iPod via the Media Device Browser. This script now also supports generic copy to operation for USB mass storage devices. Currently the script will prompt for a... Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Transfer to Media Device Download

Added: March 12, 2010 | Visits: 962

Email::Find Email::Find allows you to find RFC 822 email addresses in plain text. Email::Find is a module for finding a subset of RFC 822 email addresses in arbitrary text (see "CAVEATS"). The addresses it finds are not guaranteed to exist or even actually be email addresses at all (see "CAVEATS"), but... Platforms: *nix

License: Freeware Size: 39.94 KB Download (132): Email::Find Download

Added: January 02, 2010 | Visits: 1.017

Easy Media Desktop Easy Media Desktop is meant as a user-friendly interface to working with different types of media. Its primarily designed to be used by mobility impaired users that may be using a specialized interface that allows special switches to send signals to a PC as mouse clicks.. kavlon coloring book... Platforms: *nix

License: Freeware Size: 8.19 KB Download (99): Easy Media Desktop Download

Added: May 10, 2013 | Visits: 1.192

NewsCloud Media Platform NewsCloud is an open source media platform for citizen journalism and the social news network. Platforms: Windows, Mac, *nix, PHP, BSD

License: Freeware Download (103): NewsCloud Media Platform Download

Added: November 09, 2010 | Visits: 857

MP3::Find::Filesystem MP3::Find::Filesystem is a File::Find-based backend to MP3::Find. SYNOPSIS use MP3::Find::Filesystem; my $finder = MP3::Find::Filesystem->new; my @mp3s = $finder->find_mp3s( dir => /home/peter/music, query => { artist => ilyaimy, album => myxomatosis, }, ignore_case => 1, );. Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find::Filesystem Download

Added: August 15, 2010 | Visits: 958

MP3::Find::Base MP3::Find::Base is a base class for MP3::Find backends. SYNOPSIS package MyFinder; use base MP3::Find::Base; sub search { my $self = shift; my ($query, $dirs, $sort, $options) = @_; # do something to find and sort the mp3s... my @results = do_something(...); return @results; }... Platforms: *nix

License: Freeware Size: 29.7 KB Download (90): MP3::Find::Base Download

Added: July 13, 2010 | Visits: 1.093

MP3::Find MP3::Find is a Perl module to search and sort MP3 files based on their ID3 tags. SYNOPSIS # select with backend you want use MP3::Find qw(Filesystem); print "$_n" foreach find_mp3s( dir => /home/peter/cds, query => { artist => ilyaimy, title => deep in the am, }, ignore_case => 1,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (96): MP3::Find Download

Added: February 26, 2010 | Visits: 1.530

Amazing Media Browser Amazing Media Browser automatically searches for all embed objects in a website and shows you a list of the source links. You can then conveniently browse through each link to see the content of the source file. These usually are a Flash movie, a Window Media movie or a mp3 file link. It can... Platforms: *nix

License: Freeware Size: 256 KB Download (104): Amazing Media Browser Download

Added: February 06, 2010 | Visits: 1.198

Sofa Media Center Sofa is a media center aimed at easy usage for GNOME. Sofa is a media center aimed at easy usage, minimal configuration and total integration with the Gnome desktop environment and existing multimedia applications. The project has a modular architecture. Two modules exists as of now:... Platforms: *nix

License: Freeware Size: 829.44 KB Download (157): Sofa Media Center Download

Added: February 02, 2010 | Visits: 988

GNOME Media GNOME media is a collection of utilities for simple multimedia handling on the GNOME desktop. It contains a volume control application, a control application for selecting your sound and video card to be used by media players, a CD player, a sound recorder, a CDDB configuration utility and... Platforms: *nix

License: Freeware Size: 4 MB Download (97): GNOME Media Download

Added: January 21, 2010 | Visits: 1.177

NetAddr::IP::Find NetAddr::IP::Find is a Perl module to find IP addresses in plain text. SYNOPSIS use NetAddr::IP::Find; $num_found = find_ipaddrs($text, &callback); This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): NetAddr::IP::Find Download

< 1 2 3 4 5