Downloads:
24,940
Downloads of v 5.0.13:
198
Last Update:
28 Oct 2024
Package Maintainer(s):
Software Author(s):
- Manuel Laggner
Tags:
tinymediamanager media-managment media-manager kodi xbmc plex emby foss cross-platform- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
tinyMediaManager
- 1
- 2
- 3
5.0.13 | Updated: 28 Oct 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
24,940
Downloads of v 5.0.13:
198
Maintainer(s):
Software Author(s):
- Manuel Laggner
tinyMediaManager 5.0.13
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Manuel Laggner. The inclusion of Manuel Laggner trademark(s), if any, upon this webpage is solely to identify Manuel Laggner 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 tinyMediaManager, run the following command from the command line or from PowerShell:
To upgrade tinyMediaManager, run the following command from the command line or from PowerShell:
To uninstall tinyMediaManager, 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 tinymediamanager --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 tinymediamanager -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 tinymediamanager -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 tinymediamanager
win_chocolatey:
name: tinymediamanager
version: '5.0.13'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'tinymediamanager' do
action :install
source 'INTERNAL REPO URL'
version '5.0.13'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller tinymediamanager
{
Name = "tinymediamanager"
Version = "5.0.13"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'tinymediamanager':
ensure => '5.0.13',
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 30 Oct 2024.
tinyMediaManager is a media management tool written in Java/Swing. It is written
to provide metadata for the Kodi Media Center (formerly known as XBMC),
MediaPortal and Plex media server. Due to the fact that it is written in Java,
tinyMediaManager will run on Windows, Linux and macOS (and possible more OS).
Features
Movie Management
- Get data from TheMovieDB.org, Imdb.com, Ofdb.de, HD-Trailers.net, ...
- Create NFO for use with Kodi (XBMC) and MediaPortal
- Automatically rename files and folders as you like
Movie Set Management
- Organize movies into collections
- Set artwork for moviesets
- Support NFO tags for moviesets for Kodi (XBMC) and MediaPortal
TV Show Management
- find TV shows and episodes in subdirectories - powerful episode/season
detection - Get data from TheTvDB.com, TheMovieDB.org, Imdb.com
- Create NFO for use with Kodi (XBMC)
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "{}"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright {yyyy} {name of copyright owner}
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://release.tinymediamanager.org>
and can be verified by doing the following:
1. Download the following <https://release.tinymediamanager.org/v5/dist/tinyMediaManager-5.0.13-windows-amd64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum: 518E4ED2BEC88A93021421225D99B6C2BA7F3FB6B58F6EAFE3B4A4C04621C5FC
The file 'LICENSE.txt' has been obtained from <https://gitlab.com/tinyMediaManager/tinyMediaManager/-/blob/devel/LICENSE>
$ErrorActionPreference = 'Stop';
$startMenu = [System.Environment]::GetFolderPath("Programs")
$desktop = [System.Environment]::GetFolderPath('Desktop')
$linkName = "tinyMediaManager.lnk"
Uninstall-BinFile tinyMediaManagerCMD
if (Test-Path "$startMenu\$linkName") {
Write-Host "Removing Start Menu Icon"
Remove-Item "$startMenu\$linkName"
}
if (Test-Path "$desktop\$linkName") {
Write-Host "Removing Desktop Icon"
Remove-Item "$desktop\$linkName"
}
$installPath = "$(Get-ToolsLocation)\tinyMediaManager"
if (Test-Path $installPath) {
Write-Host "Removing installed files."
Remove-Item $installPath -Recurse -Force
}
md5: 16B560E0F34A7CCBC93F7CE161B5A555 | sha1: 8AA2E12E09629B9431AB04F6E1A67A9C6CB71ECA | sha256: 518E4ED2BEC88A93021421225D99B6C2BA7F3FB6B58F6EAFE3B4A4C04621C5FC | sha512: 237D9D876F24DEF82C89523A10FBED66D468B878DF5048D0CDCE6AC4E73AC9B33F66F7368434F43AE2CCAD569C042B9A2005AA7F96B99CBE436BA6258B759CC9
Log in or click on link to see number of positives.
- msvcp140.dll (a88b8c1c8f27) - ## / 73
- vcruntime140.dll (475ab98b7722) - ## / 71
- vcruntime140_1.dll (0579d460ea1f) - ## / 73
- tinyfiledialogs.dll (447cdaa7a848) - ## / 70
- api-ms-win-core-console-l1-1-0.dll (191e08dea0ad) - ## / 72
- api-ms-win-core-console-l1-2-0.dll (9e04918d9e75) - ## / 73
- api-ms-win-core-datetime-l1-1-0.dll (a94b80a5111a) - ## / 72
- api-ms-win-core-debug-l1-1-0.dll (263e03836352) - ## / 73
- api-ms-win-core-errorhandling-l1-1-0.dll (085968d938ea) - ## / 75
- api-ms-win-core-fibers-l1-1-0.dll (c86ebc9f48e2) - ## / 74
- api-ms-win-core-file-l1-1-0.dll (120c3afed9ce) - ## / 73
- api-ms-win-core-file-l1-2-0.dll (0dc1f695befd) - ## / 73
- api-ms-win-core-file-l2-1-0.dll (18655793b4d4) - ## / 75
- api-ms-win-core-handle-l1-1-0.dll (7e45a1b99733) - ## / 74
- api-ms-win-core-heap-l1-1-0.dll (dd1e8c770026) - ## / 74
- api-ms-win-core-interlocked-l1-1-0.dll (ea60d03a35ef) - ## / 74
- api-ms-win-core-libraryloader-l1-1-0.dll (929298566ba0) - ## / 75
- api-ms-win-core-localization-l1-2-0.dll (dc570708327c) - ## / 73
- api-ms-win-core-memory-l1-1-0.dll (8a4b66cea7b4) - ## / 74
- api-ms-win-core-namedpipe-l1-1-0.dll (e8382a73730c) - ## / 75
- api-ms-win-core-processenvironment-l1-1-0.dll (9c1afc7cd0b0) - ## / 75
- api-ms-win-core-processthreads-l1-1-0.dll (6e5bd110a2f4) - ## / 74
- api-ms-win-core-processthreads-l1-1-1.dll (19b018be16af) - ## / 75
- api-ms-win-core-profile-l1-1-0.dll (cc3c609193f2) - ## / 75
- api-ms-win-core-rtlsupport-l1-1-0.dll (bcb9a6dd2cc0) - ## / 75
- api-ms-win-core-string-l1-1-0.dll (9b071b842445) - ## / 75
- api-ms-win-core-synch-l1-1-0.dll (a981a24c9231) - ## / 74
- api-ms-win-core-synch-l1-2-0.dll (69dd52caffe1) - ## / 70
- api-ms-win-core-sysinfo-l1-1-0.dll (3513cffa44c8) - ## / 74
- api-ms-win-core-timezone-l1-1-0.dll (24f4530debf2) - ## / 72
- api-ms-win-core-util-l1-1-0.dll (2e1cc12f9383) - ## / 75
- api-ms-win-crt-conio-l1-1-0.dll (1368b9af85f1) - ## / 75
- api-ms-win-crt-convert-l1-1-0.dll (2ccb01b62188) - ## / 75
- api-ms-win-crt-environment-l1-1-0.dll (5a2ae5b270c1) - ## / 75
- api-ms-win-crt-filesystem-l1-1-0.dll (42a99227775e) - ## / 74
- api-ms-win-crt-heap-l1-1-0.dll (43c80120970b) - ## / 74
- api-ms-win-crt-locale-l1-1-0.dll (6011ece89f48) - ## / 75
- api-ms-win-crt-math-l1-1-0.dll (5ba8f9c28429) - ## / 72
- api-ms-win-crt-multibyte-l1-1-0.dll (77328a716589) - ## / 75
- api-ms-win-crt-private-l1-1-0.dll (0e2751637bbe) - ## / 75
- api-ms-win-crt-process-l1-1-0.dll (cfc12dd7c1de) - ## / 75
- api-ms-win-crt-runtime-l1-1-0.dll (698fa887c5b9) - ## / 75
- api-ms-win-crt-stdio-l1-1-0.dll (c1541ed4dc68) - ## / 75
- api-ms-win-crt-string-l1-1-0.dll (4429b8e67076) - ## / 74
- api-ms-win-crt-time-l1-1-0.dll (f3e6f692cec8) - ## / 75
- api-ms-win-crt-utility-l1-1-0.dll (6c78d4aba918) - ## / 74
- ucrtbase.dll (d2ebd8719455) - ## / 73
- ffmpeg.exe (e9fd5e711deb) - ## / 73
- MediaInfo.dll (30756968476e) - ## / 74
- tinyMediaManager.exe (b7023895a5d6) - ## / 73
- tinyMediaManagerCMD.exe (3021fad919b6) - ## / 73
- awt.dll (81badf822a9b) - ## / 71
- dt_socket.dll (cd31d97f9425) - ## / 75
- extnet.dll (48a3ed19d2cc) - ## / 75
- fontmanager.dll (d6e1815e1327) - ## / 75
- freetype.dll (945bcaa0b296) - ## / 72
- instrument.dll (3ad4f19d5804) - ## / 75
- j2gss.dll (9e25d0b8e807) - ## / 75
- j2pcsc.dll (d292774bd273) - ## / 75
- j2pkcs11.dll (d00948b9aef0) - ## / 75
- jaas.dll (d0bb19303a9b) - ## / 75
- jabswitch.exe (21402dae0d6f) - ## / 72
- jaccessinspector.exe (55dc6dba1c22) - ## / 75
- jaccesswalker.exe (322b3dac6134) - ## / 75
- java.dll (add33597856c) - ## / 75
- java.exe (92b6a545635a) - ## / 75
- javaaccessbridge.dll (005d634575c2) - ## / 75
- javajpeg.dll (761d5000a47e) - ## / 75
- javaw.exe (0af1ac7e8ce0) - ## / 71
- jawt.dll (99c0333e498e) - ## / 74
- jdwp.dll (e6eff888f95d) - ## / 75
- jfr.exe (57698b4fd278) - ## / 75
- jimage.dll (393f5b2d1913) - ## / 74
- jli.dll (8f0da5aa9027) - ## / 75
- jrunscript.exe (56fa0cfa6b43) - ## / 70
- jsound.dll (237dff8a2101) - ## / 72
- jsvml.dll (095a518f8fd1) - ## / 75
- jwebserver.exe (0d199443d8ea) - ## / 73
- keytool.exe (b9660ca8cbf4) - ## / 75
- kinit.exe (f9215b4b95e8) - ## / 72
- klist.exe (78c5629a999c) - ## / 75
- ktab.exe (089f82bd7d3f) - ## / 74
- lcms.dll (22a375f5f761) - ## / 75
- management.dll (28e59ce3c649) - ## / 73
- management_agent.dll (6c9e8ecf82d5) - ## / 75
- management_ext.dll (64d33f1486b4) - ## / 75
- mlib_image.dll (5003dbfdc1ff) - ## / 75
- net.dll (ed9a0e7022f2) - ## / 74
- nio.dll (c9288b22e959) - ## / 75
- prefs.dll (8dbbfc17de06) - ## / 75
- rmi.dll (cad9573d49c1) - ## / 75
- rmiregistry.exe (26dd0c2da725) - ## / 74
- splashscreen.dll (f438fc4e6ffa) - ## / 75
- sspi_bridge.dll (27cae7ca446e) - ## / 68
- sunmscapi.dll (9a0e23dd4a89) - ## / 75
- syslookup.dll (a3577bd69f13) - ## / 75
- verify.dll (a530434c6fee) - ## / 75
- w2k_lsa_auth.dll (8005b2920f6c) - ## / 74
- windowsaccessbridge-64.dll (034d5ae2373f) - ## / 75
- zip.dll (3fde6077cdb6) - ## / 75
- jvm.dll (a0ebdee468e5) - ## / 55
- tinymediamanager.5.0.13.nupkg (c3cc373967a8) - ## / 51
- tinyMediaManager-5.0.13-windows-amd64.zip (518e4ed2bec8) - ## / 53
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 |
---|---|---|---|---|
tinyMediaManager 5.0.13 | 198 | Monday, October 28, 2024 | Approved | |
tinyMediaManager 5.0.12 | 237 | Friday, October 4, 2024 | Approved | |
tinyMediaManager 5.0.11 | 246 | Saturday, September 7, 2024 | Approved | |
tinyMediaManager 5.0.10 | 167 | Wednesday, August 28, 2024 | Approved | |
tinyMediaManager 5.0.9 | 256 | Monday, July 29, 2024 | Approved | |
tinyMediaManager 5.0.8 | 141 | Saturday, July 20, 2024 | Approved | |
tinyMediaManager 5.0.7 | 243 | Saturday, June 22, 2024 | Approved | |
tinyMediaManager 5.0.6 | 15 | Friday, June 7, 2024 | Approved | |
tinyMediaManager 5.0.5 | 308 | Thursday, May 2, 2024 | Approved | |
tinyMediaManager 5.0.4 | 21 | Tuesday, April 30, 2024 | Approved | |
tinyMediaManager 5.0.3 | 343 | Saturday, March 2, 2024 | Approved | |
tinyMediaManager 5.0.2 | 230 | Friday, February 9, 2024 | Approved | |
tinyMediaManager 5.0.1.1 | 176 | Wednesday, January 31, 2024 | Approved | |
tinyMediaManager 4.3.14.20240131 | 33 | Wednesday, January 31, 2024 | Approved | |
tinyMediaManager 4.3.14 | 468 | Sunday, November 5, 2023 | Approved | |
tinyMediaManager 4.3.13 | 441 | Saturday, August 19, 2023 | Approved | |
tinyMediaManager 4.3.12 | 349 | Tuesday, July 4, 2023 | Approved | |
tinyMediaManager 4.3.11.1 | 285 | Tuesday, May 23, 2023 | Approved | |
tinyMediaManager 4.3.11 | 124 | Saturday, May 20, 2023 | Approved | |
tinyMediaManager 4.3.10 | 309 | Monday, April 10, 2023 | Approved | |
tinyMediaManager 4.3.9.1 | 264 | Wednesday, March 22, 2023 | Approved | |
tinyMediaManager 4.3.9 | 138 | Sunday, March 19, 2023 | Approved | |
tinyMediaManager 4.3.8.1 | 328 | Monday, January 16, 2023 | Approved | |
tinyMediaManager 4.3.8 | 98 | Sunday, January 15, 2023 | Approved | |
tinyMediaManager 4.3.7 | 353 | Thursday, December 1, 2022 | Approved | |
tinyMediaManager 4.3.6 | 142 | Saturday, November 26, 2022 | Approved | |
tinyMediaManager 4.3.5 | 242 | Sunday, November 6, 2022 | Approved | |
tinyMediaManager 4.3.4 | 302 | Saturday, October 8, 2022 | Approved | |
tinyMediaManager 4.3.3 | 333 | Friday, August 26, 2022 | Approved | |
tinyMediaManager 4.3.2 | 267 | Wednesday, August 3, 2022 | Approved | |
tinyMediaManager 4.3.1 | 127 | Sunday, July 31, 2022 | Approved | |
tinyMediaManager 4.3 | 104 | Friday, July 29, 2022 | Approved | |
tinyMediaManager 4.2.8 | 430 | Friday, April 15, 2022 | Approved | |
tinyMediaManager 4.2.7 | 352 | Wednesday, March 9, 2022 | Approved | |
tinyMediaManager 4.2.6 | 283 | Saturday, February 19, 2022 | Approved | |
tinyMediaManager 4.2.5.1 | 332 | Thursday, January 6, 2022 | Approved | |
tinyMediaManager 4.2.5 | 101 | Thursday, January 6, 2022 | Approved | |
tinyMediaManager 4.2.4 | 315 | Wednesday, December 8, 2021 | Approved | |
tinyMediaManager 4.2.3 | 283 | Saturday, November 13, 2021 | Approved | |
tinyMediaManager 4.2.2 | 350 | Tuesday, September 21, 2021 | Approved | |
tinyMediaManager 4.1.6 | 433 | Saturday, June 19, 2021 | Approved | |
tinyMediaManager 4.1.5.1 | 321 | Sunday, May 23, 2021 | Approved | |
tinyMediaManager 4.1.5 | 148 | Sunday, May 23, 2021 | Approved | |
tinyMediaManager 4.1.4 | 286 | Monday, May 3, 2021 | Approved | |
tinyMediaManager 4.1.3 | 344 | Friday, April 2, 2021 | Approved | |
tinyMediaManager 4.1.2 | 315 | Saturday, March 20, 2021 | Approved | |
tinyMediaManager 4.1.1 | 327 | Friday, February 26, 2021 | Approved | |
tinyMediaManager 4.1.0.1 | 227 | Sunday, February 21, 2021 | Approved | |
tinyMediaManager 4.1 | 126 | Sunday, February 21, 2021 | Approved | |
tinyMediaManager 4.0.7 | 434 | Monday, December 21, 2020 | Approved | |
tinyMediaManager 4.0.6 | 396 | Friday, November 27, 2020 | Approved | |
tinyMediaManager 4.0.5 | 346 | Monday, November 9, 2020 | Approved | |
tinyMediaManager 4.0.3 | 373 | Tuesday, October 6, 2020 | Approved | |
tinyMediaManager 4.0.2 | 162 | Wednesday, September 30, 2020 | Approved | |
tinyMediaManager 4.0.1 | 156 | Sunday, September 27, 2020 | Approved | |
tinyMediaManager 3.1.18 | 64 | Sunday, March 12, 2023 | Approved | |
tinyMediaManager 3.1.17 | 99 | Saturday, August 27, 2022 | Approved | |
tinyMediaManager 3.1.16.1 | 120 | Tuesday, September 21, 2021 | Approved | |
tinyMediaManager 3.1.15 | 106 | Saturday, June 26, 2021 | Approved | |
tinyMediaManager 3.1.14 | 148 | Saturday, April 24, 2021 | Approved | |
tinyMediaManager 3.1.12.1 | 152 | Tuesday, December 22, 2020 | Approved | |
tinyMediaManager 3.1.12 | 140 | Monday, December 21, 2020 | Approved | |
tinyMediaManager 3.1.11 | 133 | Friday, November 27, 2020 | Approved | |
tinyMediaManager 3.1.10 | 204 | Tuesday, October 6, 2020 | Approved | |
tinyMediaManager 3.1.9 | 171 | Saturday, September 19, 2020 | Approved | |
tinyMediaManager 3.1.8 | 464 | Tuesday, September 1, 2020 | Approved | |
tinyMediaManager 3.1.7 | 525 | Monday, June 29, 2020 | Approved | |
tinyMediaManager 3.1.6 | 426 | Monday, June 1, 2020 | Approved | |
tinyMediaManager 3.1.5 | 439 | Monday, April 20, 2020 | Approved | |
tinyMediaManager 3.1.4 | 341 | Thursday, April 2, 2020 | Approved | |
tinyMediaManager 3.1.3 | 399 | Sunday, February 23, 2020 | Approved | |
tinyMediaManager 3.1.2 | 331 | Tuesday, January 14, 2020 | Approved | |
tinyMediaManager 3.1.1 | 161 | Tuesday, January 14, 2020 | Approved | |
tinyMediaManager 3.1 | 162 | Monday, January 13, 2020 | Approved | |
tinyMediaManager 3.0.5 | 422 | Saturday, October 5, 2019 | Approved | |
tinyMediaManager 3.0.4 | 333 | Sunday, September 1, 2019 | Approved | |
tinyMediaManager 3.0.3 | 236 | Tuesday, August 20, 2019 | Approved | |
tinyMediaManager 3.0.2 | 306 | Wednesday, June 26, 2019 | Approved | |
tinyMediaManager 3.0.1 | 226 | Wednesday, June 12, 2019 | Approved | |
tinyMediaManager 3.0 | 266 | Saturday, June 1, 2019 | Approved | |
tinyMediaManager 2.9.17.1 | 241 | Monday, May 20, 2019 | Approved | |
tinyMediaManager 2.9.17 | 253 | Tuesday, May 14, 2019 | Approved | |
tinyMediaManager 2.9.16.20190501 | 242 | Wednesday, May 1, 2019 | Approved | |
tinyMediaManager 2.9.16 | 326 | Monday, February 18, 2019 | Approved | |
tinyMediaManager 2.9.15 | 277 | Tuesday, January 29, 2019 | Approved | |
tinyMediaManager 2.9.14 | 285 | Saturday, December 8, 2018 | Approved | |
tinyMediaManager 2.9.13 | 361 | Monday, July 23, 2018 | Approved | |
tinyMediaManager 2.9.12 | 344 | Wednesday, May 30, 2018 | Approved | |
tinyMediaManager 2.9.11 | 311 | Saturday, May 5, 2018 | Approved | |
tinyMediaManager 2.9.10 | 455 | Thursday, April 26, 2018 | Approved | |
tinyMediaManager 2.9.9.20180424 | 315 | Tuesday, April 24, 2018 | Approved | |
tinyMediaManager 2.9.9 | 305 | Tuesday, April 24, 2018 | Approved | |
tinyMediaManager 2.9.8 | 387 | Tuesday, February 27, 2018 | Approved | |
tinyMediaManager 2.9.7 | 336 | Sunday, February 11, 2018 | Approved |
© 2024 Manuel Laggner
This package has no dependencies.
Ground Rules:
- This discussion is only about tinyMediaManager and the tinyMediaManager 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 tinyMediaManager, 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.