Downloads:
1,541
Downloads of v 3.0.0:
47
Last Update:
26 Sep 2024
Package Maintainer(s):
Software Author(s):
- Mikael Aspehed
Tags:
webtools unsupported appstore uas plex admin- Software Specific:
- Software Site
- Software Source
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Unsupported AppStore for Plex
- 1
- 2
- 3
3.0.0 | Updated: 26 Sep 2024
- Software Specific:
- Software Site
- Software Source
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,541
Downloads of v 3.0.0:
47
Maintainer(s):
Software Author(s):
- Mikael Aspehed
Unsupported AppStore for Plex 3.0.0
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Mikael Aspehed. The inclusion of Mikael Aspehed trademark(s), if any, upon this webpage is solely to identify Mikael Aspehed goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Unsupported AppStore for Plex, run the following command from the command line or from PowerShell:
To upgrade Unsupported AppStore for Plex, run the following command from the command line or from PowerShell:
To uninstall Unsupported AppStore for Plex, 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 uas-plex --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 uas-plex -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 uas-plex -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 uas-plex
win_chocolatey:
name: uas-plex
version: '3.0.0'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'uas-plex' do
action :install
source 'INTERNAL REPO URL'
version '3.0.0'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller uas-plex
{
Name = "uas-plex"
Version = "3.0.0"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'uas-plex':
ensure => '3.0.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 mkevenaar on 26 Sep 2024.
Unsupported AppStore for Plex
WebTools is a collection of utilities to help with the management of your Plex Server.
This plugin is not limited to the usual channel interface. Instead, it utilizes a built-in webserver to display a responsive web interface which also works on mobile devices, allowing you to manage your Plex Server from any device.
This tool was created by Dagalufh (Frontend) and Dane22 (Backend) with the beta testing from:
- OttoKerner
- sa2000
- trumpy81
- Xandi92
- chuckpa
Currently the tools available are:
Logviewer
This tool allows for easy viewing of logs related to Plex and it's plugins via an easy to use web interface. It also gives you the ability to download all of the logs in a .zip file to easily send to a developer of a specific plugin.
(This includes logs of 3rd party plugins, contrary to the Log download button in Plex Web.)
Subtitle Management
The purpose of this tool is to give the user a way to manage subtitles that are not embedded.
Current features:
- View the content of a subtitle file for easier identification.
- Highlights the subtitle that is selected as active in Plex for a specific Movie or Episode
- Removal of one or more subtitles. Usage is on your own risk as this will delete files on your hard drive.
Unsupported AppStore
This tool was originally created by mikedm139 and was one of the most popular plugins in the Plex universe. Now, this is included in WebTools 2.0, giving it an easy to use web interface that allows for quick installation/removal/update of plugins.
FindMedia
This tool will quickly search a library, and then compare the items in the Plex database to the actually accessible media files on disk. It will then list all missing items from either the Plex Media Server database, or from your file system. This tool combines the outcome from the 3rd party plugins "Find-Missing" and "Find-Unmatched".
Find-Unmatched is due to that discontinued, and removed from UAS.
choco://uas-plex
To use choco:// protocol URLs, install (unofficial) choco:// Protocol support
Package-specific issue
If this package isn't up-to-date for some days, Create an issue
$packageName = 'uas-plex'
$BundleName = 'WebTools.bundle'
$LocalAppDataPath = Get-ItemProperty -path "registry::hkey_current_user\software\Plex, Inc.\Plex Media Server" | select-object -expandproperty LocalAppDataPath
if ($null -eq $LocalAppDataPath) {
Write-Information "Plex Media Server has not been configured yet!" -ForegroundColor red -BackgroundColor blue
$LocalAppDataPath = "$env:LOCALAPPDATA\Plex"
}
$UnZipDir = Join-Path -Path $LocalAppDataPath -ChildPath "Plex Media Server\Plug-ins"
$strFileName="$LocalAppDataPath\Plex Media Server\Plug-ins\$BundleName.old"
If (Test-Path $strFileName){
Write-Information "Removing previous .old version."
Remove-Item "$UnZipDir\$BundleName.old" -recurse
}Else{
Write-Information ".old version does not exist."
}
$strFileName="$LocalAppDataPath\Plex Media Server\Plug-ins\$BundleName"
If (Test-Path $strFileName){
Write-Information "Removing $packageName"
Remove-Item "$UnZipDir\$BundleName" -recurse
}Else{
Write-Information "ERROR: No previous version exists."
}
Write-Information "You can ignore Only an exit code of non-zero will fail... messages."
Log in or click on link to see number of positives.
- WebTools.bundle.zip (5223623e85b6) - ## / 66
- uas-plex.3.0.0.nupkg (6f1b39eeb0cf) - ## / 66
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 |
---|---|---|---|---|
Unsupported AppStore for Plex 3.0.0 | 47 | Thursday, September 26, 2024 | Approved | |
Unsupported AppStore for Plex 2.4.1 | 982 | Thursday, April 27, 2017 | Approved | |
Unsupported AppStore for Plex 2.3 | 512 | Sunday, November 6, 2016 | Approved |
Ground Rules:
- This discussion is only about Unsupported AppStore for Plex and the Unsupported AppStore for Plex 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 Unsupported AppStore for Plex, 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.