Projects tagged ‘imdb’ and ‘movies’


Jump to tag:

Projects tagged ‘imdb’ and ‘movies’

Filtered by Project Tags imdb movies

Refine results Project Tags python (7) database (5) movie (4) avi (3) library (3) dvd (3) web (3) c (2) audiocd (2) mac_os_x (2) cd_audio (2) cd (2)

[14 total ]

32 Users
   

XBMC media center is a free cross-platform media-player jukebox and entertainment hub. XBMC is open source (GPL) software available for Linux, Mac OS X, Microsoft Windows operating-system, and the ... [More] Xbox game-console. XBMC can play a very complete spectrum of of multimedia formats, and featuring playlist, audio visualizations, slideshow, and weather forecast functions, together with a multitude of third-party plugins. [Less]
Created over 2 years ago.

27 Users
 

XBMC is a multimedia player/jukebox for the Xbox from Microsoft. It can be used to play or view most common video, audio, and picture formats such as MPEG-1/2/4, DivX, XviD, MP3, AAC, JPG, and GIF ... [More] directly from a CD or DVD in the Xbox DVD-ROM drive or from the Xbox hard drive. XBMC can also stream files over a local network or from the Internet. Playlist and slideshow functions, a weather forecast, and many audio visualizations are also included. [Less]
Created over 3 years ago.

2 Users
 

An application that finds imdb, rotten tomatoes, flixter, movieweb, google and omdb info by browsing though your movie folders.
Created about 1 year ago.

1 Users

IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters and companies. Platform-independent, it can retrieve data from both the IMDb's web server and a local copy of the whole db.
Created about 1 year ago.

0 Users

Media management that pulls from online databases such as IMDB, track storage (e.g. local hard disk, cd cases, spindles, etc), track media on loan to friends and family, ability view friends collections.
Created about 1 year ago.

0 Users

This c# (.net) open source command line utility will automatically download subtitles for your movies, rename your movies using a customized format, create folders for your movies and download imdb ... [More] covers and details. You just pass a folder path and a preferred language list and it searches for subtitles using your avi files. It uses opensubtitles for the search and it requires the .net 2 framework runtimes which you probably already have. Useage:vroksub.exe "Path" Code Sequence Params Folder Path: The path to the folder that has all your movies. VrokSub will search all subfolders of this path for movies. Language Code Sequence: A sequence of two letter language codes according to your preference separated by coma. You can find the two letter codes here: http://www.loc.gov/standards/iso639-2/php/code_list.php VrokSub will search subtitles of the first language code and if it doesn't find one it will continue to the next code. Params: /rename will rename all the movies for which vroksub has found a subtitle using the format found in vroksub.exe.config. /newonly will only try to locate subtitles for movies without subtitles and ignore the ones that have subtitles already /nfo will download data from imdb.com (like actors, directors etc) and save them to a .nfo file named like your movie /covers will download the cover images imdb uses and save them to a .jpg file named like your movie /folders will create a folder for each movie and move all files there. If /covers is used with this then a folder.jpg will also be created so that whenever you browser your output folder with explorer's thumbnail view, this cover will be displayed over the folder icon. /move="Path" will move all files and folders for movies with available subtitles to the given path. Useful if combined with /folders so you don't have both old and new folders in the same directory Config:Edit your vroksub.exe.config to alter the way vroksub renames your movie files with /rename or creates folders with /folders. CDFormat is the format used for the current CD. %C is the CD number. FileFormat is the format used for renaming your movies. %M is movie, %C is the CD string after format and %Y is year Example1: %M renames to Casablanca Example2: %M(%Y)%C renames to Casablanca(1942)-CD1.avi FolderFormat is the format used for the /folders parameter to get each folder's name. Example1: %M%Y creates outputPath\Casablanca(1942) Example2: %Y\\%M creates outputPath\1942\Casablanca Examples:vroksub.exe "c:\my videos" gr,en This will first try to locate a greek subtitle for every movie in c:\my videos (including subfolders) and if it doesn't find one it will try to find one in english. You can use more language codes if you'd like. vroksub.exe "c:\my videos" gr,en /rename will also rename all movies where subtitle has been found with the format found in vroksub.exe.config. default: MovieName(Year)-CD2.avi vroksub.exe "c:\my videos" gr,en /newonly will only search for subtitles for movies that don't have a subtitle already. vroksub.exe "c:\unsubbedvideos" nl /rename /folders /nfo /covers /move="c:\my videos" 1) Creates a folder for each movie under "c:\my videos" with the name format found in vroksub.exe.config 2) Renames each movie using the format found in vroksub.exe.config 3) Downloads dutch subtitles for each movie 4) Downloads imdb details and saves them to the output folder 5) Downloads imdb covers and saves them to the output folder as folder.jpg and movie.jpg Note: Only movies with available subtitles will be affected (the language sequence parameter is required) [Less]
Created about 1 year ago.

0 Users

Personal Movie Database or PMdB is a way to keep track of your movie collection online and share it with your friends. You can import details about your movies from the IMDB. You will also be able to ... [More] personalize your entries with ratings, comments, last watched, format of movie and much more. This is my first attempt at making a web application using Google's new App Engine. I'm new to Python so the development may be slow at first. [Less]
Created about 1 year ago.

0 Users

yampy - The name started out as 'Yet Another Movie Database Project', but that was hard to say. Then I liked the sound of yampy, of course the added 'py' being that it's in Python. ... [More] PreRequisitesPython 2.4 Pylons 0.9.6 Moduleslogging, shutil, pickle, sqlalchemy, imdb, urllib, re [Less]
Created about 1 year ago.

0 Users

A Python script that uses Google Movies data for a particular postal (or zip) code and integrates user ratings from IMDB and an average critic rating from Rotten Tomatoes for each movie. Lists ... [More] movies along with associated information such as ratings, theatres and times. Then lists theatres with location information, movies, and show times. Output is in HTML. [Less]
Created about 1 year ago.

0 Users

An expert system language and interpreter, written in Common Lisp, that takes a collection of input data regarding the movie preferences of a user, and produces a list of movie recommendations for that user.
Created about 1 year ago.