git clone https://gist.github.com/ishu3101/6fb35afd237e42ef25f9
mv 6fb35afd237e42ef25f9 ConvertTo-Markdown
cd ConvertTo-Markdown
| #!/usr/bin/env bash | |
| ################################################################################ | |
| # # | |
| # macOS Preferences Defaults # | |
| # By Mat Emerson # | |
| # # | |
| ################################################################################ | |
| # # | |
| # Some macOS defaults I set on any new system/VM that I have to use. # |
| MIT License | |
| Copyright 2022 Mathew Emerson | |
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software | |
| and associated documentation files (the "Software"), to deal in the Software without restriction, | |
| including without limitation the rights to use, copy, modify, merge, publish, distribute, | |
| sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| #!/usr/bin/env python3 | |
| # Small script that adds spoiler tags to existing unwatched TV shows | |
| # Relies on: | |
| # https://github.com/pkkid/python-plexapi | |
| # https://gist.github.com/JonnyWong16/ea8f51f674fdb4ebf4e47e53cd1a10e5 | |
| # Imports | |
| import os | |
| from plexapi.server import PlexServer |