diff --git a/README.md b/README.md index 0bd5710..7e1693b 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ This is just a guide for various modifications and dumping ground for jellyfin m * [Adding your logo at the top of the login page](#adding-your-logo-at-the-top-of-the-login-page) * [add a link to get more avatars on the profile page](#add-a-link-to-get-more-avatars-on-the-profile-page) * [Trailers tab to Requests tab](#trailers-tab-to-requests-tab) + * [Upcoming tab to Requests tab](#upcoming-tab-to-requests-tab) * [Add custom link to side bar](#add-custom-link-to-side-bar) * [Seasonal Animations](#seasonal-animations) * [Hide Scrollbar in older microsoft edge (xbox clients)](#hide-scrollbar-in-older-microsoft-edge-xbox-clients) @@ -374,6 +375,38 @@ replace it with this (replace the obvious part inside the string too) +--- + +## Upcoming tab to Requests tab + +This is basically the same mod as replacing the trailers tab above, but for replacing the upcoming tab in tv show libraries + +the first file + + sudo nano shows-tvrecommended.xxxxxxxxxxxxxx.chunk.js + +find the string + + {name:h.ZP.translate("Upcoming")} + +replace it with + + {name:h.ZP.translate("Requests")} + +the second file (a little bit more complex) + + sudo nano shows-tvrecommended-html.xxxxxxxxxxxxxxxxxx.chunk.js + +find the string + +