-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
My current priorities and open projects:
- Implement a codec downloader/updater. This will ensure maximum playback availability in the case of internet or plex.tv server unavailability. Codecs are otherwise downloaded on the fly as encountered/needed by the PMS, and this will allow the PMS to have higher availability during outages or intentional offline modes. This also addresses the rare need for deleting the codecs folder contents so that PMS can download newer versions when it has issues. Currently there are 284 codecs that will download for my Plex server
STATUS: Partially completed assyno.plexcodecpreloader.sh
. Hooks still need to be made into the update script so that this is automatically performed for each update to the PMS. Codec versioning matches PMS versioning, and they need to be updated together if they cannot be updated on-the-fly - Implement PMS version rollback based on local archive
STATUS: Work in progress - Simplify internal code techniques and documentation
STATUS: Always ongoing - Create output and debug logs
STATUS: Completed..log
and.debug
files will automatically be created in the script directory
As always, I welcome any thoughts or ideas...