media reviews and downloads

Search results for «media»:

Showing 1 to 10 from 10 matches

Mini-Pentoo 2006.1
Mini-Pentoo is a mini LiveCD distribution generated from Pentoo Linux. Here are some key features of "Mini Pentoo": · net-analy
GPL (GNU General Public License)
media hive 0.8.7
media hive is a web-based playlist system, media catalog manager, and streaming content provider. With it, you can view your media
Free To Use But Restricted
Kenbushi Lite 6.2.0
Kenbushi is a powerful media center with integrated file sharing, web server and data backup over LAN/Internet
Freeware
Media Library 0.6
MediaLibrary is a multi-platform free software that lets you catalog your media files ( CD-Rs, DVDs...) Its main purpose is to ref
GPL (GNU General Public License)
usb_device_amaroKscript 1.3.0.1
usb_device_amaroKscript script brings generic USB media player support to amaroK because the 1.3.1 release provided with the Mandriva
GPL (GNU General Public License)
Netjuke 1.0 RC2
Artekopia Netjuke is a cross-platform Web-based audio streaming jukebox powered by PHP 4 and an increasing choice of databases. MP
BSD License
rtspd 2.0
RTSP is the Real Time Streaming Protocol, which serves as a control protocol, and as a jumping off point for negotiating transports,
Freely Distributable
RJB's Digital Media Center 2.0
RJB's Digital Media Center is a music player. RJB's Digital Music Center is designed to run on dedicated hardware. Because of this. It running as root. Very dangerous. Other than grabbing the X display and calling stop and halt scripts. It should be able to run as a non-root user. I will look into this on future releases. Install steps: (1) Install Nvidia Graphics Card. (2) Plug X10 or IRMan control module into Com1. (3) Connect Computer to Television (4) Install RedHat 9.0 (5) During RedHat install select "Server Install" (5) During package selection (a) Select The Following Packages X Window System Sound and Video Windows File Server Development Tools X Software Development (b) De-Select The Following Packages Printing Support Text Based internet Server Configuration Tools Web Server Administration Tools (6) Identify or Create a directory for your Media files. mkdir /usr/local/Media Would be a good choice. The install script will ask and expect this path to exist. It will create a symbolic link to it. Also create symbolic link inside to for Cdrom to /mnt/cdrom (7) As root UnZip/Tar the DMC release in /usr/local cd /usr/local tar zxvf dmc-releaseV2.0.tgz.tgz (8) If your System is a HP DEC then you need to copy from the original HP disk the binary decvfdcmd. cp /opt/odin/dec/bin/decvfdcmd /tmp This binary controls the front LCD display. The install script will ask for this path. (9) As root run the DMC Install Script. cd /usr/local/dmc/bin ./Install.sh (10) Answer questions and follow instructions (11) Good Luck! Here are some key features of "RJB s Digital Media Center": · One that would connect to a TV. · Be controlled by a remote (X10 or IRman). · Play Video Files (.mpg .avi). · Support Monkey's Audio along with mp3 and wav's. · Display CD Cover Art · Mounts music from a network server. · UNIX based. · XFree86 based. · 100% C-Code (Very Fast).
GPL (GNU General Public License)
Audacious 1.2.1
Audacious is a media player based on BMP and XMMS
GPL (GNU General Public License)
Armangil's vodcatcher 1.3.3
Armangil's vodcatcher is a video podcast (or vodcast) client for the command line. Armangil's vodcatcher project provides several download strategies (new shows only, allowed, back-catalog, etc), supports BitTorrent, offers cache management, and generates playlists for video player applications. It is written in Ruby, and runs on Linux (tested), Windows, MacOS and many other operating systems. To watch video podcasts, simply type something like vodcatcher subscriptions.opml > latest.m3u. This will download the subscribed shows into the current directory and generate an M3U playlist named latest.m3u. This application accepts one or more feeds (RSS or Atom) or subscription lists (OPML or iTunes PCAST) as argument, in the form of URLs or filenames. Alternatively, it tries to read one such document from the standard input. For help, use vodcatcher -h. Options: -F, --Function FUNCTION used function (download search ); when using the search function (which generates an OPML document), the only relevant options are -v, -r and -f (default value: download) -d, --dir DIR Query for caching files and storing application state (default value: current directory) -s, --size SIZE Size of media file cache in MB; 0 means infinite; default value is 500 -m, --memsize N Remember last N downloaded media files, and do not download them again; 0 means infinite; default value is 1000 -t, --type TYPE Playlist type (m3u smil pls asx tox xspf ) (default value: m3u) -S, --strategy S Strategy to use for downloading vodcasts (new one back_catalog all cache ): * back_catalog: download any show that has not been downloaded before; prefer the most recent shows of top-most feeds in the OPML/PCAST documents. * new: ignore vodcast back-catalogs; this is like back_catalog, except that only the most recent show of each feed is considered. * one: download one unlistened show of each feed, with a preference for recent shows * all: download all show; even already downloaded shows are downloaded once again. * cache: play shows that are already in cache (default value: new) -f, --feeds N Do not download more than N feeds (when using the download function); or return the first N relevant feeds (when using the search function); 0 means no limits (default value: 1000) -r, --retries N Try downloading files (media, RSS/Atom or or OPML/PCAST) at most N times before giving up (default value: 1) -T, --Torrentdir DIR Copy torrent files to directory DIR; handling torrents through an external BitTorrent client is left to the user; if this option is not used, torrents are handled internally (if RubyTorrent is installed), or else ignored -U, --Uploadrate N Maximum upload rate (kilobytes per second) for the internal BitTorrent client (default: no limit) -i, --itemsize N If a downloaded show is less than N MB in size (where N is an integer), fetch other shows of that same feed until this size is reached (default: 0) -p, --[no-]perfeed Create one subfolder per feed in cache -c, --[no-]cache Play already cached files, DEPRECATED (use -S cache) -e, --[no-]empty Delete all previously downloaded files -a, --[no-]asif Do not download media files (useful for testing) -v, --[no-]verbose Run verbosely --version Display current version -h, --help Show this message Usage examples: vodcatcher -d ~/vodcasts feeds.opml http://host/second.opml > latest.m3u vodcatcher -d ~/vodcasts -S cache > cache.m3u cat feeds.opml | vodcatcher -d ~/vodcasts > latest.m3u vodcatcher -vd ~/vodcasts -s 500 -m 10_000 -t asx feeds.opml > latest.asx vodcatcher -vF search -f 44 'video vlog' http://www.podfeed.net/opml/directory.opml > results.opml Requirements: · Ruby 1.8.2 or later What's New in This Release: This release includes a major new feature: search. This function generates a subscription list by querying a set of subscription lists/feeds. Here are some usage examples: · the command vodcatcher -F search "rocket tiki video" 'http://www.ipodder.org/discuss/reader$4.opml' > result.opml queries the iPodder podcast directory, and (hopefully) generates a list of video podcasts including Rocketboom and TikiBar TV, · the command vodcatcher -F search -f 22 video http://www.podfeed.net/opml/directory.opml | vodcatcher > latest.m3u queries Podfeed.net for video podcasts (22 at most), and downloads their latest shows. · The search function can safely be interrupted (through Control-C keystrokes on Linux): it still generates a valid subscription list. · This release also adds support for the XSPF playlist format, and adds the -p option for assigning a separate cache subfolder to each feed.
GPL (GNU General Public License)

Related: