Skip to content

Instantly share code, notes, and snippets.

@navels
Created November 23, 2017 18:30
Show Gist options
  • Save navels/13b904be70cb505b57789da9a18c99fb to your computer and use it in GitHub Desktop.
Save navels/13b904be70cb505b57789da9a18c99fb to your computer and use it in GitHub Desktop.
Bookmarklet to rename TV show seasons in Plex
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);}})();
Copy link

ghost commented Feb 21, 2018

Seems like this function is broken in Plex version 3.37.2/1.11.3.4803

@Forecaster
Copy link

Can confirm works in Version 1.13.2.5142 in Chrome as of right now!

@cjoneil
Copy link

cjoneil commented Jun 17, 2018

This worked for me with plex version 3.55.3. Thanks for this.

@MAXimized490
Copy link

Hey there. Does the edited Season name show for users I share my library with or is it client side?

@JacksonWrath
Copy link

Hey there. Does the edited Season name show for users I share my library with or is it client side?

I know it's like 9 months later but for future readers, this is indeed a server side edit, so it shows up for everyone.

Confirmed working in 1.17.0.1709

@Bagfil
Copy link

Bagfil commented Dec 7, 2019

Thank you so much, worked like a charm!

Confirmed working in 4.8.4(web client)/1.18.2.2058(server)

@TheDeadCPU
Copy link

Thank you for this!
Still working on plex as of version 4.34.3 web, 1.16.0.1364 server.

@DavidCroitoru
Copy link

Hello, can you please tell me how to install this?

@vodkapmp
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment