Andrew Rabert
12112ea25d
Remove more news
2019-01-06 17:52:51 -05:00
Andrew Rabert
5af4d4d071
Merge pull request #460 from nvllsvm/remove_dep
...
Remove deprecation warning from Docker
2019-01-06 17:48:44 -05:00
Andrew Rabert
e60dc805d6
Remove deprecation warning from Docker
2019-01-06 17:45:50 -05:00
Anthony Lavado
0a715f9196
Merge pull request #435 from Bond-009/ffmpeglogs
...
Reduce log spam from ffmpeg info
2019-01-06 16:59:37 -05:00
Anthony Lavado
72798ebd0c
Merge pull request #382 from EraYaN/add-editorconfig-codestyle
...
Codestyle EditorConfig file added.
2019-01-06 16:44:54 -05:00
Anthony Lavado
b48ed8faf4
Merge pull request #447 from joshuaboniface/update-readme
...
Update readme to use readthedocs and clean up
2019-01-06 21:14:06 +00:00
Joshua Boniface
e93896f7a4
Update readme to use readthedocs and clean up
...
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-06 16:10:41 -05:00
Vasily
21ac54fde9
Merge pull request #457 from joshuaboniface/debian-packaging
...
Hotfix to postinst to correct permissions
2019-01-06 23:42:14 +03:00
Joshua M. Boniface
423ad4a20b
Merge pull request #450 from Bond-009/config
...
BaseApplicationPaths set up default config and log dir paths
2019-01-06 15:26:01 -05:00
Joshua Boniface
7bee88280c
Hotfix to postinst to correct permissions
...
Without this, if not importing a previous config, the perms are
broken on the config directories. Fixes this.
2019-01-06 15:13:35 -05:00
Bond_009
73fd0cd8c6
SubtitleEncoder: stop using tuples for clarity
...
* Replace Tuples with a ValueTuple or a struct
2019-01-06 21:02:25 +01:00
Joshua M. Boniface
1273da5af9
Merge pull request #440 from joshuaboniface/debian-packaging
...
Debian packaging for 10.0.0
2019-01-06 14:58:17 -05:00
Joshua Boniface
d4182e761c
Tweakes based on review feedback
2019-01-06 14:55:24 -05:00
Joshua M. Boniface
a827dcaced
Merge pull request #430 from hawken93/dev
...
Stop including .git in dpkg source tarball
2019-01-06 14:46:15 -05:00
Anthony Lavado
e9b44a3d6e
Merge pull request #365 from Bond-009/power
...
Remove unused PowerManagement
2019-01-06 16:17:33 +00:00
Bond_009
5623d4b632
BaseApplicationPaths set up default config and log dir paths
2019-01-06 13:53:35 +01:00
hawken
ec2d3ef603
Stop including .git in dpkg source tarball
2019-01-06 12:15:13 +00:00
Bond_009
c07d5a6963
Remove unused PowerManagement
...
It isn't up to the application to prevent the system from going to sleep
2019-01-06 12:55:48 +01:00
Vasily
b27315bc08
Merge pull request #307 from drmrbg/fix-chromecast
...
Fix transcoding of AAC from 5.1 to stereo to support Chromecast
2019-01-06 14:11:09 +03:00
Anthony Lavado
e5a97f1df2
Merge pull request #444 from joshuaboniface/version-bump
...
Update shared version to 10.0.0
2019-01-06 05:02:54 +00:00
Joshua Boniface
4e8149bc86
Update logging for async mode from #438
2019-01-05 23:42:00 -05:00
Joshua M. Boniface
a74996f06b
Merge pull request #438 from Bond-009/logasync
...
Improve logging performance
2019-01-05 23:39:02 -05:00
Joshua Boniface
37b19cb386
Update shared version to 10.0.0
2019-01-05 22:44:29 -05:00
Joshua Boniface
177c4835a5
Add updated configurations for log and config dir
...
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-05 22:31:22 -05:00
Joshua Boniface
3f65cb4f48
Add several more debuild artificats to gitignore
2019-01-05 20:30:58 -05:00
Joshua Boniface
263274e1ae
Add VCS entries to control file
2019-01-05 20:30:58 -05:00
Joshua Boniface
56f9572b03
Bump version to 10.0.0
2019-01-05 20:30:58 -05:00
Andrew Rabert
16d99bdb43
Merge pull request #441 from joshuaboniface/hotfix-clientcapabilities-error
...
Readd System import to correct Array failure
2019-01-05 20:26:49 -05:00
Joshua Boniface
1ccc0131a5
Readd System import to correct Array failure
2019-01-05 20:21:22 -05:00
Joshua M. Boniface
7630e58218
Merge pull request #428 from Bond-009/config
...
Make config path configurable
2019-01-05 20:10:16 -05:00
Ben Fayers
b39585cbf6
Change "who is EmbyServer?" and other udp responders to jellyfin 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-05 19:21:20 -05:00
Vasily
73c6a3f29a
Merge pull request #409 from Bond-009/fix254
...
[Fix #254 ] Fix nullrefexception in SubtitleEncoder
2019-01-06 03:09:12 +03:00
Vasily
d5d9dfd8e6
Merge pull request #390 from Bond-009/logging
...
Remove remaining part of old logging code
2019-01-06 02:48:16 +03:00
Anthony Lavado
f2fedb9f34
Merge pull request #383 from Bond-009/unused
...
Remove firebase and empty resource config file
2019-01-05 23:06:08 +00:00
Joshua M. Boniface
af6c4279ee
Merge pull request #436 from cvium/remove_weird_admin_code
...
Remove RegisterServerWithAdministratorAccess
2019-01-05 17:09:48 -05:00
Bond_009
7af3754a11
Improve logging performance
...
Perform logging to file on a background thread.
This means logging won't be bottlenecked by IO.
2019-01-05 23:08:22 +01:00
cvium
bb879fff33
Remove AutoRunAtStartup
2019-01-05 23:07:06 +01:00
Joshua M. Boniface
c5eb782c7b
Merge pull request #434 from nvllsvm/speed_ci
...
Speed up CI
2019-01-05 16:44:23 -05:00
cvium
f911aca082
Remove RegisterServerWithAdministratorAccess
2019-01-05 22:42:10 +01:00
Bond_009
abddc4786c
Reduce log spam from ffmpeg info
2019-01-05 22:40:33 +01:00
Andrew Rabert
4d25b3ad8b
Speed up CI
2019-01-05 16:40:27 -05:00
Bond_009
f6d50c411f
Add env vars JELLYFIN_CONFIG_DIR and JELLYFIN_DATA_PATH
2019-01-05 21:16:47 +01:00
Bond_009
23267bb08f
Use -logdir if env var isn't set
2019-01-05 21:11:55 +01:00
Joshua M. Boniface
f57ad728a5
Merge pull request #427 from nvllsvm/fix_build
...
Remove taglib-sharp build from solution
2019-01-05 15:08:33 -05:00
Bond_009
2850ff7b8a
Make config path configurable
2019-01-05 20:06:22 +01:00
Andrew Rabert
1e1918af4f
Remove taglib-sharp build from solution
...
Breaks everything by having it, doesn't seem to break anything by
removing it.
2019-01-05 12:57:05 -05:00
Erwin de Haan
a8da00f0a2
Added some generic editorconfig rules.
2019-01-05 12:31:32 +01:00
Erwin de Haan
af0451b6ac
Added .NET base .editorconfig file.
...
Changed UTF-8-BOM to UTF-8 from defaults.
2019-01-05 12:31:31 +01:00
Andrew Rabert
d3b0ba978c
Merge pull request #392 from LeoVerto/dockerignore
...
Add Markdown and Docker files to .dockerignore
2019-01-04 23:53:46 -05:00
Andrew Rabert
893e7c5a65
Merge pull request #411 from bfayers/docker-ffmpeg403
...
Change Dockerfile to use ffmpeg 4.0.3 rather than a distro one.
2019-01-04 23:52:40 -05:00