Main > Free Download Search >

Free imdb thumbnailer 0.7.3 software for linux

imdb thumbnailer 0.7.3

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 70
imdb-thumbnailer 0.7.3

imdb-thumbnailer 0.7.3


A video thumbnailer that sets film covers as thumbnails. more>>
imdb-thumbnailer 0.7.3 offers you a powerful and convenient video thumbnailer that sets film covers as thumbnails. This is a video thumbnailer that searches imdb for covers based on the file names. It works for movies in the specified paths (recursively). For the rest of the cases or if no cover is found the default thumbnailer is used.

Enhancements:

  • Fixed: Not working recursively
  • Fixed: Wrong version number

Requirements: ImageMagick

<<less
Added: 2009-02-14 License: GPL Price: FREE
29 downloads
Prismstumbler 0.7.3

Prismstumbler 0.7.3


Prismstumbler is a wireless LAN (WLAN) discovery tool which scans for beaconframes from accesspoints. more>>
Prismstumbler is a wireless LAN (WLAN) discovery tool which scans for beaconframes from accesspoints.

Prismstumbler operates by constantly switching channels and monitors any frames recived on the currently selected channel.

Prismstumbler is designed to be a flexible tool to find as much information about wireless LAN installations as possible. It comes with an easy to use GTK2 frontend and is small enough to fit on a small portable system.

Because of its client-sever architecture the scanner engine may be used for different frontends. An example for this is gpe-aerial, a wireless LAN access tool for GPE (see below).

The current GTK user interface is designed to work on large PC screens as well as on PDA displays. Prismstumbler uses an embedded SQL database to store network information.

It is also able to create networks lists in GPSdrive format and store captured packages to pcap dump files.

<<less
Download (0.39MB)
Added: 2005-09-19 License: GPL (GNU General Public License) Price:
1498 downloads
Thunar Thumbnailers 0.1.1

Thunar Thumbnailers 0.1.1


Thunar Thumbnailers is a plugin for Thunar file manager, that can generate thumbnails of files inside the file manager. more>>
Thunar Thumbnailers is a plugin for Thunar file manager, that can generate thumbnails of files inside the file manager.
Thunar uses external utilities - so called thumbnailers - to generate previews of certain files. Thunar ships with thumbnailers to generate previews of image and font files and can automatically use available GNOME thumbnailers if it was build with support for gconf.
However, even then, there are several file types for which no thumbnailer exists. The thunar-thumbnailers project provides additional thumbnailers for Thunar, that also cover less common file formats.
Supported Formats
Thunar-thumnbnailers generates thumbnails for the following formats:
- EPS
- Postscript
- Fig (.fig)
- LaTeX (requires tetex)
- Raw Digital Camera Images (requires dcraw)
- Grace (requires grace)
And in the near future, hopefully:
- Video files (using ffmpegthumbnailer)
- Icon files (.ico)
Enhancements:
- Added an option --disable-update-mime-database to configure to make life easier for packagers
<<less
Download (0.076MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 downloads
Mplayer-video-thumbnailer 1.3-3

Mplayer-video-thumbnailer 1.3-3


Mplayer-video-thumbnailer is a shell script for thumbnails preview in nautilus. more>>
Mplayer-video-thumbnailer is a shell script for thumbnails preview in nautilus.

A shell script which can ganrate thumbnails of video files in nautilus using mplayer.

<<less
Download (0.004MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1050 downloads
DeSmuME 0.7.3

DeSmuME 0.7.3


DeSmuME project is a Nintendo DS emulator that can run both commercial games and homebrew applications. more>>
DeSmuME project is a Nintendo DS emulator that can run both commercial games and homebrew applications.

The original author of DeSmuME is YopYop156. He has stopped working on it on the beginning of april 2006 and passed the torch to a new team of developers. You can now follow the progress of DeSmuME on this site.

<<less
Download (0.15MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
3070 downloads
Nailer 0.1

Nailer 0.1


Nailer project is a Glib application that uses MPlayer to generate thumbnails of video media files. more>>
Nailer project is a Glib application that uses MPlayer to generate thumbnails of video media files.

Nailer takes 3 command line arguments. The first two are manadatory and the third is optional.

nailer input output [size]

input - is any video file that mplayer supports
output - is either the name of the png or jpeg file you want the output to go into
size - is the size in the X axis of the thumbnail you want to generate

nailer can be used to replace totem-video-thumbnailer and comes with the nautilus configuration file to do so.
<<less
Download (0.32MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
869 downloads
smtp2mix 0.7.3

smtp2mix 0.7.3


smtp2mix is a small mail proxy that relays incoming email from a given user to the mixmaster anonymous remailer network. more>>
smtp2mix is a small mail proxy that relays incoming email from a given user to the mixmaster anonymous remailer network.

smtp2mix allows the use of your preferred email client to send email anonymously.

<<less
Download (0.017MB)
Added: 2007-06-26 License: GPL (GNU General Public License) Price:
852 downloads
airoleap 0.7.3

airoleap 0.7.3


Airctl is a commad-line utility to trigger connection and disconnection events on. more>>
Airctl is a commad-line utility to trigger connection and disconnection events on, and to print the status of an Apple AirPort Base Station. At the moment this is not a configuration utility; try the AirPort Java Configurator http://edge.mcs.drexel.edu/GICL/people/sevy/airport/] , airconf [http://c0re.jp/c0de/airconf/] , or Apples own software to configure thing.

To install follow these commands:
make airctl

Usage:
./airctl -h
<<less
Download (0.011MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1206 downloads
OMnAdren 0.7.3

OMnAdren 0.7.3


OMnAdren is a scripting language that resembles C. more>>
OMnAdren is a scripting language that resembles C.

Computer languages are created for varying purposes and tasks — different kinds and styles of programming. One common programming task is known as scripting, or connecting diverse pre-existing components to accomplish a new related task. Those languages which are suited to scripting are typically called scripting languages. Many languages for this purpose have common properties: they favor rapid development over efficiency of execution; they are often implemented with interpreters rather than compilers; and they are strong at communication with program components written in other languages.

Many scripting languages emerged as tools for executing one-off tasks, particularly in system administration. One way of looking at scripts is as "glue" that puts several components together; thus they are widely used for creating graphical user interfaces or executing a series of commands that might otherwise have to be entered interactively through keyboard at the command prompt. The operating system usually offers some type of scripting language by default, widely known as a shell script language.

Scripts are typically stored only in their plain text form (as ASCII) and interpreted, or compiled each time prior to being invoked.

Some scripting languages are designed for a specific domain, but often it is possible to write more general programs in that language. In many large-scale projects, a scripting language and a lower level programming language are used together, each lending its particular strengths to solve specific problems. Scripting languages are often designed for interactive use, having many commands that can execute individually, and often have very high level operations (for example, in the classic UNIX shell (sh), most operations are programs themselves).

Such high level commands simplify the process of writing code. Programming features such as automatic memory management and bounds checking can be taken for granted. In a lower level or non-scripting language, managing memory and variables and creating data structures tends to consume more programmer effort and lines of code to complete a given task. In some situations this is well worth it for the resulting fine-grained control. The scripter typically has less flexibility to optimize a program for speed or to conserve memory.

For the reasons noted above, it is usually faster to program in a scripting language, and script files are typically much smaller than, say, equivalent C program files. The flip side can be a performance penalty: scripting languages, often interpreted, may be significantly slower to execute and may consume more memory when running. In many relevant cases, however, e.g. with small scripts of some tens of lines, the write-time advantage far outweighs the run-time disadvantage. Also, this argument gets stronger with rising programmer salaries and falling hardware costs.

However, the boundary between scripting languages and regular programming languages tends to be vague, and is blurring ever more with the emergence of new languages and integrations in this fast-changing area. In some scripting languages, an experienced programmer can accomplish a good deal of optimization if they choose. And in general, it is possible to write a script in any language (including C or assembly language). In most modern systems, the latter case is very seldom recommendable, since one or more suitable script languages is usually available.
<<less
Download (0.076MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1466 downloads
KBirthday 0.7.3

KBirthday 0.7.3


Kbirthday is a kicker-applet that reminds you of birthdays and anniversaries from your KDE addressbook. more>>
Kbirthday is a kicker-applet that reminds you of birthdays and anniversaries from your KDE addressbook.
It uses the KDE addressbook API to access the addressbook data. So you can use your favourite addressbook frontend to manage your friends addresses, birthdays and anniversaries.
Main features:
- support for birthdays and anniversaries from kaddressbook
- configurable notification time (past and future events supported)
- highlighting of most urgent events with configurable color
- shows remaining days to every event
- shows age of a person having birthday or years of anniversary
<<less
Download (0.54MB)
Added: 2005-05-25 License: GPL (GNU General Public License) Price:
1613 downloads
Komba2 0.7.3

Komba2 0.7.3


Komba2 is a windows network administration tool for the K Desktop Environment. more>>
Komba2 is a windows network administration tool for the K Desktop Environment.

Our target is to make administration beautiful and intuitive without sacrificing power.
<<less
Download (0.46MB)
Added: 2005-08-15 License: GPL (GNU General Public License) Price:
1532 downloads
Kima 0.7.3.2

Kima 0.7.3.2


Kima is a KDE kicker applet that shows the current CPU temperature and frequency. more>>
Kima is a KDE kicker applet that shows the current CPU temperature and frequency. Make sure you have enabled the temperature ACPI kernel module (thermal.ko).
Installation:
run configure
./configure --prefix=$(kde-config --prefix)
build the sources
make
install the applet (with appropriate rights)
su -c make install
finally add the applet to your KDE panel.
Enhancements:
- thread wakeups minimized which should lead to a better powertop result
- crash fix: prevent i18n calls from within threads (it seems i18n isnt thread safe)
<<less
Download (0.91MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
854 downloads
aviManager 0.9.1

aviManager 0.9.1


aviManager helps you manage your (large) movie (DVD, DivX) collection. more>>
This Perl script helps you to manage your (large) movie (DVD,DivX) collection.
aviManager attempts to find the best movie to watch. You will be surprised how good it works. There is also a nice imdb grabber for fast movie adding.
Main features:
- IMDB Grabber (including DVD-Cover, plot, ...)
- Voting System: user can vote movies, add movie to a wishlist (-4 = i dont wanna see this movie, 5 = i want to see this movie very soon) and can say how often he has seen the movie.
- Great search (optional fuzzy search, Regular Expressions) and ranking possibilites
- low system requirements (you dont have to setup something like MySQL (which is great, but not necessary for a small database like this).
- subtitle upload
- different owners
- export moviedatabase to readerfriendly format
- statistics
- Multilanguage support
- single user mode: for people who dont want this voting stuff for many users and who just need a little movie database. You can safely switch between modes, if you find friends who are willing to vote.
- users can add comments to every movie
- last seen list
- English, Danish, German, French, Finnish, Hungarian, Swedish, Spanish, Russian, Polish and Norwegian translations available.
Enhancements:
- medium link added in welcome_new_movies.tmpl (see UPGRADE!)
Bugfixes:
- imdb changes (director, search, genre)
- get_date in aviman.cfg: month from 0-11 (thanks (Flavio)
<<less
Download (0.20MB)
Added: 2007-07-09 License: GPL (GNU General Public License) Price:
838 downloads
MassRip 0.7.3

MassRip 0.7.3


MassRip is a front end for converting Audio CDs to compressed formats. more>>
A front end for converting Audio CDs to compressed formats.

The MassRip package is a set of tools for converting and maintaining Audio CDs in compressed audio formats like mp3 and ogg.

This includes massrip which converts CDs to the compressed formats using cddb for track and album information. As well album_rename is for adjusting the names and meta-data tags for albums of files.

<<less
Download (0.24MB)
Added: 2005-07-20 License: GPL (GNU General Public License) Price:
1556 downloads
Atol 0.7.3

Atol 0.7.3


Atol is a dual panel file manager written using GTK+ toolkit and C++ programming language. more>>
Atol is a classical dual panel file manager portable to both Linux and Windows OS (using C++ and GTK+ toolkit).
Atol is a Norton Commander clone, classical dual panel file manager. Atol features common file operations, archive browsing (.zip, .tar, .gz, .arj, .bz2, .Z) and a lot more.
It is portable to both Linux and Windows OS (using C++ and GTK+ toolkit).
Main features:
- common file operations (copy,move,delete,rename)
- support for achiver plugins (.zip, .tar, .gz, .bz2, .arj, .rar, .lst)
- file search
- browsing bookmarks (directory shortcuts menu)
- file list filtering
- file split and merge support
- file hash calculation (crc32, md5, sha1)
- file encryption/decryption using strong blowfish algorithm
- multilanguage support
- fast file viewer (text, bin and hex mode)
<<less
Download (0.56MB)
Added: 2006-12-25 License: BSD License Price:
1036 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5