In plexinc/pms-docker, move the comskip.ini file to /config so it can be externally modified and preserved between image upgrades

Sometimes I find that punish_no_logo=0 works better for certain channels but if I go inside the docker container and update it within ‘/usr/lib/plexmediaserver/Resources/comskip.ini’ it will only persist temporarily until container gets upgraded. This config file should be in the ‘/config’ volume so it can be preserved in the external volume mount.

After reading some documentation I think I actually have this figured out. Correct me if I am wrong but I think this can be done by dropping a comskip.ini file into…

/config/Library/Application Support/Plex Media Server/DVR

If so, then this feature can probably be ignored since there is some other approach to my original problem. After reading the plex documentation on commercial skipping, I realized I can actually use my own config.ini file and not have it be wiped by docker plex image updates.