Downloads:
366
Downloads of v 3.2.0.1:
43
Last Update:
22 May 2024
Package Maintainer(s):
Software Author(s):
- Andrew Trvarrow
- Derek Wilson
Tags:
podcastutilities podcast dowload sync- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
PodcastUtilities Core Install
- 1
- 2
- 3
3.2.0.1 | Updated: 22 May 2024
- Software Specific:
- Software Site
- Software License
- Software Docs
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
366
Downloads of v 3.2.0.1:
43
Maintainer(s):
Software Author(s):
- Andrew Trvarrow
- Derek Wilson
PodcastUtilities Core Install 3.2.0.1
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Andrew Trvarrow, Derek Wilson. The inclusion of Andrew Trvarrow, Derek Wilson trademark(s), if any, upon this webpage is solely to identify Andrew Trvarrow, Derek Wilson goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
Deployment Method: Individual Install, Upgrade, & Uninstall
To install PodcastUtilities Core Install, run the following command from the command line or from PowerShell:
To upgrade PodcastUtilities Core Install, run the following command from the command line or from PowerShell:
To uninstall PodcastUtilities Core 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 podcastutilities-core --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 podcastutilities-core -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 podcastutilities-core -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 podcastutilities-core
win_chocolatey:
name: podcastutilities-core
version: '3.2.0.1'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'podcastutilities-core' do
action :install
source 'INTERNAL REPO URL'
version '3.2.0.1'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller podcastutilities-core
{
Name = "podcastutilities-core"
Version = "3.2.0.1"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'podcastutilities-core':
ensure => '3.2.0.1',
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 02 Nov 2024.
There are many sophisticated media management programs available for organising digital media however the key differences that Podcast Utilities has are
Portable Podcast Utilities is a “portable” application, in that it does not need to be installed and can be run from any drive type, local network or removable flash drive
Cross Platform Podcast Utilities can be run on Windows, Linus or Mac machines by using the .NET Core cross platform version of the utilities.
Configurable Almost any synchronisation solution can be configured, for example copy 3 of this podcast, all of these podcasts, in this order, and leave a certain amount of space on the device. The number of concurrent downloads can easily be configured.
Lightweight The application does not use large amounts of memory in a system tray icon all the time its not being used, it only uses system resources when its being run.
Support for UMS PodcastUtilities supports USB Mass Storage (UMS) devices, where the device appears as a drive letter in Explorer like a flash drive
Scriptable Podcast Utilities lends itself to being run as a scheduled task or from a script. The API is “headless” and can easily be called and used from other applications
Open Source The source is open and available
Free There is no cost to using Podcast Utilities for any use.
No need for an iTunes account Podcasts promoted on iTunes can be downloaded however there is no need to have an iTunes account.
This is the cross platform version and does not support MTP, if you want MTP support (Windows only) version then try the podcastutilities package. You probably dont need to install both.
$ErrorActionPreference = 'Stop';
$PackageName = $env:ChocolateyPackageName;
$StartMenu = "$([System.Environment]::GetFolderPath('CommonStartMenu'))\Programs"
$Desktop = [System.Environment]::GetFolderPath("Desktop");
$PrgmData = [System.Environment]::GetFolderPath("CommonApplicationData");
# we only need to do the things that the auto uninstall doesnt do
Uninstall-BinFile -Name downloadpodcasts-core
Uninstall-BinFile -Name generateplaylist-core
Uninstall-BinFile -Name purgepodcasts-core
Uninstall-BinFile -Name syncpodcasts-core
Remove-Item "$Desktop\PodcastUtilitiesCore.lnk" -ErrorAction SilentlyContinue -Force | Out-Null
Remove-Item "$StartMenu\PodcastUtilitiesCore.lnk" -ErrorAction SilentlyContinue -Force | Out-Null
FreeBSD License
PodcastUtilities
Copyright (c) 2010 - 2013, Andrew Trevarrow and Derek Wilson
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provide
d that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the
following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
the following disclaimer in the documentationand/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
md5: 75786E3370DE4CC05C81ED52B371D044 | sha1: 2458D4B62584CDA05565FE8B7436019F0A6844CC | sha256: 13E5CC6229DFC35E2A0CCF4ED85713296B0A38A026F326EC498AB8A0508760A8 | sha512: AE1DC66B1AB1701D390FD52074761221B798662032E7DD3A00567D2A22FD5EF1A7DDFA12926E35EF381BFAC71EF9E38E9AA5D6F9FA82AF515580E78361498ADB
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The software is installed from the archive embedded in this nuppkg: podcastutilities-core3.2.0.1.zip
It can also be obtained from <https://github.com/derekwilson/PodcastUtilities/tree/master/ChocolateyInstaller/podcastutilities-core/files>
You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
get-filehash podcastutilities-core3.2.0.1.zip
- Use chocolatey utility 'checksum.exe'
C:\ProgramData\chocolatey\tools\checksum.exe .\podcastutilities-core3.2.0.1.zip -t=sha256
Compare the SHA256 Checksum Value: 13E5CC6229DFC35E2A0CCF4ED85713296B0A38A026F326EC498AB8A0508760A8
File 'LICENSE.txt' is obtained from <https://github.com/derekwilson/PodcastUtilities/blob/master/LICENSE.txt>
Log in or click on link to see number of positives.
- podcastutilities-core.3.2.0.1.nupkg (2a3904e1d832) - ## / 64
- podcastutilities-core3.2.0.1.zip (13e5cc6229df) - ## / 65
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 |
---|---|---|---|---|
PodcastUtilities Core Install 3.2.0.1 | 43 | Wednesday, May 22, 2024 | Approved | |
PodcastUtilities Core Install 3.1.0.0 | 131 | Friday, January 13, 2023 | Approved | |
PodcastUtilities Core Install 3.0.2.7 | 54 | Monday, October 3, 2022 | Approved | |
PodcastUtilities Core Install 3.0.0.2 | 138 | Tuesday, September 28, 2021 | Approved |
2010-2013 Andrew Trvarrow and Derek Wilson
This package has no dependencies.
Ground Rules:
- This discussion is only about PodcastUtilities Core Install and the PodcastUtilities Core 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 PodcastUtilities Core 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.