Downloads:
10,630
Downloads of v 2.4.3:
375
Last Update:
02 Dec 2017
Package Maintainer(s):
Software Author(s):
- Kevin Moye
Tags:
kmttg tivo tivotogo javakmttg
This is not the latest version of kmttg available.
- 1
- 2
- 3
2.4.3 | Updated: 02 Dec 2017
Downloads:
10,630
Downloads of v 2.4.3:
375
Maintainer(s):
Software Author(s):
- Kevin Moye
kmttg 2.4.3
This is not the latest version of kmttg available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Kevin Moye. The inclusion of Kevin Moye trademark(s), if any, upon this webpage is solely to identify Kevin Moye 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
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install kmttg, run the following command from the command line or from PowerShell:
To upgrade kmttg, run the following command from the command line or from PowerShell:
To uninstall kmttg, 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 kmttg --internalize --version=2.4.3 --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 kmttg -y --source="'INTERNAL REPO URL'" --version="'2.4.3'" [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 kmttg -y --source="'INTERNAL REPO URL'" --version="'2.4.3'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install kmttg
win_chocolatey:
name: kmttg
version: '2.4.3'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'kmttg' do
action :install
source 'INTERNAL REPO URL'
version '2.4.3'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller kmttg
{
Name = "kmttg"
Version = "2.4.3"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'kmttg':
ensure => '2.4.3',
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 as a trusted package on 02 Dec 2017.
kmttg is a Java based program I wrote to facilitate TivoToGo (TTG) transfers that can download, create pyTivo metadata, decrypt, run comskip and comcut (commercial detection and removal), create closed captions files and re-encode multiple shows you select from your Tivos all automatically. The program also has the capability to transfer and process shows automatically from your Tivos based on titles and keywords you setup.
kmttg also has an advanced Remote Control which among many other things allows for Season Pass management, backup/restore, copying, etc. Also now has capability to backup/restore Thumbs ratings.
Also has AutoSkip functionality where you can enjoy hands free commercial skip viewing on your TiVos.
Also has ability to capture video output directly from Slingbox Pro or later models either on the LAN or WAN.
Features
- Graphical and/or automated TiVo To Go downloads
- Automated flow for download, decrypt, commercial cut, encode
- Advanced TiVo remote control capabilities including Season Passes backup/restore etc.
- Also now has capabilty to backup/restore Thumbs ratings
- Slingbox video output capture capability
- Use AutoSkip functionality for hands free commercial skipping for your TiVos
$packageName = 'kmttg'
remove-item "$env:Public\Desktop\kmttg.lnk" -Force -ErrorAction 'SilentlyContinue'
remove-item "$env:ProgramData\Microsoft\Windows\Start Menu\Programs\kmttg.lnk" -Force -ErrorAction 'SilentlyContinue'
Log in or click on link to see number of positives.
- kmttg.2.4.3.nupkg (2601a5f0331e) - ## / 61
- kmttg_v2.4c.zip (f9a5aa6b37a2) - ## / 60
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 |
---|---|---|---|---|
kmttg 2.4.16 | 297 | Tuesday, November 17, 2020 | Approved | |
kmttg 2.4.15 | 392 | Tuesday, October 22, 2019 | Approved | |
kmttg 2.4.14 | 219 | Friday, September 20, 2019 | Approved | |
kmttg 2.4.13 | 216 | Tuesday, August 27, 2019 | Approved | |
kmttg 2.4.12 | 276 | Monday, December 10, 2018 | Approved | |
kmttg 2.4.11 | 240 | Sunday, December 9, 2018 | Approved | |
kmttg 2.4.10 | 331 | Saturday, July 14, 2018 | Approved | |
kmttg 2.4.9 | 288 | Monday, June 25, 2018 | Approved | |
kmttg 2.4.8 | 314 | Saturday, May 5, 2018 | Approved | |
kmttg 2.4.7 | 361 | Saturday, March 10, 2018 | Approved | |
kmttg 2.4.6 | 320 | Tuesday, January 30, 2018 | Approved | |
kmttg 2.4.5 | 350 | Sunday, January 14, 2018 | Approved | |
kmttg 2.4.4 | 377 | Wednesday, December 6, 2017 | Approved | |
kmttg 2.4.3 | 375 | Saturday, December 2, 2017 | Approved | |
kmttg 2.4.2 | 389 | Saturday, November 4, 2017 | Approved | |
kmttg 2.3.2 | 438 | Saturday, August 26, 2017 | Approved | |
kmttg 2.3.1 | 388 | Saturday, August 12, 2017 | Approved | |
kmttg 2.2.22 | 404 | Tuesday, July 4, 2017 | Approved | |
kmttg 2.2.21 | 366 | Monday, July 3, 2017 | Approved | |
kmttg 2.2.20 | 400 | Monday, April 24, 2017 | Approved | |
kmttg 2.2.19 | 396 | Sunday, April 16, 2017 | Approved | |
kmttg 2.2.17 | 406 | Wednesday, March 1, 2017 | Approved | |
kmttg 2.2.15 | 409 | Tuesday, February 14, 2017 | Approved | |
kmttg 2.2.13 | 419 | Sunday, January 8, 2017 | Approved | |
kmttg 2.2.12 | 423 | Tuesday, December 20, 2016 | Approved | |
kmttg 2.2.10 | 404 | Monday, November 28, 2016 | Approved |
Ground Rules:
- This discussion is only about kmttg and the kmttg 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 kmttg, 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.