Created
November 23, 2017 18:30
-
-
Save navels/13b904be70cb505b57789da9a18c99fb to your computer and use it in GitHub Desktop.
Bookmarklet to rename TV show seasons in Plex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var inputId='plex-season-title-hack';var input=document.getElementById(inputId);if(!input){var html= '<label for="'+inputId+'">Title</label><div class="input-group"><input type="text" name="title" id="'+inputId+'"></div></div></div>';document.getElementById('lockable-summary').parentElement.insertAdjacentHTML('afterend', html);}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@DavidCroitoru it is a bookmark, you create a new bookmark in your browser and add this code as the URL.
You then click edit on a season (in the plex browser gui), then click the bookmark, then a title field shows up in the season editor.