Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove Binary Blobs from Repository #2

@dcrdev

Description

@dcrdev

Goals:

  1. Remove third party binary blobs from this repository.
  2. Remove Emby LLC proprietary binary blobs from this repository.

Implementation:

  1. Where possible obtain these from NuGet.

2a) Replace these with dummy libraries, just throw not implemented. This will allow the new 'EmbyServer' implementation to build unencumbered.
2b) Within the new EmbyServer implementation add a method that checks whether the assembly properties contain the word 'Dummy', if they do then download those binaries from upstream and replace them before sigterm'ing the process and starting it back up.
2c) Not sure how friendly this is to the GPL... might implement passing a parameter containing the upstream repository url and handle the passing of that in packaging which would be done in a separate repo under a seperate license.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions