debian/0000755000000000000000000000000011767061631007176 5ustar debian/README.Debian0000644000000000000000000000322511655320750011235 0ustar IMDdPY for Debian ----------------- This package installs just the imdbpy python modules. The source code includes some examples that upstream author made with the goal of be executables, but since these scripts need a little setup about how to access to IMDb data, i decided it was better not install it directly. Please, read upstream's README.txt file to learn how to make this setup. You can make all the necessary changes editing the py files placed at: /usr/share/doc/python2.X-imdbpy/examples/ And after this, make a symbolic link, for example: ln -s /usr/share/doc/python-imdbpy/examples/get_first_movie.py /usr/bin/get_first_movie Besides, if you want to use a local copy of the whole IMDb's database, read the "README.local" file. Or if you want to insert the content of the plain text data files into a SQL database, read the "README.sqldb" file. imdbpy2sql.py is somewhat different: it's not an example, but a script required to put the plain text data files in the MySQL database. You can find it gzippped in the 'example' directory. -- Ana Beatriz Guerrero Lopez , Sun, 2 Apr 2006 22:42:30 +0200 config file ----------- The configuration file imdbpy.cfg is shipped at /usr/share/doc/python-imdbpy/imdbpy.cfg. For more information about this file, read the file itself. -- Ana Beatriz Guerrero Lopez , Sun, 16 Dec 2007 17:21:48 +0100 sql support ----------- If you want to use the 'sql' data access system, you will need to install SQLObject or SQLAlchemy. Packaged as python-sqlobject and python-sqlalchemy, both suggested in Suggests. -- Ana Beatriz Guerrero Lopez , Thu, 11 Dec 2008 02:46:30 +0100 debian/python-imdbpy.docs0000644000000000000000000000121111655322643012645 0ustar docs/README.redesign docs/README.sqldb docs/README.local docs/README.adult docs/README.txt docs/README.devel docs/README.users docs/README.logging docs/FAQS.txt docs/CREDITS.txt docs/README.series docs/README.utf8 docs/imdbpywin.bmp docs/Changelog.txt docs/imdbpyico.png docs/imdbpy*.dtd docs/imdbpyico16x16.ico docs/imdbpyPowered.png docs/imdbpyico.xpm docs/imdbpy.cfg docs/TODO.txt docs/DISCLAIMER.txt docs/imdbpyico32x32.ico docs/README.info2xml docs/README.currentRole docs/README.locale docs/README.keywords docs/README.package docs/AUTHOR.txt docs/README.companies docs/CONTRIBUTORS.txt docs/README.newparsers docs/README.mobile docs/goodies/ debian/rules0000755000000000000000000000014411724764730010260 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_python2: dh_python2 --no-guessing-deps debian/source/0000755000000000000000000000000011655333552010476 5ustar debian/source/include-binaries0000644000000000000000000000015711655321742013637 0ustar imdb/locale/en/LC_MESSAGES/imdbpy.mo imdb/locale/it/LC_MESSAGES/imdbpy.mo imdb/locale/tr/LC_MESSAGES/imdbpy.mo debian/source/format0000644000000000000000000000001411655320125011674 0ustar 3.0 (quilt) debian/python-imdbpy.examples0000644000000000000000000000000711655322637013540 0ustar bin/* debian/copyright0000644000000000000000000000346411301066474011132 0ustar This package was debianized by Ana Beatriz Guerrero Lopez on Sat, 29 Jul 2006 15:40:43 +0200. It was downloaded from http://imdbpy.sourceforge.net/ Upstream author: Davide Alberani Copyright © 2004-2009 Davide Alberani © 2008 H. Turgut Uyar License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. AUTHOR'S DISCLAIMER ==================== IMDbPY (and the author) is not affiliated with Internet Movie Database Inc. IMDb is a trademark of Internet Movie Database Inc. and all contents and data included on the IMDb's site is the property of IMDb or its content suppliers and protected by United States and international copyright laws. Please, read the IMDb's conditions of use in their website: - http://www.imdb.com/help/show_article?conditions - http://www.imdb.com/help/show_leaf?usedatasoftware - any other notice in the http://www.imdb.com/ site. The Debian packaging is © 2006-2009, Ana Beatriz Guerrero Lopez and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/control0000644000000000000000000000134311724763657010614 0ustar Source: imdbpy Section: python Priority: optional Maintainer: Ana Beatriz Guerrero Lopez Build-Depends: debhelper (>= 8), python-all-dev (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.2 Homepage: http://imdbpy.sourceforge.net Package: python-imdbpy Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python Recommends: python-lxml Suggests: python-sqlobject, python-sqlalchemy Description: Python package to access the IMDb's movie database IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about both movies and people. It can be very easily used by programmers and developers to provide access to the IMDb's data to their programs. debian/changelog0000644000000000000000000001317011767061631011052 0ustar imdbpy (4.9-1) unstable; urgency=low * New upstream release. -- Ana Beatriz Guerrero Lopez Sat, 16 Jun 2012 12:44:26 +0200 imdbpy (4.8.2-2) unstable; urgency=low * Really switch to dh_python2 and re-add Depends:${python:Depends}. Thanks to Jakub Wilk. (Closes: #662219) -- Ana Beatriz Guerrero Lopez Sun, 04 Mar 2012 20:25:37 +0100 imdbpy (4.8.2-1) unstable; urgency=low * New upstream release. (Closes: #647423) * Update to Standards-Version 3.9.2, no changes required. * Update to dh and also to dh_python2: - Update dh compat to 8. - Update debhelper version to 8. - Remove b-d on python-support. - Remove Depends:${python:Depends} and Provides: ${python:Provides} -- Ana Beatriz Guerrero Lopez Sat, 05 Nov 2011 20:18:40 +0100 imdbpy (4.7.0-1) unstable; urgency=low * New upstream release. * Update to Standards-Version 3.9.1, no changes required. -- Ana Beatriz Guerrero Lopez Thu, 27 Jan 2011 14:54:24 +0100 imdbpy (4.6.0-1) unstable; urgency=low * New upstream release. -- Ana Beatriz Guerrero Lopez Tue, 22 Jun 2010 23:51:40 +0200 imdbpy (4.5.1-1) unstable; urgency=low * New upstream release. * Update to Standards-Version 3.8.4, no changes required. * Install new goodies directory. -- Ana Beatriz Guerrero Lopez Tue, 02 Mar 2010 03:58:53 +0100 imdbpy (4.4-1) unstable; urgency=low * New upstream release. * Add ${misc:Depends} in Depends. -- Ana Beatriz Guerrero Lopez Thu, 07 Jan 2010 15:15:47 +0100 imdbpy (4.3-1) unstable; urgency=low * New upstream release. * Switch to 3.0 (quilt) source format. Remove quilt build depends and debian/rules targets. -- Ana Beatriz Guerrero Lopez Wed, 18 Nov 2009 22:56:54 +0100 imdbpy (4.2-1) unstable; urgency=low * New upstream release. * Update patch no_install_doc_or_stuff_in_etc. * Update to standards-Version 3.8.3. -- Ana Beatriz Guerrero Lopez Sun, 13 Sep 2009 01:00:12 +0200 imdbpy (4.1-1) unstable; urgency=low * New upstream release. * Update patch no_install_doc_or_stuff_in_etc. * Update to standards-Version 3.8.1, no changes required. -- Ana Beatriz Guerrero Lopez Sun, 03 May 2009 16:20:59 +0200 imdbpy (4.0-1) unstable; urgency=low * New upstream release. New build system using setuptools: - Add build depend on python-setuptools. - Add patch no_install_doc_or_stuff_in_etc to no install some stuff where do not need to be installed. * Update copyright holders. * Update installed documentation. -- Ana Beatriz Guerrero Lopez Sat, 14 Mar 2009 20:02:34 +0100 imdbpy (3.9-1) unstable; urgency=low * New upstream release. * Replace (c) with © in the copyright file. * Update to standards-Version 3.8.0, no changes required. -- Ana Beatriz Guerrero Lopez Sun, 11 Jan 2009 22:11:23 +0100 imdbpy (3.8-1) unstable; urgency=low * New upstream release. * Add Suggests on python-sqlalchemy. * Small update on the README.Debian file. -- Ana Beatriz Guerrero Lopez Thu, 11 Dec 2008 02:46:30 +0100 imdbpy (3.7-1) unstable; urgency=low * New upstream version. * Add Recommends on python-lxml and Suggests on python-sqlobject. -- Ana Beatriz Guerrero Lopez Wed, 24 Sep 2008 11:45:31 +0200 imdbpy (3.6-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Sun, 08 Jun 2008 19:11:17 +0200 imdbpy (3.5-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Sun, 20 Apr 2008 19:51:14 +0200 imdbpy (3.4-1) unstable; urgency=low * New upstream version. * Add watch file. * Ship configuration file together the documentation. Updated README.Debian. * Update Standards-Version to 3.7.3. -- Ana Beatriz Guerrero Lopez Sun, 16 Dec 2007 17:33:31 +0100 imdbpy (3.3-1) unstable; urgency=low * New upstream version. * Move Homepage into control field. -- Ana Beatriz Guerrero Lopez Sun, 18 Nov 2007 15:18:06 +0100 imdbpy (3.2-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Wed, 26 Sep 2007 06:56:59 +0200 imdbpy (3.1-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Fri, 20 Jul 2007 11:36:24 +0200 imdbpy (3.0-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Thu, 03 May 2007 22:11:48 +0100 imdbpy (2.9-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Sat, 24 Feb 2007 15:07:52 +0100 imdbpy (2.8-1) unstable; urgency=low * New upstream version. -- Ana Beatriz Guerrero Lopez Fri, 15 Dec 2006 10:39:42 +0100 imdbpy (2.7-2) unstable; urgency=low * Changed maintainer email address. * Added space to homepage pseudo header. * Removed dh_python and debian/pycompat. -- Ana Beatriz Guerrero Lopez Fri, 27 Oct 2006 19:57:47 +0200 imdbpy (2.7-1) unstable; urgency=low * New upstream version. * debian/rules cleaned up. -- Ana Beatriz Guerrero Lopez Wed, 27 Sep 2006 13:25:52 +0200 imdbpy (2.6-2) unstable; urgency=low * Added missing parsers. (Closes: #380636) -- Ana Beatriz Guerrero Lopez Mon, 7 Aug 2006 22:29:00 +0200 imdbpy (2.6-1) unstable; urgency=low * Initial release. (Closes: #349055) * Thank you to Davide Alberani for your patience! -- Ana Beatriz Guerrero Lopez Sat, 29 Jul 2006 15:40:43 +0200 debian/watch0000644000000000000000000000024711655320163010224 0ustar # Compulsory line, this is a version 3 file version=3 # Uncomment to find new files on sourceforge, for debscripts >= 2.9 http://sf.net/imdbpy/IMDbPY-(.*)\.tar\.gz debian/patches/0000755000000000000000000000000011655322677010633 5ustar debian/patches/series0000644000000000000000000000003711301066474012034 0ustar no_install_doc_or_stuff_in_etc debian/patches/no_install_doc_or_stuff_in_etc0000644000000000000000000000153011301066474016760 0ustar --- imdbpy-4.2.orig/setup.py +++ imdbpy-4.2/setup.py @@ -95,7 +95,7 @@ # standard=False so that it's not installed if both --without-sqlobject # and --without-sqlalchemy are specified. featSQL = setuptools.dist.Feature('access to SQL databases', standard=False, - remove='imdb.parser.sql', scripts=sqlScripts) + remove='imdb.parser.sql')#, scripts=sqlScripts) features = { 'cutils': featCutils, @@ -127,9 +127,9 @@ 'url': home_page, 'download_url': dwnl_url, # Scripts. - 'scripts': scripts, +# 'scripts': scripts, # Documentation files. - 'data_files': data_files, +# 'data_files': data_files, # C extensions. #'ext_modules': [cutils], # Requirements. XXX: maybe we can use extras_require? debian/compat0000644000000000000000000000000211655320125010364 0ustar 8 imdb/locale/en/LC_MESSAGES/imdbpy.mo0000644000000000000000000003263311767061751014150 0ustar 7      - 9F[k{       ) 9 D O[`ek{ ->M V b o}    % .:CTg x         - 6 B LY ] ju z     ( = K Wcko       ! +5ELQ V ` ku  % 4?Wjpu  3BRds       (>G\o   )4; K X f pz  *1Gb{ ! 9 J f  ! ! '!4! C! M! X! d!o! ~! ! !!!!! ! !" ""+"2":"J" Q" [" f"r"{" """""" " """" ## #"#&# 6# B# N#\#k#z## # ### ####Z%`%h%q% % %%% %%%% % &&(&8&H& W& e&r&z& &&&& & &&&& && ' ' '('-'2'8'H'O'X'l' s'''''''' (( #( /( <(J( R(\(l(( (((( ( (( ())!)4) E)O) W)c) i) s)) ))) ) ) ) )) )) * * *&* ** 7*B* G* U* a*m*t** * ****** *** + + $+0+8+<+O+T+f+m+s+ y+++ + + + +++++ ++ + +,,,, #, -, 8,B,[,u,,,,, ,,,, - -$-7-=-B-S-X-]- o-z---------...1.@.O. `. l. z.. . ... . .... //)/ Language-Team: TEAM NAME MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; Language-Code: en Language-Name: English Preferred-Encodings: utf-8 Domain: imdbpy ActorActressAdaptionAdditional informationAdmissionsAgent addressAiringAkasAll productsAlternate language version ofAlternate versionsAmazon reviewsAnalog leftAnalog rightAnimation departmentArchive footageArithmetic meanArt departmentArt directionArt directorArticleAsinAspect ratioAssignerAssistant directorAuctionsAudio noiseAudio qualityAwardAwardsBiographical moviesBiographyBiography printBirth dateBirth nameBirth notesBodyBookBooksBottom 100 rankBudgetBusinessBy arrangement withCameraCamera and electrical departmentCanonical episode titleCanonical nameCanonical series titleCanonical titleCastCasting departmentCasting directorCatalog numberCategoryCertificateCertificatesCertificationChannelCharacterCinematographerCinematographic processClose captions teletext ld gColor infoColor informationColor renditionCompanyComplete castComplete crewComposerConnectionsContrastCopyright holderCostume departmentCostume designerCountriesCountryCourtesy ofCoverCover urlCrazy creditsCreatorCurrent roleDatabaseDateDeath dateDeath notesDemographicDescriptionDialogue intellegibilityDigital soundDirectorDisc formatDisc sizeDistributorsDvdDvd featuresDvd formatDvdsDynamic rangeEdited fromEdited intoEditorEditorial departmentEpisodeEpisode ofEpisode titleEpisodesEpisodes ratingEssaysExternal reviewsFaqsFeatured inFeaturesFilm negative formatFilming datesFilmographyFollowed byFollowsForFrequency responseFromFull article linkGenresGoofsGrossGroup genreHeadshotHeightImdbindexInterviewInterviewsIntroductionItemKeywordsKindLabelLaboratoryLanguageLanguagesLaserdiscLaserdisc titleLengthLineLinkLink textLiteratureLocationsLong imdb canonical nameLong imdb canonical titleLong imdb episode titleLong imdb nameLong imdb titleMagazine cover photoMake upMaster formatMedianMerchandising linksMini biographyMisc linksMiscellaneous companiesMiscellaneous crewMovieMpaaMusic departmentNameNewsNewsgroup reviewsNick namesNotesNovelNumberNumber of chapter stopsNumber of episodesNumber of seasonsNumber of sidesNumber of votesOfficial retail priceOfficial sitesOpening weekendOriginal air dateOriginal musicOriginal titleOther literatureOther worksParents guidePerformed byPersonPhoto sitesPictorialPicture formatPlotPlot outlinePortrayed inPressing plantPrinted film formatPrinted media reviewsProducerProduction companiesProduction countryProduction datesProduction designProduction designerProduction managerProduction process protocolQuality of sourceQuality programQuoteQuotesRatingRecommendationsReferenced inReferencesRegionRelease countryRelease dateRelease datesRemade asRemake ofRentalsResultReviewReview authorReview kindRuntimeRuntimesSalary historyScreenplay teleplaySeasonSecond unit director or assistant directorSelfSeries animation departmentSeries art departmentSeries assistant directorsSeries camera departmentSeries casting departmentSeries cinematographersSeries costume departmentSeries editorial departmentSeries editorsSeries make up departmentSeries miscellaneousSeries music departmentSeries producersSeries production designersSeries production managersSeries sound departmentSeries special effects departmentSeries stuntsSeries titleSeries transportation departmentSeries visual effects departmentSeries writersSeries yearsSet decorationSharpnessSimilar toSound clipsSound crewSound encodingSound mixSoundtrackSpacialitySpecial effectsSpecial effects companiesSpecial effects departmentSpin offSpin off fromSpoofed inSpoofsSpouseStatus of availablilityStudioStudiosStunt performerStuntsSubtitlesSupplementSupplementsSynopsisTaglinesTech infoThanksTimeTitleTitles in this productToTop 250 rankTrade markTransportation departmentTriviaUnder license fromUnknown linkUpcVersion ofVhsVideo artifactsVideo clipsVideo noiseVideo qualityVideo standardVisual effectsVotesVotes distributionWeekend grossWhere nowWithWriterWritten byYearZshopsimdb/locale/tr/LC_MESSAGES/imdbpy.mo0000644000000000000000000002566711767061752014205 0ustar |}    ' 5B GT]p y       'HM`q       #4G Xbj pz           "'.C K Vdm}      &/ 4? H R\ch m w    %* <GMSZm     . 3@Tjs  " ) 3=EL S amu~* %>Xp/!G i w        ,7Ga |    /6 : F R`o~   ov}    0EV [io      &, 5V^dk     - 5 H ^ f t }       !! !!+! 1! =! G! U!_!o!s! !! !!!!! !! !!"")" :"E"Z"r"w""""" " " """ """ """ # ##'#6#T#c#y## # ######## $$$$%$6$ E$Q$ q$$$$$$ $$$%%%.%E% Z%d%w%%%%%% %% %%&0&7&J& g&s& z&&&&&&&&3& ''/' I'j'"''''' (((C(Z(z((((((!)6)I)[) k)u) |) ))))))) *#*(* 0* ;* F*R*[* c* p*~********+ ++-+<+M+^+d+z++++++actoractressadditional-informationairingakasall-productsamazon-reviewsanalog-leftanalog-rightanimation-departmentarchive-footagearithmetic-meanart-departmentart-directionart-directorasinaspect-ratioassignerassistant-directorauctionsaudio-noiseaudio-qualityawardawardsbiographical-moviesbiographybiography-printbirth-datebirth-namebirth-notesbodybookbooksbottom-100-rankbudgetbusinesscameracamera-and-electrical-departmentcastcasting-departmentcasting-directorcatalog-numbercategorycertificatecertificateschannelcharactercinematographercolor-infocolor-informationcompanycomplete-castcomplete-crewcomposerconnectionscontrastcopyright-holdercostume-departmentcostume-designercountriescountrycovercover-urlcreatorcurrent-roledatabasedatedeath-datedeath-notesdemographicdescriptiondigital-sounddirectordisc-formatdisc-sizedistributorsdvddvd-featuresdvd-formatdvdseditoreditorial-departmentepisodeepisode-ofepisode-titleepisodesepisodes-ratingessaysexternal-reviewsfaqsfilm-negative-formatfilming-datesfilmographyfollowed-byfollowsforgenresgoofsgrossheadshotheightinterviewinterviewsintroductionkeywordskindlaboratorylanguagelanguageslaserdisclengthlinelinklink-textliteraturelocationslong-imdb-episode-titlelong-imdb-namelong-imdb-titlemagazine-cover-photomake-upmaster-formatmedianmini-biographymoviempaamusic-departmentnamenewsnewsgroup-reviewsnick-namesnotesnovelnumbernumber-of-episodesnumber-of-seasonsnumber-of-votesofficial-retail-priceofficial-sitesopening-weekendoriginal-air-dateoriginal-musicother-worksparents-guideperformed-bypersonphoto-sitespicture-formatplotplot-outlineprinted-film-formatprinted-media-reviewsproducerproduction-companiesproduction-countryproduction-datesproduction-designproduction-designerproduction-managerquotequotesratingrecommendationsreferenced-inreferencesregionremade-asremake-ofrentalsresultreviewreview-authorreview-kindruntimeruntimessalary-historyscreenplay-teleplayseasonsecond-unit-director-or-assistant-directorselfseries-animation-departmentseries-art-departmentseries-assistant-directorsseries-camera-departmentseries-casting-departmentseries-cinematographersseries-costume-departmentseries-editorial-departmentseries-editorsseries-make-up-departmentseries-music-departmentseries-producersseries-production-designersseries-production-managersseries-sound-departmentseries-special-effects-departmentseries-stuntsseries-titleseries-transportation-departmentseries-visual-effects-departmentseries-writersseries-yearsset-decorationsharpnesssimilar-tosound-clipssound-crewsound-encodingsoundtrackspecial-effectsspecial-effects-companiesspecial-effects-departmentspoofed-inspoofsspousestudiostudiosstuntssubtitlessynopsistaglinestech-infothankstimetitletitles-in-this-producttotop-250-ranktrade-marktransportation-departmenttriviavhsvideo-clipsvideo-noisevideo-qualityvideo-standardvisual-effectsvotesvotes-distributionweekend-grosswhere-nowwriterwritten-byyearzshopsProject-Id-Version: imdbpy POT-Creation-Date: 2010-03-18 14:35+0000 PO-Revision-Date: 2009-04-21 19:04+0200 Last-Translator: H. Turgut Uyar Language-Team: IMDbPY Türkçe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=1; plural=0; Language-Code: tr Language-Name: Türkçe Preferred-Encodings: utf-8 Domain: imdbpy OyuncuOyuncuEk bilgiYayımlanmaDiğer başlıklarBütün ürünlerAmazon eleştirileriAnalog solAnalog sağAnimasyon departmanıArşiv çekimleriAritmetik ortalamaSanat departmanıSanat yönetmenliğiSanat yönetmeniASINEn-boy oranıVerenYardımcı yönetmenAçık artırmalarSes gürültüsüSes kalitesiÖdülÖdüllerBiyografik filmlerBiyografiBasılı biyografiDoğum tarihiAsıl ismiDoğum notlarıMetinKitapKitaplarEn kötü 100 içindeki sırasıBütçeGişeKameraKamera ve elektrik departmanıOynayanlarOyuncu seçme departmanıOyuncu seçme yönetmeniKatalog numarasıKategoriSertifikaSertifikalarKanalKarakterKameramanRenk bilgisiRenk bilgisiŞirketBütün oynayanlarBütün çalışanlarBesteciBağlantılarKontrastTelif sahibiKostüm departmanıKostüm tasarımcısıÜlkelerÜlkePosterPoster adresiYaratıcıŞimdiki rolVeritabanıTarihÖlüm tarihiÖlüm notlarıDemografiTarifDijital sesYönetmenDisk formatıDisk boyuDağıtıcılarDVDDVD özellikleriDVD formatıDVD'lerMontajcıMontaj departmanıBölümDiziBölüm başlığıBölümlerBölüm puanıDenemelerHarici eleştirilerSSSFilm negatif formatıÇekim tarihleriFilmografiPeşinden gelen filmPeşinden geldiği filmFilmTürlerHatalarHasılatResimBoySöyleşiSöyleşilerİlk filmiAnahtar sözcüklerTipLaboratuarDilDillerLazer DiskSüreReplikBağlantıBağlantı metniEdebiyatÇekim yerleriIMDb uzun bölüm başlığıIMDb uzun ismiIMDb uzun başlığıDergi kapağı resmiMakyajMaster formatOrta değerMini biyografiFilmMPAAMüzik departmanıİsimHaberlerHaber grubu eleştirileriTakma isimlerNotlarRomanSayıBölüm sayısıSezon sayısıOy sayısıResmi perakende satış fiyatıResmi sitelerAçılış haftasonuİlk yayımlanma tarihiOrijinal müzikDiğer çalışmalarAna-baba kılavuzuİcra edenKişiFotoğraf siteleriResim formatıKonuKonu kısa özetiBasılı film formatıBasın eleştirileriYapımcıYapım şirketleriYapımcı ülkeYapım tarihleriYapım tasarımıYapım tasarımcısıYapım yöneticisiAlıntıAlıntılarPuanTavsiyelerGönderme yapılan filmlerGönderme yaptığı filmlerBölgeYeniden çekilişiYeniden çekimi olduğu filmKiralamalarSonuçEleştiriEleştiri yazarıEleştiri tipiSüreSürelerÜçret tarihçesiSenaryoSezonİkinci birim yönetmeni ya da yardımcı yönetmenKendisiDizinin animasyon departmanıDizinin sanat departmanıDizinin yardımcı yönetmenleriDizinin kamera departmanıDizinin oyuncu seçimi departmanıDizinin kameramanlarıDizinin kostüm departmanıDizinin montaj departmanıDizinin montajcılarıDizinin makyaj departmanıDizinin müzik departmanıDizinin yapımcılarıDizinin yapım tasarımcılarıDizinin yapım yöneticileriDizinin ses departmanıDizinin özel efekt departmanıDizinin dublörleriDizinin başlığıDizinin ulaşım departmanıDizinin görsel efekt departmanıDizinin yazarlarıDizinin yıllarıSet dekorasyonuKeskinlikBenzerSes klipleriSes ekibiSes kodlamasıFilm müzikleriÖzel efektlerÖzel efekt şirketleriÖzel efekt departmanıDalga geçildiği filmlerDalga geçtiği filmlerEşiStüdyoStüdyolarDublörlerAltyazılarSinopsisSpotlarTeknik bilgiTeşekkürlerZamanBaşlıkBu üründeki başlıklarAlanEn iyi 250 içindeki sırasıKendine has özelliğiUlaşım departmanıİlginç notlarVHSVideo klipleriVideo gürültüsüVideo kalitesiVideo standardıGörsel efektlerOylarOyların dağılımıHaftasonu hasılatıŞu anda neredeYazarYazanYılZShopsimdb/locale/it/LC_MESSAGES/imdbpy.mo0000644000000000000000000003272311767061751014162 0ustar *l     '4Re t    " + 7EKR fp    &5L\at      + 3 AO Xdm~         $0 IW ` l v        '8= EQZ o }  $ . 9FKTY _j s }   !1F N\cw   *=O_o      )8 = JWfz '9IOV] m {       *#NSo!    +If|     ' 2 9 @ X _ g n x          !!! &! 3!>!B!H! X! d! p!~!!!! ! !!! !!!## ######$##$4$P$e$z$$$$$$$%%$%)% <%I%\% a%n%}%%% % %%%%%%%% &&& -&"7&&Z&&$&&&&&& ''%'4'C' J' V'a'z''' ' '' ' ' ''( ((3(9( ?( K( U( _(l(u({(( ( (( ((((( ) ")/)3)K)[)_) s) })))) ))))))** (*3*C*X* k* w*****"*.*#*+"+)+/+4+ <+ H+ S+ ^+k+ t++ + +++ ++++ ++ +,,!,(<,e,u,,,,,, ,,, -- -#-9->-$F- k-v-{--"------ ../.N._.p. .. .......//)/A/ ^/i//////$/0'0 =0 G0Q0V0 f0p0u0}0 0 0 000 0 000 111#1,,1 Y1#c1"111)12,2?2U2f2z2*2(22"23 '313 @3L3]3{33 33333333 34 44'4.4D4S4Y4`4z4|444 4444 455 5 5 +585G5V5e5j5555 5 55actoractressadaptionadditional-informationadmissionsagent-addressairingakasakas-from-release-infoall-productsalternate-language-version-ofalternate-versionsamazon-reviewsanalog-leftanalog-rightanimation-departmentarchive-footagearithmetic-meanart-departmentart-directionart-directorarticleasinaspect-ratioassignerassistant-directorauctionsaudio-noiseaudio-qualityawardawardsbiographical-moviesbiographybiography-printbirth-datebirth-namebirth-notesbodybookbooksbottom-100-rankbudgetbusinessby-arrangement-withcameracamera-and-electrical-departmentcanonical-episode-titlecanonical-namecanonical-series-titlecanonical-titlecastcasting-departmentcasting-directorcatalog-numbercategorycertificatecertificatescertificationchannelcharactercinematographercinematographic-processcolor-infocolor-informationcolor-renditioncompanycomplete-castcomplete-crewcomposerconnectionscontrastcopyright-holdercostume-departmentcostume-designercountriescountrycourtesy-ofcovercover-urlcrazy-creditscreatorcurrent-roledatabasedatedeath-datedeath-notesdemographicdescriptiondialogue-intellegibilitydigital-sounddirectordisc-formatdisc-sizedistributorsdvddvd-featuresdvd-formatdvdsdynamic-rangeedited-fromedited-intoeditoreditorial-departmentepisodeepisode-ofepisode-titleepisodesepisodes-ratingessaysexternal-reviewsfaqsfeaturefeatured-infeaturesfilm-negative-formatfilming-datesfilmographyfollowed-byfollowsforfrequency-responsefromfull-article-linkfull-size-cover-urlfull-size-headshotgenresgoofsgrossheadshotheightin-developmentinterviewinterviewsintroductionitemkeywordskindlabellaboratorylanguagelanguageslaserdisclaserdisc-titlelengthlinelinklink-textliteraturelocationslong-imdb-canonical-namelong-imdb-canonical-titlelong-imdb-episode-titlelong-imdb-namelong-imdb-titlemagazine-cover-photomake-upmaster-formatmedianmerchandising-linksmini-biographymisc-linksmiscellaneous-companiesmiscellaneous-crewmoviempaamusic-departmentnamenewsnewsgroup-reviewsnick-namesnotesnovelnumbernumber-of-chapter-stopsnumber-of-episodesnumber-of-seasonsnumber-of-sidesnumber-of-votesofficial-retail-priceofficial-sitesopening-weekendoriginal-air-dateoriginal-musicoriginal-titleother-literatureother-worksparents-guideperformed-bypersonphoto-sitespictorialpicture-formatplotplot-outlineportrayed-inpressing-plantprinted-film-formatprinted-media-reviewsproducerproduction-companiesproduction-countryproduction-datesproduction-designproduction-designerproduction-managerproduction-process-protocolquality-of-sourcequality-programquotequotesratingrecommendationsreferenced-inreferencesregionrelease-countryrelease-daterelease-datesremade-asremake-ofrentalsresultreviewreview-authorreview-kindruntimeruntimessalary-historyseasonsecond-unit-director-or-assistant-directorselfseries-animation-departmentseries-art-departmentseries-assistant-directorsseries-sound-departmentseries-special-effects-departmentseries-stuntsseries-titleseries-writersseries-yearsset-decorationsimilar-tosmart-canonical-episode-titlesmart-canonical-series-titlesmart-canonical-titlesmart-long-imdb-canonical-titlesound-encodingsound-mixsoundtrackspacialityspecial-effectsspecial-effects-companiesspecial-effects-departmentspin-offspin-off-fromspoofed-inspoofsspousestatus-of-availablilitystudiostudiosstuntssubtitlessupplementsupplementssynopsistaglinestech-infothankstimetitletitles-in-this-producttotop-250-ranktrade-marktransportation-departmenttriviatvunder-license-fromunknown-linkversion-ofvhsvideovideo-artifactsvideo-clipsvideo-noisevideo-qualityvideo-standardvisual-effectsvotesvotes-distributionweekend-grosswhere-nowwithwriterwritten-byyearProject-Id-Version: imdbpy POT-Creation-Date: 2010-03-18 14:35+0000 PO-Revision-Date: 2009-07-03 13:00+0000 Last-Translator: Davide Alberani Language-Team: Davide Alberani MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plural-Forms: nplurals=2; plural=(n != 1); Language-Code: it Language-Name: Italian Preferred-Encodings: utf-8 Domain: imdbpy AttoreAttriceAdattamentoUlteriori informazioniBiglietti vendutiIndirizzo dell'agenteIn ondaAliasAlias dalle informazioni di rilascioTutti i prodottiVersione in altra lingua diVersioni alternativeRecensione di AmazonAnalogico sinistroAnalogico destroDipartimento animazioneMateriale d'archivioMedia aritmeticaDipartimento artisticoDirezione artisticaDirettore artisticoArticoloAsinRapporto d'aspettoAssegnatarioAssistente registaAsteRumore audioQualità audioPremioPremiFilm biograficiBiografiaBiografiaData di nascitaNome di nascitaNote di nascitaCorpoLibroLibriPosizione nella bottom 100BilancioAffariArrangiamento conCinepresaCinepresa e dipartimento elettricoTitolo dell'episodio in forma canonicaNome in forma canonicaTitolo della serie in forma canonicaTitolo in forma canonicaCastCastingDirettore del castingNumero di catalogoCategoriaCertificazioneCertificazioniCertificazioniCanalePersonaggioFotografiaProcesso cinematograficoColoreInformazioni sul coloreResa dei coloriCompagniaCast completoTroupe completaCompositoreCollegamentiContrastoDetentore dei diritti d'autoreDipartimento costumiCostumistaPaesiPaeseCortesia diCopertinaLocandinaTitoli pazziCreatoreRuoloDatabaseDataData di morteNote di morteSpaccato demograficoDescrizioneComprensibilità dei dialoghiSuono digitaleRegistaFormato del discoDimensione del discoDistributoriDvdCaratteristiche del DVDFormato del DVDDvdIntervallo dinamicoTratto daMontato inEditoreDipartimento editorialeEpisodioEpisodio diTitolo dell'episodioEpisodiVoto degli episodiSaggiRecensioni esterneDomande ricorrentiCaratteristicaRipreso inCaratteristicheFormato del negativoData delle ripreseFilmografiaSeguito daSeguePerFrequenze di rispostaDaCollegamento all'articolo completoURL della copertina nelle dimensioni originaliRitratto nelle dimensioni originaliGeneriErroriLordoFotoAltezzaIn sviluppoIntervistaIntervisteIntroduzioneElementoParole chiaveTipoEtichettaLaboratorioLinguaLingueLaserdiscTitolo del laserdiscDurataBattutaCollegamentoTesto del linkLetteraturaLuoghiNome canonico IMDb lungoTitolo canonico IMDb lungoTitolo dell'episodio canonico IMDb lungoNome IMDb lungoTitolo IMDb lungoFoto di copertinaTruccoFormato del masterMedianaCollegamenti al merchandisingBiografiaAltri collegamentiAltre compagnieAltra troupeFilmVisto MPAADipartimento musicaleNomeNotizieRecensioni dai gruppi di discussioneSoprannomiNoteNovellaNumeroNumero di interruzioni di capitoloNumero di episodiNumero di stagioniNumero di latiNumero di votiPrezzo ufficiale al pubblicoSiti ufficialiWeekend d'aperturaData della prima messa in ondaMusica originaleTitolo originaleAltre opere letterarieAltri lavoriGuida per i genitoriEseguito daPersonaSiti con fotografieRitrattoFormato dell'immagineTramaTrama in breveRappresentato inImpianto di stampaFormato della pellicolaRecensioni su carta stampataProduttoreCompagnie di produzionePaese di produzioneDate di produzioneDesign di produzioneDesigner di produzioneManager di produzioneControllo del processo di produzioneQualità dell'originaleProgramma di QualitàCitazioneCitazioniVotoRaccomandazioniCitato inCitaRegionePaese d'uscitaData d'uscitaDate d'uscitaRifatto comeRifacimento diNoleggiRisultatoRecensioneAutore della recensioneTipo di recensioneDurataDurateStipendiStagioneRegista della seconda unità o aiuto registaSe stessoDipartimento animazione della serieDipartimento artistico della serieAssistenti registi della serieDipartimento sonoro della serieDipartimento effetti speciali della serieControfigure della serieTitolo della serieScrittori della serieAnni della serieDecorazione del setSimile aTitolo canonico intelligente dell'episodioTitolo canonico intelligente della serieTitolo canonico intelligenteTitolo canonico lungo intelligenteCodifica sonoraMix audioColonna sonoraSpecialitàEffetti specialiCompagnie di effetti specialiDipartimento effetti specialiDerivatiDeriva daPreso in giro inPrende in giroConiugeDisponibilitàStudioStudiStuntmanSottotitoliExtraExtraCompendio della tramaSloganInformazioni tecnicheRingraziamentiTempoTitoloTitoli in questo prodottoAPosizione nella top 250Marchio registratoDipartimento trasportiFrivolezzeTvSotto licenza daCollegamento sconosciutoVersione diVHSVideoImperfezioni videoVideo clipsRumore videoQualità videoStandard videoEffetti visiviVotiDistribuzione dei votiLordo del primo fine settimanaCosa sta facendo oraConScrittoreScritto daAnno