-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config patch ignored {'postprocessing' .... #7525
Comments
I am not sure if I need to open a new issue or not but it seemed related to the same This warning comes when saving the General Settings page:
|
That's a separate issue. But we'll pick it up anyway. Tnx. |
Same as #7495 |
Same for me :
|
A warning is generated whenever I make any changes to and save the Post Processing Settings page
Warning Message:
2019-12-25 00:29:50 WARNING Thread-25 :: [d0c136d] Config patch ignored {'postprocessing': {'allowedExtensions': ['srt', 'nfo', 'sub', 'idx'], 'unpack': False, 'deleteRarContent': False, 'syncFiles': ['!sync', 'lftp-pget-status', 'part', 'bts', '!qb', '!qB'], 'postponeIfNoSubs': False, 'airdateEpisodes': True, 'addShowsWithoutDir': False, 'nfoRename': True, 'createMissingShowDirs': True, 'extraScripts': [], 'reflinkAvailable': False, 'multiEpStrings': {'4': 'Duplicate', '16': 'Repeat (Separated)', '2': 'Extend', '8': 'Extend (Limited)', '64': 'Extend (Limited, e-prefixed)', '1': 'Repeat', '32': 'Extend (Limited, E-prefixed)'}, 'showDownloadDir': '/download', 'autoPostprocessorFrequency': 10, 'moveAssociatedFiles': True, 'processMethod': 'move', 'extraScriptsUrl': 'https://github.com/pymedusa/Medusa/wiki/Post-Processing#extra-scripts', 'postponeIfSyncFiles': True, 'naming': {'animeMultiEp': 1, 'stripYear': False, 'pattern': 'Season %S/%Sx%0E - %EN', 'patternAirByDate': '%SN - %A.D - %EN', 'patternAnime': 'Season %0S/%SN - S%0SE%0E - %EN', 'enableCustomNamingAnime': False, 'patternSports': '%SN - %A-D - %EN', 'animeNamingType': 3, 'enableCustomNamingSports': False, 'multiEp': 1, 'enableCustomNamingAirByDate': False}, 'fileTimestampTimezone': 'network', 'noDelete': False, 'renameEpisodes': True, 'processAutomatically': True}}
I don't know much about the inner workings of Medusa but analyzing that warning message's output the only thing that stands out to me is that All the values of the "Multi-Episode Style" drop down (multiEpStrings) are getting included there regardless of what I choose there and thats the only option that does not stick after a save.
The text was updated successfully, but these errors were encountered: