aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-15Add cleanup of /etc/sudoers.d/emby in preinstJoshua Boniface
2018-12-15Bump build numberJoshua Boniface
2018-12-15Remove auto deps; add libssl dep; edit maintainerJoshua Boniface
2018-12-15Merge branch 'master' into developJoshua Boniface
To include the hotfixes to master from last night.
2018-12-15Merge pull request #171 from nvllsvm/stateJoshua M. Boniface
State
2018-12-15Adapt for JellyfinAndrew Rabert
2018-12-15Partial revert of 443356fd34c7b3377c41c1029c2973e9d61e0539Andrew Rabert
2018-12-14Merge pull request #169 from joshuaboniface/ffmpeg-timeoutAndrew Rabert
Restore timeout to 60s as it breaks
2018-12-14Restore timeout to 60s as it breaksJoshua Boniface
2018-12-14Merge pull request #168 from joshuaboniface/ffmpeg-timeoutAndrew Rabert
Up the timerDuration back to 10s, 2s is too low
2018-12-14Up the timerDuration back to 10s, 2s is too lowJoshua Boniface
2018-12-14Merge pull request #167 from joshuaboniface/ffmpeg-timeoutAndrew Rabert
Lower the ffmpeg stop timeout duration
2018-12-14Lower the ffmpeg stop timeout durationJoshua Boniface
As this was, ffmpeg would continue to transcode video for timerDuration seconds after stopping playback (i.e. returning to the menu). However, this 60s timeout was a little obnoxious. Tested a 100ms timeout but this ended up causing playback to constantly terminate. 2s seems like the sweet spot where playback works normally, but terminating quickly on stop.
2018-12-14Merge pull request #166 from jellyfin/developAndrew Rabert
Develop
2018-12-14Enable self-contained binary mode (#160)Joshua M. Boniface
* Build self-contained Debian linux-x64 binary * Update initscripts to use self-contained binary The binary is declared in the units intentionally rather than using the variable extrapolation from before, to avoid confusion since these can't really be moved reasonably. * With combined binary name, use pgrep instead * Remove dotnet-runtime dependency * Move the compiled scb to usr/bin * Update binary location for upstart/systemd * Move binary path; fix pidfile handling * Entirely remove the temporary usr/ dir * Don't move the compiled binary * Create /usr/bin symlink * Use the variable here * Update architecture to any * Add libcurl4-openssl build dependency * Update the build Dockerfile to install builddeps
2018-12-14Merge pull request #163 from nvllsvm/clnpJoshua M. Boniface
cleanup
2018-12-14cleanupAndrew Rabert
2018-12-14Merge pull request #146 from joshuaboniface/debian-packagingAndrew Rabert
Add build script for Debian packages via Docker
2018-12-14Don't use errexit, explicitly exit on failuresJoshua Boniface
2018-12-14Remove errexit and cleanup on INT tooJoshua Boniface
2018-12-14Merge pull request #158 from joshuaboniface/readme-tweaksJoshua M. Boniface
Readme tweaks
2018-12-14Revamp contributing section to link to wikiJoshua Boniface
2018-12-14Merge pull request #154 from MatMaul/mediaencodingAndrew Rabert
Port MediaEncoding and Api.Playback
2018-12-14Merge pull request #159 from Bond-009/patch-1Joshua M. Boniface
Fix changing ProgramDataPath when passed as and arg
2018-12-14Fix changing ProgramDataPath when passed as and argBond-009
2018-12-14Remove contributing.md as it's in the Wiki nowJoshua Boniface
2018-12-14Add blurb about FFMPEG and UbuntuJoshua Boniface
2018-12-14Merge pull request #140 from Bond-009/skiaJoshua M. Boniface
Remove some warnings for obsolete code.
2018-12-14Add quoting and consistent variable callsJoshua Boniface
2018-12-14Address commentsBond_009
2018-12-14Port MediaEncoding and Api.Playback from ↵Mathieu Velten
10e57ce8d21b4516733894075001819f3cd6db6b
2018-12-14Merge pull request #152 from agsimmons/patch-1Anthony Lavado
Fix markdown formatting / typo
2018-12-14Fix markdown formattingAndrew Simmons
2018-12-14Major script cleanups based on feedbackJoshua Boniface
2018-12-14Merge pull request #147 from joshuaboniface/postinst-cleanupAndrew Rabert
Clean up Debian postinst script
2018-12-14Also bump Debian build versionJoshua Boniface
2018-12-13Add Debian package build script for dockerJoshua Boniface
2018-12-13Clean up /var/lib/emby after #97Joshua Boniface
2018-12-13Merge pull request #126 from BnMcG/125-dlna-brandingJoshua M. Boniface
Remove Emby branding from DLNA server
2018-12-13Merge pull request #141 from nvllsvm/droneingonAndrew Rabert
Drone CI changes
2018-12-14Rebranded XML profilesBen Magee
2018-12-13Merge pull request #97 from Bond-009/homeAndrew Rabert
Move default data folder for *nix platforms to $XDG_DATA_HOME/jellyfin
2018-12-13Remove clone depthAndrew Rabert
causing problems with revert commits
2018-12-13Recursively init submodulesAndrew Rabert
2018-12-13Remove some warningsBond_009
2018-12-13Updated strings to "Jellyfin Server"Ben Magee
2018-12-13Merge pull request #136 from BnMcG/135-gitignoreJoshua M. Boniface
Ignore debian build artifacts
2018-12-13Whitespace fixBen Magee
2018-12-13Ignore debian build artifactsBen Magee
2018-12-13Merge pull request #132 from joshuaboniface/debian-packagingVasily
Add maxcpucount to dotnet clean