From 2f23862d22986facee3059b1cb5c56675a433137 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:04:15 +0200 Subject: [PATCH] adapted to regex --- config.yaml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/config.yaml b/config.yaml index c577fe8..d12ba60 100644 --- a/config.yaml +++ b/config.yaml @@ -22,7 +22,7 @@ copy_rules: - sources: - './seasonals' - - './ui' + - './featured' - './pictures' - source: './img/background.png' @@ -35,7 +35,7 @@ copy_rules: # Modifikationsregeln modification_rules: - - file_pattern: 'session-login-index-html..*.chunk.js' + - file_pattern: 'session-login-index-html\.[0-9a-z]+\.chunk\.js$' insert_rules: - after_text: '
' insert_text: '' @@ -48,7 +48,7 @@ modification_rules: insert_text: '
' # Page title and requests tab - - before_text: '' + - before_text: 're:' insert_text: > @@ -59,8 +59,7 @@ modification_rules: new_text: 'SpaceCloud - Cinema' # Instancename, Jellyseer I-Frame - #- file_pattern: 'main.jellyfin.bundle.js' # would also match 'home-html.123456.chunk.js.LICENSE.txt' - - file_pattern: '^main.jellyfin.bundle.js$' #file_pattern: '^main\.jellyfin\.bundle\.js$' + - file_pattern: '^main\.jellyfin\.bundle\.js$' #file_pattern: '^main\.jellyfin\.bundle\.js$' replace_rules: # Set limit on how many days items should be in the next up section (last number) - old_text: 'this.set("maxDaysForNextUp",e.toString(),!1);var t=parseInt(this.get("maxDaysForNextUp",!1),10);return 0===t?0:t||365}}' @@ -72,12 +71,12 @@ modification_rules: - - file_pattern: 'home-html..*.chunk.js' + - file_pattern: 'home-html\.[0-9a-z]+\.chunk\.js$' insert_rules: # featured iframe and requests iframe style - after_text: 'data-backdroptype="movie,series,book">' insert_text: > - + # request tab on main page