Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
13,311
Downloads of v 3.22:
76
Last Update:
19 Sep 2018
Package Maintainer(s):
Software Author(s):
- Wicked & Wild Inc.
Tags:
movie collection video manager admin- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

EMDB - Eric's Movie Database
This is not the latest version of EMDB - Eric's Movie Database available.
- Software Specific:
- Software Site
- Software License
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
13,311
Downloads of v 3.22:
76
Maintainer(s):
Software Author(s):
- Wicked & Wild Inc.
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
EMDB - Eric's Movie Database 3.22
This is not the latest version of EMDB - Eric's Movie Database available.
All Checks are Passing
2 Passing Test
To install EMDB - Eric's Movie Database, run the following command from the command line or from PowerShell:
To upgrade EMDB - Eric's Movie Database, run the following command from the command line or from PowerShell:
To uninstall EMDB - Eric's Movie Database, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download emdb --internalize --version=3.22 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade emdb -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade emdb -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure emdb installed
win_chocolatey:
name: emdb
state: present
version: 3.22
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'emdb' do
action :install
version '3.22'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: emdb,
Version: 3.22,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller emdb
{
Name = 'emdb'
Ensure = 'Present'
Version = '3.22'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'emdb':
provider => 'chocolatey',
ensure => '3.22',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install emdb version="3.22" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 19 Sep 2018.
With an automatic import from the database of IMDB, export to csv, text or HTML, thumbnail cover preview, a loan tracker, advances search and filter functions and multi-language user interface. EMDB doesn't need a .NET framework or any other external libraries and is therefore fully portable. And best of all... it's free!
$ErrorActionPreference = 'Stop'
$packageName = 'emdb'
$fileType = 'EXE'
$url32 = 'http://www.emdb.eu/bin/emdb.zip'
$checksum32 = 'd88fbdb8fe26d1acac49d19dce779a2d10dc68b4dc24ae5de11d49d2b7df1e30'
$toolsPath = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
$silentArgs = '/VERYSILENT /COMPONENTS="main,mpciconlib,mpcresources"'
$packageArgs = @{
packageName = $packageName
url = $url32
checksum = $checksum32
checksumType = 'sha256'
unzipLocation = $toolsPath
}
Install-ChocolateyZipPackage @packageArgs
$FileFullPath = get-childitem $toolsPath -recurse -include *.exe | select -First 1
Install-ChocolateyInstallPackage $packageName $fileType $silentArgs $FileFullPath
- emdb.zip (d88fbdb8fe26) - ## / 61 - Log in or click on link to see number of positives
- EMDB.3.22.nupkg (70a9bbaf5f25) - ## / 61 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
EMDB - Eric's Movie Database 3.52 | 0 | Monday, December 9, 2019 | Approved |
EMDB - Eric's Movie Database 3.51 | 24 | Monday, November 25, 2019 | Approved |
EMDB - Eric's Movie Database 3.50 | 60 | Sunday, October 20, 2019 | Approved |
EMDB - Eric's Movie Database 3.49 | 62 | Thursday, September 12, 2019 | Approved |
EMDB - Eric's Movie Database 3.48 | 50 | Sunday, September 1, 2019 | Approved |
EMDB - Eric's Movie Database 3.47 | 42 | Thursday, August 22, 2019 | Approved |
EMDB - Eric's Movie Database 3.46 | 88 | Sunday, July 21, 2019 | Approved |
EMDB - Eric's Movie Database 3.45 | 64 | Tuesday, July 2, 2019 | Approved |
EMDB - Eric's Movie Database 3.44 | 57 | Tuesday, June 18, 2019 | Approved |
EMDB - Eric's Movie Database 3.43 | 72 | Friday, June 7, 2019 | Approved |
EMDB - Eric's Movie Database 3.42 | 54 | Friday, May 24, 2019 | Approved |
EMDB - Eric's Movie Database 3.41 | 85 | Monday, April 15, 2019 | Approved |
EMDB - Eric's Movie Database 3.40 | 76 | Sunday, March 31, 2019 | Approved |
EMDB - Eric's Movie Database 3.39 | 59 | Tuesday, March 26, 2019 | Approved |
EMDB - Eric's Movie Database 3.38 | 54 | Monday, March 18, 2019 | Approved |
EMDB - Eric's Movie Database 3.36 | 85 | Thursday, February 14, 2019 | Approved |
EMDB - Eric's Movie Database 3.35 | 48 | Thursday, February 14, 2019 | Approved |
EMDB - Eric's Movie Database 3.34 | 67 | Wednesday, February 13, 2019 | Approved |
EMDB - Eric's Movie Database 3.33 | 86 | Friday, January 18, 2019 | Approved |
EMDB - Eric's Movie Database 3.32 | 58 | Thursday, January 17, 2019 | Approved |
EMDB - Eric's Movie Database 3.31 | 80 | Friday, January 4, 2019 | Approved |
EMDB - Eric's Movie Database 3.30 | 75 | Friday, December 21, 2018 | Approved |
EMDB - Eric's Movie Database 3.29 | 80 | Wednesday, December 19, 2018 | Approved |
EMDB - Eric's Movie Database 3.28 | 64 | Monday, December 17, 2018 | Approved |
EMDB - Eric's Movie Database 3.27 | 85 | Wednesday, November 28, 2018 | Approved |
EMDB - Eric's Movie Database 3.26 | 85 | Wednesday, October 31, 2018 | Approved |
EMDB - Eric's Movie Database 3.25 | 95 | Wednesday, October 17, 2018 | Approved |
EMDB - Eric's Movie Database 3.24 | 80 | Tuesday, October 2, 2018 | Approved |
EMDB - Eric's Movie Database 3.23 | 82 | Sunday, September 23, 2018 | Approved |
EMDB - Eric's Movie Database 3.22 | 76 | Wednesday, September 19, 2018 | Approved |
EMDB - Eric's Movie Database 3.21 | 67 | Wednesday, September 19, 2018 | Approved |
EMDB - Eric's Movie Database 3.20 | 112 | Friday, August 31, 2018 | Approved |
EMDB - Eric's Movie Database 3.19 | 102 | Tuesday, August 21, 2018 | Approved |
EMDB - Eric's Movie Database 3.18 | 104 | Sunday, August 19, 2018 | Approved |
EMDB - Eric's Movie Database 3.17 | 174 | Saturday, June 23, 2018 | Approved |
EMDB - Eric's Movie Database 3.16 | 118 | Thursday, June 21, 2018 | Approved |
EMDB - Eric's Movie Database 3.15 | 161 | Monday, May 7, 2018 | Approved |
EMDB - Eric's Movie Database 3.14 | 172 | Thursday, April 19, 2018 | Approved |
EMDB - Eric's Movie Database 3.13 | 130 | Wednesday, April 18, 2018 | Approved |
EMDB - Eric's Movie Database 3.12 | 199 | Wednesday, March 14, 2018 | Approved |
EMDB - Eric's Movie Database 3.11 | 195 | Tuesday, February 13, 2018 | Approved |
EMDB - Eric's Movie Database 3.10 | 245 | Wednesday, January 24, 2018 | Approved |
EMDB - Eric's Movie Database 3.09 | 240 | Thursday, December 14, 2017 | Approved |
EMDB - Eric's Movie Database 3.08 | 214 | Saturday, December 2, 2017 | Approved |
EMDB - Eric's Movie Database 3.07 | 211 | Sunday, November 19, 2017 | Approved |
EMDB - Eric's Movie Database 3.06 | 182 | Sunday, November 19, 2017 | Approved |
EMDB - Eric's Movie Database 3.05 | 233 | Tuesday, October 24, 2017 | Approved |
EMDB - Eric's Movie Database 3.04 | 230 | Sunday, October 15, 2017 | Approved |
EMDB - Eric's Movie Database 3.03 | 205 | Thursday, October 12, 2017 | Approved |
EMDB - Eric's Movie Database 3.02 | 221 | Wednesday, September 27, 2017 | Approved |
EMDB - Eric's Movie Database 3.01 | 224 | Thursday, September 21, 2017 | Approved |
EMDB - Eric's Movie Database 3.00 | 199 | Wednesday, September 20, 2017 | Approved |
EMDB - Eric's Movie Database 2.75 | 227 | Monday, August 14, 2017 | Approved |
EMDB - Eric's Movie Database 2.74 | 215 | Friday, August 4, 2017 | Approved |
EMDB - Eric's Movie Database 2.73 | 312 | Monday, April 17, 2017 | Approved |
EMDB - Eric's Movie Database 2.72 | 256 | Saturday, March 25, 2017 | Approved |
EMDB - Eric's Movie Database 2.71 | 249 | Saturday, February 25, 2017 | Approved |
EMDB - Eric's Movie Database 2.70 | 237 | Tuesday, February 21, 2017 | Approved |
EMDB - Eric's Movie Database 2.69 | 219 | Sunday, February 19, 2017 | Approved |
EMDB - Eric's Movie Database 2.68 | 281 | Wednesday, January 18, 2017 | Approved |
EMDB - Eric's Movie Database 2.67 | 251 | Tuesday, January 17, 2017 | Approved |
EMDB - Eric's Movie Database 2.66 | 267 | Saturday, December 24, 2016 | Approved |
EMDB - Eric's Movie Database 2.65 | 296 | Monday, December 19, 2016 | Approved |
EMDB - Eric's Movie Database 2.63 | 252 | Saturday, December 17, 2016 | Approved |
EMDB - Eric's Movie Database 2.62 | 244 | Thursday, December 8, 2016 | Approved |
EMDB - Eric's Movie Database 2.61 | 222 | Thursday, December 8, 2016 | Approved |
EMDB - Eric's Movie Database 2.60 | 258 | Wednesday, November 30, 2016 | Approved |
EMDB - Eric's Movie Database 2.59 | 273 | Friday, November 4, 2016 | Approved |
EMDB - Eric's Movie Database 2.58 | 212 | Tuesday, November 1, 2016 | Approved |
EMDB - Eric's Movie Database 2.57 | 283 | Friday, September 16, 2016 | Approved |
EMDB - Eric's Movie Database 2.56.0.20160825 | 212 | Thursday, August 25, 2016 | Approved |
EMDB - Eric's Movie Database 2.56 | 292 | Saturday, June 4, 2016 | Approved |
EMDB - Eric's Movie Database 2.55 | 232 | Wednesday, June 1, 2016 | Approved |
EMDB - Eric's Movie Database 2.54 | 202 | Thursday, May 26, 2016 | Approved |
EMDB - Eric's Movie Database 2.53 | 235 | Sunday, May 8, 2016 | Approved |
EMDB - Eric's Movie Database 2.52 | 188 | Thursday, May 5, 2016 | Approved |
EMDB - Eric's Movie Database 2.51 | 248 | Sunday, April 10, 2016 | Approved |
EMDB - Eric's Movie Database 2.50 | 250 | Sunday, March 13, 2016 | Approved |
EMDB - Eric's Movie Database 2.49 | 211 | Sunday, February 21, 2016 | Approved |
EMDB - Eric's Movie Database 2.48 | 233 | Tuesday, February 16, 2016 | Approved |
EMDB - Eric's Movie Database 2.47 | 247 | Sunday, February 14, 2016 | Approved |
EMDB - Eric's Movie Database 2.46 | 276 | Tuesday, February 2, 2016 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about EMDB - Eric's Movie Database and the EMDB - Eric's Movie Database package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or EMDB - Eric's Movie Database, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.