Downloads:
4,991
Downloads of v 2.87.0:
277
Last Update:
12 Dec 2023
Package Maintainer(s):
Software Author(s):
- Knowledge Design Software
Tags:
metax tagging video mp4 m4v mov avi mkv wmv trial binary- Software Specific:
- Software Site
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
MetaX (Trial) (Install)
- 1
- 2
- 3
2.87.0 | Updated: 12 Dec 2023
- Software Specific:
- Software Site
- Software Docs
- Software Mailing List
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
4,991
Downloads of v 2.87.0:
277
Maintainer(s):
Software Author(s):
- Knowledge Design Software
MetaX (Trial) (Install) 2.87.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Knowledge Design Software. The inclusion of Knowledge Design Software trademark(s), if any, upon this webpage is solely to identify Knowledge Design Software goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install MetaX (Trial) (Install), run the following command from the command line or from PowerShell:
To upgrade MetaX (Trial) (Install), run the following command from the command line or from PowerShell:
To uninstall MetaX (Trial) (Install), run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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://community.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: (additional options)
choco download metax --internalize --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade metax -y --source="'INTERNAL REPO 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 metax -y --source="'INTERNAL REPO URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install metax
win_chocolatey:
name: metax
version: '2.87.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'metax' do
action :install
source 'INTERNAL REPO URL'
version '2.87.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller metax
{
Name = "metax"
Version = "2.87.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'metax':
ensure => '2.87.0',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator Windos on 12 Dec 2023.
choco://metax
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Tag Your Movies To Look Perfect in iTunes, Apple TV or other Media Players
When you want your movies to look as good as those purchased from iTunes, with cover art, descriptions, ratings, actors and more, you NEED MetaX.
With only a mouse click or two, MetaX will scour all the major sources of movie and TV information on the web: TVDB, TheMovieDB, iTunes as well as IMDB and Yahoo posters and display the information. You can select from multiple entries to get just the look you want, then quickly write the tags into the file so that it shows up in iTunes, Apple TV or whatever media play you use, just like it would if you had purchased the movie from iTunes.
MetaX supports MP4, M4V, ASF, MOV, AVI, MKV and WMV files.
Not all formats support all tags. AVI files in particular don't support most tags, including not supporting cover art.
Check out the MetaX YouTube channel
The MetaX YouTube channel has lots of instructional videos
Great for TV Shows
By using theTVDB you can tag an entire season of episodes with just a couple of clicks.
Set Ratings for Parental Control
Set the rating of a show to allow parental controls to work. You can even use country specific ratings for the UK, Germany, France, Canada, Japan, New Zealand, Ireland and Japan.
Easy To Customize
MetaX has lots of preferences that allow it to work the way you want it to. You can configure MetaX to copy the tagged file to a different location, set the filename or title based on information from the show (title, year, showName, season, episode and more). You can have MetaX pull the movie name or TV Show, season and episode number from the filename, you can save a copy of the untagged file, you can specify which data sources you want to use, and what order to display them in the search results, and have MetaX automatically update iTunes and MovieLibrary when it tags a file.
Import data from MyMovies or other XML files
MetaX will import data from the MyMovies files, or from NFO files.
Find Great Cover Art
You can get cover art from any of the data sources (theMovieDB, theTVDb, iTunes, Amazon or Yahoo). You can also use files you've downloaded, use cut and paste from websites, and even select a frame from the movie itself!
Click here to Patreon-ize the package maintainer.
$ErrorActionPreference = 'Stop'
$packageName = 'metax'
Remove-Item "$ENV:ChocolateyInstall\bin\MetaX.bat" -Force -ErrorAction SilentlyContinue
==================== MetaX ====================
MetaX does not have a published license.
From: Bill Curran <redacted>
Sent: Sunday, July 5, 2020 3:45 PM
To: [email protected]
Subject: MetaX - Distribution Permission
Hi Dan,
As we may or may not have discussed in the past, I maintain a Chocolatey package to install MetaX. It can be found at:
https://chocolatey.org/packages/metax
Currently the package downloads from https://www.danhinsley.com/downloads/MetaXSetup.msi and verifies the program and package versions match by a checksum. When new versions of MetaX come out and I don’t know about them, the Chocolatey package will intentionally fail to due to the mismatched checksum.
I’d like to request permission to include the MetaX binary directly into the Chocolatey package so that no future versions will ever fail to install. (And if we get the whole notification subscription to new releases worked out, I can do timely updates.)
There appears to be no License or EULA for MetaX. So if you’re OK with me including the binary executable (.MSI) in the package, please explicitly tell me saying so and these e-mails will be included in the package as proof of distribution rights.
I really like it when I can make packages that never fail. 😊
TIA,
Bill
From: [email protected] <[email protected]>
Sent: Monday, July 6, 2020 8:13 AM
To: 'Bill Curran' <redacted>
Subject: RE: MetaX - Distribution Permission
You have my permission, and if there’s anything I can do to make this process easier, let me know.
I’m not exactly clear on what the Chocolatey package does that just he msi doesn’t. I’ve never used package managers, can you give me an idea of what this does?
Also, it looks like the picture of MetaX on the Chocolatey MetaX page is old, you might want to update it.
Dan
==================== MetaX ====================
==================== MetaX ====================
bcurran3 downloads and packages the .MSI for MetaX from the developers website at:
https://www.danhinsley.com/downloads/MetaXSetup.msi
==================== MetaX ====================
Log in or click on link to see number of positives.
- MetaX.2.87.0.nupkg (d54e42d8af77) - ## / 64
- MetaXSetup.msi (39a2d8351a05) - ## / 63
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.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
MetaX (Trial) (Install) 2.87.0 | 277 | Tuesday, December 12, 2023 | Approved | |
MetaX (Trial) (Install) 2.86 | 229 | Monday, April 17, 2023 | Approved | |
MetaX (Trial) (Install) 2.85 | 148 | Friday, December 23, 2022 | Approved | |
MetaX (Trial) (Install) 2.84 | 126 | Friday, September 23, 2022 | Approved | |
MetaX (Trial) (Install) 2.83 | 105 | Sunday, August 14, 2022 | Approved | |
MetaX (Trial) (Install) 2.82 | 123 | Saturday, June 25, 2022 | Approved | |
MetaX (Trial) (Install) 2.81 | 142 | Sunday, February 27, 2022 | Approved | |
MetaX (Trial) (Install) 2.80 | 112 | Saturday, February 12, 2022 | Approved | |
MetaX (Trial) (Install) 2.79 | 139 | Friday, December 24, 2021 | Approved | |
MetaX (Trial) (Install) 2.78 | 107 | Saturday, December 18, 2021 | Approved | |
MetaX (Trial) (Install) 2.77 | 185 | Sunday, August 1, 2021 | Approved | |
MetaX (Trial) (Install) 2.76 | 194 | Saturday, March 20, 2021 | Approved | |
MetaX (Trial) (Install) 2.75 | 280 | Sunday, September 20, 2020 | Approved | |
MetaX (Trial) (Install) 2.74 | 177 | Monday, September 7, 2020 | Approved | |
MetaX (Trial) (Install) 2.73 | 230 | Tuesday, July 7, 2020 | Approved | |
MetaX (Trial) (Install) 2.71 | 195 | Tuesday, June 2, 2020 | Approved | |
MetaX (Trial) (Install) 2.70 | 368 | Sunday, December 22, 2019 | Approved | |
MetaX (Trial) (Install) 2.69 | 407 | Tuesday, May 7, 2019 | Approved | |
MetaX (Trial) (Install) 2.68 | 329 | Thursday, January 3, 2019 | Approved | |
MetaX (trial) (Install) 2.67 | 337 | Friday, July 27, 2018 | Approved | |
MetaX 2.57 | 636 | Friday, May 12, 2017 | Approved |
Copyright © Knowledge Design Software
-
- dotnet3.5 (≥ 3.5.0)
Ground Rules:
- This discussion is only about MetaX (Trial) (Install) and the MetaX (Trial) (Install) 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 MetaX (Trial) (Install), 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.