diff --git a/config-Jellyfin-example.yaml b/config-Jellyfin-example.yaml index b38ee7c..b230365 100644 --- a/config-Jellyfin-example.yaml +++ b/config-Jellyfin-example.yaml @@ -27,7 +27,7 @@ copy_rules: - sources: - - './seasonals' # add seasonals files from https://github.com/CodeDevMLH/Jellyfin-Seasonals/tree/main/seasonals + #- './seasonals' # add seasonals files from https://github.com/CodeDevMLH/Jellyfin-Seasonals/tree/main/seasonals --> now available as plugin! - './featured' # add featured iframe files (only spotlight.html, script.js and styles.css are needed) from https://github.com/CodeDevMLH/Jellyfin-Featured-Content-Bar - './pictures' # add pictures for eg. background on login page for futher use with 'custom css' function in jellyfin @@ -45,26 +45,14 @@ modification_rules: - after_text: '
' insert_text: '' - # Instancename, Seasonals, Jellyseer I-Frame + # Jellyseer Tab Button - file_pattern: 'index.html' insert_rules: - # add needed seasonals modifications from https://github.com/CodeDevMLH/Jellyfin-Seasonals - - before_text: '' - insert_text: '
' - - # Page title and requests tab + # IMPORTANT: replace 'Request' with your own request tab name (the name how the Jellyseer tab shuold be named, line 55) + # requests tab - before_text: 're:' # using regex to match the hash - # IMPORTANT: replace 'Your Title' with your own title (first row of insert text, line 60) - # IMPORTANT: replace 'Request' with your own request tab name (the name how the Jellyseer tab shuold be named, second row, line 61) - # Hint: If you don't want to add the requests tab, just remove the second row of insert_text (line 61) and the corresponding replace_rule (lines 88 and 90-93) insert_text: > - - - replace_rules: - # Page title - replace 'Your Title' with your own title - - old_text: 'Jellyfin' - new_text: 'Your Title' # Set default values for 'Next Up' days and user page size - file_pattern: '^main.jellyfin.bundle.js$' #file_pattern: '^main\.jellyfin\.bundle\.js$' @@ -81,13 +69,13 @@ modification_rules: - file_pattern: 'home-html\.[0-9a-z]+\.chunk\.js$' insert_rules: # featured iframe and requests iframe style from https://github.com/CodeDevMLH/Jellyfin-Featured-Content-Bar - # IMPORTANT: remove line 88 if you don't want to add the requests tab + # IMPORTANT: remove line 76 if you don't want to add the requests tab - after_text: 'data-backdroptype="movie,series,book">' insert_text: > # request tab on main page (embedded iframe of your Jellyseer (Overseerr) instance) - # change 'jellyseerr.yourDomainHere.com' to the URL of your Jellyseer (Overseerr) instance in line 93 + # change 'jellyseerr.yourDomainHere.com' to the URL of your Jellyseer (Overseerr) instance in line 81 - after_text: 'id="favoritesTab" data-index="1">
' insert_text: '
'