aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-06Merge pull request #460 from nvllsvm/remove_depAndrew Rabert
Remove deprecation warning from Docker
2019-01-06Remove deprecation warning from DockerAndrew Rabert
2019-01-06Merge pull request #435 from Bond-009/ffmpeglogsAnthony Lavado
Reduce log spam from ffmpeg info
2019-01-06Merge pull request #382 from EraYaN/add-editorconfig-codestyleAnthony Lavado
Codestyle EditorConfig file added.
2019-01-06Merge pull request #447 from joshuaboniface/update-readmeAnthony Lavado
Update readme to use readthedocs and clean up
2019-01-06Update readme to use readthedocs and clean upJoshua Boniface
1. Replace all Wiki references to Readthedocs.io references 2. Clean up the layout a bit, remove some redundant bits and make "about" bits consistent between Docs and README
2019-01-06Merge pull request #457 from joshuaboniface/debian-packagingVasily
Hotfix to postinst to correct permissions
2019-01-06Merge pull request #450 from Bond-009/configJoshua M. Boniface
BaseApplicationPaths set up default config and log dir paths
2019-01-06Hotfix to postinst to correct permissionsJoshua Boniface
Without this, if not importing a previous config, the perms are broken on the config directories. Fixes this.
2019-01-06Merge pull request #440 from joshuaboniface/debian-packagingJoshua M. Boniface
Debian packaging for 10.0.0
2019-01-06Tweakes based on review feedbackJoshua Boniface
2019-01-06Merge pull request #430 from hawken93/devJoshua M. Boniface
Stop including .git in dpkg source tarball
2019-01-06Merge pull request #365 from Bond-009/powerAnthony Lavado
Remove unused PowerManagement
2019-01-06BaseApplicationPaths set up default config and log dir pathsBond_009
2019-01-06Stop including .git in dpkg source tarballhawken
2019-01-06Remove unused PowerManagementBond_009
It isn't up to the application to prevent the system from going to sleep
2019-01-06Merge pull request #307 from drmrbg/fix-chromecastVasily
Fix transcoding of AAC from 5.1 to stereo to support Chromecast
2019-01-06Merge pull request #444 from joshuaboniface/version-bumpAnthony Lavado
Update shared version to 10.0.0
2019-01-05Update logging for async mode from #438Joshua Boniface
2019-01-05Merge pull request #438 from Bond-009/logasyncJoshua M. Boniface
Improve logging performance
2019-01-05Update shared version to 10.0.0Joshua Boniface
2019-01-05Add updated configurations for log and config dirJoshua Boniface
1. Add log and config flags to init and config 2. Move the existing logs and config dirs to the right places 3. Some cleanups in the control scripts 4. Prune the changelog of pre-Jellyfin entries
2019-01-05Add several more debuild artificats to gitignoreJoshua Boniface
2019-01-05Add VCS entries to control fileJoshua Boniface
2019-01-05Bump version to 10.0.0Joshua Boniface
2019-01-05Merge pull request #441 from joshuaboniface/hotfix-clientcapabilities-errorAndrew Rabert
Readd System import to correct Array failure
2019-01-05Readd System import to correct Array failureJoshua Boniface
2019-01-05Merge pull request #428 from Bond-009/configJoshua M. Boniface
Make config path configurable
2019-01-05Change "who is EmbyServer?" and other udp responders to jellyfin ↵Ben Fayers
alternatives. (#400) * replace emby server udp responders with Jellyfin responders * remove unnecessary second udp responder * readdemby listener * use false instead of true dunni why but it was like that sooo
2019-01-06Merge pull request #409 from Bond-009/fix254Vasily
[Fix #254] Fix nullrefexception in SubtitleEncoder
2019-01-06Merge pull request #390 from Bond-009/loggingVasily
Remove remaining part of old logging code
2019-01-05Merge pull request #383 from Bond-009/unusedAnthony Lavado
Remove firebase and empty resource config file
2019-01-05Merge pull request #436 from cvium/remove_weird_admin_codeJoshua M. Boniface
Remove RegisterServerWithAdministratorAccess
2019-01-05Improve logging performanceBond_009
Perform logging to file on a background thread. This means logging won't be bottlenecked by IO.
2019-01-05Merge pull request #434 from nvllsvm/speed_ciJoshua M. Boniface
Speed up CI
2019-01-05Remove RegisterServerWithAdministratorAccesscvium
2019-01-05Reduce log spam from ffmpeg infoBond_009
2019-01-05Speed up CIAndrew Rabert
2019-01-05Add env vars JELLYFIN_CONFIG_DIR and JELLYFIN_DATA_PATHBond_009
2019-01-05Use -logdir if env var isn't setBond_009
2019-01-05Merge pull request #427 from nvllsvm/fix_buildJoshua M. Boniface
Remove taglib-sharp build from solution
2019-01-05Make config path configurableBond_009
2019-01-05Remove taglib-sharp build from solutionAndrew Rabert
Breaks everything by having it, doesn't seem to break anything by removing it.
2019-01-05Added some generic editorconfig rules.Erwin de Haan
2019-01-05Added .NET base .editorconfig file.Erwin de Haan
Changed UTF-8-BOM to UTF-8 from defaults.
2019-01-04Merge pull request #392 from LeoVerto/dockerignoreAndrew Rabert
Add Markdown and Docker files to .dockerignore
2019-01-04Merge pull request #411 from bfayers/docker-ffmpeg403Andrew Rabert
Change Dockerfile to use ffmpeg 4.0.3 rather than a distro one.
2019-01-05Merge pull request #407 from EraYaN/stop-version-addins-on-solutionAnthony Lavado
Stop version addins on solution from messing with the AssemblyVersions
2019-01-05helps if the arg is within that bit of the dockerfilebfayers
2019-01-05clean up how extracting tar is done; just put it in /usr/bin instead of ↵bfayers
symlinks; remove xz-utils after (cleaning up space); all at request of nvllsvm