Commit graph

1715 commits

Author SHA1 Message Date
meisnate12
6224533daf Kometa Rebrand 2024-04-22 10:20:12 -04:00
meisnate12
269fde29aa [14] change lxml tags 2024-04-08 18:50:24 -04:00
meisnate12
d29604fdec [12] Fix Defaults 2024-04-08 18:04:10 -04:00
meisnate12
8ecf8fdb8e [11] fix KeyError 2024-04-08 14:18:19 -04:00
meisnate12
fc186e4821 [10] fix unpack error 2024-04-08 10:57:38 -04:00
meisnate12
b52ee2d189 [7] Let conditional .exists work with default variables 2024-04-08 10:15:15 -04:00
meisnate12
b5e44976bd [6] Merge remote-tracking branch 'ymendel/ym/conditional-on-default' into nightly 2024-04-08 09:00:27 -04:00
meisnate12
98f2decaa8 [3] Fixes #1969 Ignore validating TPDb links 2024-04-07 21:50:32 -04:00
meisnate12
26f1cebab4 [2] Add Page Topics Options to imdb_search 2024-04-07 21:50:10 -04:00
Yossef Mendelssohn
33be6976e1 a little consolidation/cleanup 2024-04-04 21:46:21 -04:00
Yossef Mendelssohn
66cfcb53d7 let conditional .not work on default vars
Instead of needing the variable value to be directly declared, it could
be one of the default values.
2024-04-04 13:07:53 -04:00
meisnate12
10df95d255 [1] Fixes #1965 download_url_assets was causing url_background to upload as a poster 2024-04-04 10:26:39 -04:00
meisnate12
92fcd29415 [59] fix tvdb_genre filter 2024-04-03 10:49:18 -04:00
meisnate12
14abfe2806 [58] fix tvdb_show_details summary 2024-04-03 09:13:28 -04:00
meisnate12
265c2b8294 [57] TVDb Filters 2024-04-03 08:45:43 -04:00
meisnate12
d27d466b3a [55] allow backdrop overlays when using align 2024-04-02 15:25:41 -04:00
meisnate12
5d9d33911a [54] fix episode cache again 2024-04-02 11:15:38 -04:00
meisnate12
7f845a822c [53] fix episode cache 2024-04-02 11:00:12 -04:00
meisnate12
7798cc2af0 [52] add tmdb episode cache 2024-04-02 10:56:47 -04:00
meisnate12
7ec1f78161 [51] fix episode rating overlays 2024-03-28 16:45:55 -04:00
meisnate12
e730222921 [48] remove check_nightly 2024-03-28 09:08:28 -04:00
meisnate12
34ce51631b [47] Add new Overlay special text options 2024-03-27 09:33:38 -04:00
meisnate12
5cd1635afc [46] TPDb Rate Limit 2024-03-27 08:47:19 -04:00
Yossef Mendelssohn
7e43dc1d74 fix a syntax error 2024-03-26 12:51:10 -04:00
meisnate12
e978024b26 [45] small fix 2024-03-26 12:31:43 -04:00
meisnate12
b4cd72606a [44] Merge remote-tracking branch 'jz1/nightly' into nightly 2024-03-26 12:31:01 -04:00
meisnate12
c1087db2c2 [44] Merge remote-tracking branch 'ymendel/ym/add-mapping-sort' into nightly 2024-03-26 12:28:53 -04:00
meisnate12
dbb063a0d1 [44] Merge remote-tracking branch 'yozora/metadatabackupfix' into nightly 2024-03-26 12:24:02 -04:00
meisnate12
f5ba6f5aad [44] Merge remote-tracking branch 'jz1/regextagattributefixandlanguage' into nightly 2024-03-26 12:23:53 -04:00
meisnate12
f5c5aa345d [44] Merge remote-tracking branch 'yozora/docfixes' into nightly 2024-03-26 12:18:29 -04:00
meisnate12
3af4af8f5a [44] update advance preferences 2024-03-26 12:15:46 -04:00
jz1
efbe9a4e0f
Reduces unnecery searches with language filters
languageCode is not being used, since it checks for the full name language only when it creates a filter. Hence it's now removed to reduce searches.
2024-03-23 10:30:48 +01:00
jz1
77960b4f9e
Fix for regex filter tag attribute
Creates now the correct filter with regex, by using the correct language annotation.
2024-03-23 10:27:56 +01:00
Yozora XCII
f6d7462ae4 Fixes #1939 2024-03-22 20:40:32 +00:00
meisnate12
203e085037 [44] add more logging to imdb search 2024-03-21 18:26:56 -04:00
Yossef Mendelssohn
aca30dadea don't process sort_name or sort_mapping repeatedly
Once they're set, they should be left alone.

Maybe doing this in one loop isn't the clearest way to do it.
2024-03-20 16:38:15 -04:00
Yossef Mendelssohn
68a7aa616d add mapping_sort variable, like collection_sort
Simply doing the same thing with `move_prefix`, but on the mapping name.
2024-03-20 15:29:52 -04:00
jz1
dc19fd29a9
Fix double :: 2024-03-20 18:48:08 +01:00
jz1
4eff61502f
Fix for regex filter when language is unknown
Fix for when with the regex filter, the language is unknown.
It will check now first if its a string.
2024-03-20 18:35:56 +01:00
meisnate12
a92ee5de67 [43] fix cache table 2024-03-20 13:24:22 -04:00
meisnate12
ce4c77c834 [42] fix #1924 tmdb season naming issue 2024-03-20 11:35:15 -04:00
meisnate12
9c06105b79 [41] fix #1923 fix omdb mass rating update 2024-03-20 11:34:32 -04:00
meisnate12
1abb389c9d [40] move hash to different repo 2024-03-19 16:49:02 -04:00
meisnate12
aa474e62b1 [39] other small fixes 2024-03-19 16:31:25 -04:00
Yozora XCII
b4eb7791fd update IMDb Hash 2024-03-18 14:20:55 +00:00
meisnate12
c3c22bd789 [38] Fixed metadata backup issue where Artist, Album, and Track ratings were not being backed up 2024-03-06 17:04:30 -05:00
meisnate12
39c7975fe1 [37] fixed #1903 episode and mapper operations 2024-03-06 14:31:50 -05:00
meisnate12
029fa3cd93 [36] Fix #1902 mass_genre_update wasnt working correctly 2024-03-06 11:55:54 -05:00
meisnate12
4c902f929c [35] remove flixpatrol 2024-03-06 11:31:44 -05:00
meisnate12
1fa23ab411 [34] Merge branch 'refs/heads/FestiveKyle/plex-overide-verify-ssl' into nightly 2024-03-06 08:53:24 -05:00