the default reviews and downloads
Search results for «the default»:
Showing 1 to 10 from 10 matches
|
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) |
|
iso2mkv 0.8.0 iso2mkv is software for automated DVD to XviD/vorbis MKV video conversion with almost total control on the compression, while being s GPL (GNU General Public License) |
|
mod_watchcat 1.0 mod_watchcat is a module developed to provide watchcatd-awareness to the Apache 2 webserver GPL (GNU General Public License) |
|
Pocket Linux 2.51 Pocket Linux is an almost minimal, one floppy linux system designed to quickly convert PC workstation into secure linux-based worksta GPL (GNU General Public License) |
|
Feed'n Read 0.6.0b Feed'n Read (FnR) is a free Java based open source newsfeed reader. It is powered by the Sun ROME syndication framework and therefore supports all current formats (RSS 0.90, 0.91, 0.92, 0.93, 0.94, 1.00, 2.00, ATOM 0.30 and 1.00). It disposes of an intuitive, fast and responsive user interface using eclipse technologies, i.e. JFace and SWT. Thus it combines the platform independent Java world on one hand with a fast native user interface on the other hand. Here are some key features of "Feed n Read": · Multi threaded application environment · Multi language support (german and english attended at the moment) · Multi tab style reading · Tree based favorite management · Newsfeed retrieval and update · Newsfeed aggregation · Scheduling for automatic newsfeed retrieval · Easy news filtering · Easy favorite filtering · Archive support (recognizes already read news) · Newsfeed caching support · RSS enclosure support · Podcast support · System tray support · System tray notifications · Internal web browser · OPML import · OPML export · Customizable interface Requirements: · Java 1.4.2 or later What's New in This Release: · Added translations for the following languages: DutchDutch by Robin Neyt GreekGreek by Tsvetan Bankov RomanianRomanian by Stefan Savu RussianRussian by Ivan Kovalenko SpanishSpanish by Miguel E. Hern?ndez Cuervo TurkishTurkish by Muhammet Kara Thanks to all translators for your commitment. · Watch supportAdded watches. Watches let you keep track of your favorite newsfeeds. · You can define a watch for an arbitrary set of favorites which are then watched based on keywords. Whenever a favorite is updated the watch synchronizes the news matching these user defined keywords. There is an auxiliary support for powerful searches using wildcards, i.e. special characters that can be embedded in a keyword: ? Arrow right 0 or 1 arbitrary character. Example: ?at matches all strings that end on at (rat, fat, at, ...) * Arrow right 0 through n arbitrary characters. Example: *og matches all strings that end on og and have any characters in front of it (fog, smog, blog, og, ...) + Arrow right 1 through n arbitrary characters. Example: +og matches all strings that end on og and have at least one character in front of it (fog, smog, blog BUT NOT og, ...) · Creating watches is quite easy as a wizard guides you through the entire process. Watches can be organized in so called watch folders. Select 'Add watch folder' resp. "Add watch' from the 'New' menu to create a watch folder resp. watch. · Browse through the watches in the 'Watches' tree on the left of the user interface. · A sidebar now holds the favorites as well as the watches tree and lets you switch between these two views. (see request #1467841: Add newsfeed watches based on keywords). · Added support for external browser. The link behaviour is now configurable in the 'Browser' branch in preferences. Three different options are available: a) Use internal browser which opens a link in a new tab inside the tab bar. b) Use default external browser which opens a link in a new window outside of the application. This setting is only selectable if the system's default browser could be detected. c) Use an arbitrary external browser which opens a link in a new window outside of the application. (see bug #1449762: IE is activated instead of Default Web Browser) · Added contet menu item "Open news in external browser": A potential external browser configuration is considered. If no userdefined setting is found the action tries to launch the news in the default browser. (see request #1467844: Context menu entry: Open news in default browser) · Added scheduled update support on category level: The refresh interval can now be configured on category level too. Changing the refresh interval of a category updates the refresh interval of all favorites inside. Set the check inside the properties dialog if a change to this setting should recursively affect the favorites in the selected category and all of its sub categories. A default value for this setting is now configurable under 'Favorites' in the application preferences. (see request #1464774: Refresh interval configuration/unread category visualization) · Categories now also display the number of unread news in brackets behind the category name (see request #1464774: Refresh interval configuration/unread category visualization) · News can now be tagged using the "Tag news" action from the main menu or a newsfeed's context menu. The "Untag news" action clears the news tag again. A red flag in the respective column in the newsfeed tab indicates that a news is tagged. This feature can be used to tag news for special interest which can recovered easily on first sight. Supplementally the filter 'show only tagged news' from the filter menu can be applied to newsfeeds to filter out all news that do not have a tag. · Added extended filter options: Show all news, show only unread news and show only tagged news. The filters can be selected using the small arrow down on the right side of the tab bar. Note that this is a global setting which affects all open newsfeed tabs (see request #1449803: Hide read messages). · Added option to mark a newsfeed as read when the tab it is displayed in is closed. This can be configured in the 'General' branch in the application preferences (see request #1449891: Mark read when you leave feed). · Added shortcuts for mark news as read (ctrl+r)/unread (ctrl+u) (see request #1453747: Shortcut for Mark as Read). · Added some new refresh intervals to the scheduler (1 minute, 2 minutes, 3 minutes and 4 minutes). · Favorite read status is restored on startup syncing all favorites with the last condition in cache and archive. This means that the favorites status is the same as it was when the application was closed the last time. Opening a favorite opens the newsfeed's previous status as found in cache and archive. To reflect the synchronization status on startup a progress indicator for the favorite loading process was added to the application splash screen. · Added buttons to clear persistent cache and archive to the application preferences. · Favorites tree now displays individual icons for favorites whose host supplies a website icon (known as favicon). Tabs also display that icon if it is available for the favorite. Uses background loading and caching techniques to improve gui performance. Supplementally added support for overlay icons in case a favorite is scheduled for automatic update or its associated newsfeed is flawed. · Improved favorites tree filter strategy to prevent flickering. The favorites tree isn't refreshed on each keytroke anymore. · The toolbar items are now arranged in logical groups which can be reordered and wrapped. The toolbar settings are stored in the configuration and restored on application start. · The application view and divider settings are now stored in the configuration and restored on application start. · Screen cheese bug on windows xp systems fixed which caused the application not to show up with xp skin if the respective manifest files were not found in the java runtime installation directory. No manifest files are needed anymore. The xp skin is activated automatically if the application is running on a windows xp system. · Fixed bug that caused a scheduled favorite to get updated although it has been already removed. · Reengineered tray notifications. In mass updates, e.g. if a category is updated tray notifications now only close if the last notification has been displayed. The notification display time as configured in the application preferences affects the time from the last displayed notification. · Fixed bug that caused idle or lingering newsfeed updates not to disappear from the notification area. · Fixed bug which caused HTML entities not to be decoded in news titles. All news titles are now conditioned in such a manner that all HTML entities are now converted to their unicode representations. Additionally all potential HTML tags are stripped off (see bug #1498015: HTML codes not decoded). · Added missing browser toolbar tooltips. · Revised documentation, i.e. javadocs. · Updated SWT library to 3.2.32 Common Public License |
|
TexToWebPublishing 1.1 TeXToWebPublishing is a perl script that produces a set of html pages from a LaTeX source file. The script creates one image for e GPL (GNU General Public License) |
|
wapircgw 0.1.7 wapircgw helps you easily connect to irc networks using your wap browser on your mobile phone GPL (GNU General Public License) |
|
DNRD 2.20.1 Domain Name Relay Daemon is a caching, forwarding DNS proxy server GPL (GNU General Public License) |
|
mysqlstress 0.1 beta mysqlstress is small but powerfull program, though GPL (GNU General Public License) |
|
reTCP 0.46 reTCP is a user-space TCP connection redirector with special HTTP proxy support GPL (GNU General Public License) |
Related: