Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Add Configuration Documentation Page #282

Merged
merged 5 commits into from
Apr 10, 2020

Conversation

mark-monteiro
Copy link
Contributor

@mark-monteiro mark-monteiro commented Mar 24, 2020

New page outlining all the back-end configuration options available to server administrators.

@PrplHaz4
Copy link
Contributor

I think the values include defaults or show what format the parameter requires (eg, how do i actually specify an FFMPEG probesize, 1M, 1000000)?

Also, more description maybe?

Probesize

Integer (in bytes)
Maximum size of the data read from input for determining the input container format before demuxing.

Analyze Duration

Integer (in microseconds)
Maximum duration of the data read from input for demuxing.  Can be set to 0 to let avformat choose using a heuristic.

@mark-monteiro
Copy link
Contributor Author

@PrplHaz4 I was too lazy to look up what the FFmpeg options actually do on my first pass :P Updated now with a link to the FFmpeg documentation site. Also good call on the default values, I've added those as well

@mark-monteiro mark-monteiro marked this pull request as ready for review April 1, 2020 21:03
@mark-monteiro mark-monteiro requested a review from a team April 5, 2020 15:34
Copy link
Member

@dkanada dkanada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This repository has a nice > NOTE markup that could probably used for every sentence that starts with the same word.

general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
general/administration/configuration.md Outdated Show resolved Hide resolved
@mark-monteiro
Copy link
Contributor Author

Applied recommended changes and added missing documentation for the HttpListenerHost:DefaultRedirectPath and InstallationManager:PluginManifestUrl settings

@dkanada dkanada merged commit 248ba95 into jellyfin-archive:master Apr 10, 2020
@mark-monteiro mark-monteiro deleted the configuration-docs branch April 10, 2020 16:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants