mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-02 22:57:43 -05:00
Custom Post Processing Scripts documentation problems #589
Labels
No labels
1%
blocked-by: skyhook
bug
connection
discussion
docs
download-client
enhancement
external-bug
indexer
missing-description
mono-bug
naming
needs-to-be-tested
needs-triage
one-day-maybe
parsing
platform: linux
platform: macos
platform: windows
priority:high
priority:low
priority:medium
priority:medium
proposal
skyhook/services
suboptimal
support
task
ui-only
up-for-grabs
v3
v4
waiting-for-contributor
waiting-for-info
wip
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Sonarr#589
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @djurodrljaca on GitHub (Oct 24, 2015).
This page needs to be updated: https://github.com/Sonarr/Sonarr/wiki/Custom-Post-Processing-Scripts
There are a few issues with it:
The separator was changed from a dot to an underscore character in one of the last releases.
The env. var. names are converted to lowercase when the process is started. This happens because StringDictionary is used and according to its documentation:
The key is handled in a case-insensitive manner; it is translated to lowercase before it is added to the string dictionary.
https://msdn.microsoft.com/en-us/library/system.collections.specialized.stringdictionary.add%28v=vs.110%29.aspx
@markus101 commented on GitHub (Oct 25, 2015):
Its a wiki and can be updated by anyone.