
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
A script to help automatically generate Plex Meta Manager configuration files for your libraries
A python application to automatically generate Plex Meta Manager configuration files based on your plex libraries.
Library types supported:
pip install pmm-cfg-gen
Usage:
usage: pmm-cfg-gen [-h] [--plex.serverUrl PLEX.SERVERURL] [--plex.token PLEX.TOKEN] [--plex.lbraries [PLEX.LBRARIES ...]] [--output.path OUTPUT.PATH] [--output.overwrite OUTPUT.OVERWRITE]
[--theMovieDatabase.apiKey THEMOVIEDATABASE.APIKEY] [--thePosterDatabase.enablePro] [--pmm.deltaOnly] [--logLevel {INFO,WARN,DEBUG,CRITICAL}]
options:
-h, --help show this help message and exit
--plex.serverUrl PLEX.SERVERURL
Plex Server fully qualifed URL
--plex.token PLEX.TOKEN
Authentication Token (not claim token) for the plex server
--plex.lbraries [PLEX.LBRARIES ...]
Comma delimited list of libraries to process
--output.path OUTPUT.PATH
Root path to store generated files (default: ./data)
--output.overwrite OUTPUT.OVERWRITE
Overwrite existing files (default: False)
--theMovieDatabase.apiKey THEMOVIEDATABASE.APIKEY
The Movie Database API Key
--thePosterDatabase.enablePro
Enable Pro features for The Poster Database (requires you to be able to login to the site)
--pmm.deltaOnly Only generate files for items that do not already exist in current PMM configs
--logLevel {INFO,WARN,DEBUG,CRITICAL}
Logging Level (default: INFO)
All of the configuration can be stored in a config.yaml
file that uses the following format (with the exception of logLevel).
config.yaml:
plex:
serverUrl: <plex server url>
token: <plex token>
libraries:
- { name: "TV Shows", path: "tv", pmm_path: "/pmm_config/tv" }
- { name: "Movies", path: "movies" }
plexMetaManager:
cacheExistingFiles: true
theMovieDatabase:
apiKey: <tmdb api key>
output:
path: <path to store generated output>
Notes:
Example:
plex:
serverUrl: ${PLEX_SERVER:-https://plex:32400}
token: ${PLEX_TOKEN}
FAQs
A script to help automatically generate Plex Meta Manager configuration files for your libraries
We found that pmm-cfg-gen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.