Joshua M. Boniface
4ab82f7436
Merge pull request #488 from sparky8251/fix-mimetype-formatting
...
Fix odd formatting in MimeType.cs
6 years ago
Sparky
ae4a82570c
Fixed odd formatting in MimeType.CS
...
Think there might have been a mismatch between tabs and spaces. All spaces now.
6 years ago
Joshua M. Boniface
483e74ec8f
Merge pull request #487 from sparky8251/fix-logs
...
Support `*.log` files in browser log viewer
6 years ago
Sparky
1f5b9a04fb
Open log files in browser again
...
Fixes #485
Looks like we regressed and now only the .txt logs would open in the browser when clicked.
Added in MimeType handler for .log files. Problem solved.
6 years ago
Joshua M. Boniface
c986340c02
Merge pull request #419 from jellyfin/dev
...
Master 10.0.0
6 years ago
Andrew Rabert
0b804629b8
Merge pull request #469 from nvllsvm/ffmpeg_layarg
...
Download ffmpeg in a separate layer
6 years ago
Andrew Rabert
1c326fe7d4
Download ffmpeg in a separate layer
...
This slightly speeds up rebuilding since the ffmpeg layer cache is used
even when Jellyfin source is changed.
6 years ago
Andrew Rabert
169709096f
Merge pull request #373 from sparky8251/jellyfin-theme
...
Replaced green with Jellyfin themed colors in UI
6 years ago
Sparky
d6d8c40450
Change UI accents, update artwork
...
Replaced "Emby Green" with blue taken from artwork.
Replaced artwork.
Kept old "Emby Green" themes for future reuse and renamed them "classic".
Removed CSS element that was making the Jellyfin banner too small.
6 years ago
Andrew Rabert
edfc3cb8c6
Merge pull request #437 from cvium/remove_run_at_startup
...
Remove AutoRunAtStartup
6 years ago
Andrew Rabert
237187bfc0
Merge pull request #456 from Bond-009/subencoder
...
SubtitleEncoder: stop using tuples for clarity
6 years ago
Andrew Rabert
6ebd01b637
Merge pull request #462 from nvllsvm/fix_skia
...
Fix Skia in Docker
6 years ago
Andrew Rabert
9f7bebc728
Fix Skia in Docker
6 years ago
Andrew Rabert
1dde747267
Merge pull request #461 from nvllsvm/old_news
...
Remove more news
6 years ago
Andrew Rabert
12112ea25d
Remove more news
6 years ago
Andrew Rabert
5af4d4d071
Merge pull request #460 from nvllsvm/remove_dep
...
Remove deprecation warning from Docker
6 years ago
Andrew Rabert
e60dc805d6
Remove deprecation warning from Docker
6 years ago
Anthony Lavado
0a715f9196
Merge pull request #435 from Bond-009/ffmpeglogs
...
Reduce log spam from ffmpeg info
6 years ago
Anthony Lavado
72798ebd0c
Merge pull request #382 from EraYaN/add-editorconfig-codestyle
...
Codestyle EditorConfig file added.
6 years ago
Anthony Lavado
b48ed8faf4
Merge pull request #447 from joshuaboniface/update-readme
...
Update readme to use readthedocs and clean up
6 years ago
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
6 years ago
Vasily
21ac54fde9
Merge pull request #457 from joshuaboniface/debian-packaging
...
Hotfix to postinst to correct permissions
6 years ago
Joshua M. Boniface
423ad4a20b
Merge pull request #450 from Bond-009/config
...
BaseApplicationPaths set up default config and log dir paths
6 years ago
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.
6 years ago
Bond_009
73fd0cd8c6
SubtitleEncoder: stop using tuples for clarity
...
* Replace Tuples with a ValueTuple or a struct
6 years ago
Joshua M. Boniface
1273da5af9
Merge pull request #440 from joshuaboniface/debian-packaging
...
Debian packaging for 10.0.0
6 years ago
Joshua Boniface
d4182e761c
Tweakes based on review feedback
6 years ago
Joshua M. Boniface
a827dcaced
Merge pull request #430 from hawken93/dev
...
Stop including .git in dpkg source tarball
6 years ago
Anthony Lavado
e9b44a3d6e
Merge pull request #365 from Bond-009/power
...
Remove unused PowerManagement
6 years ago
Bond_009
5623d4b632
BaseApplicationPaths set up default config and log dir paths
6 years ago
hawken
ec2d3ef603
Stop including .git in dpkg source tarball
6 years ago
Bond_009
c07d5a6963
Remove unused PowerManagement
...
It isn't up to the application to prevent the system from going to sleep
6 years ago
Vasily
b27315bc08
Merge pull request #307 from drmrbg/fix-chromecast
...
Fix transcoding of AAC from 5.1 to stereo to support Chromecast
6 years ago
Anthony Lavado
e5a97f1df2
Merge pull request #444 from joshuaboniface/version-bump
...
Update shared version to 10.0.0
6 years ago
Joshua Boniface
4e8149bc86
Update logging for async mode from #438
6 years ago
Joshua M. Boniface
a74996f06b
Merge pull request #438 from Bond-009/logasync
...
Improve logging performance
6 years ago
Joshua Boniface
37b19cb386
Update shared version to 10.0.0
6 years ago
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
6 years ago
Joshua Boniface
3f65cb4f48
Add several more debuild artificats to gitignore
6 years ago
Joshua Boniface
263274e1ae
Add VCS entries to control file
6 years ago
Joshua Boniface
56f9572b03
Bump version to 10.0.0
6 years ago
Andrew Rabert
16d99bdb43
Merge pull request #441 from joshuaboniface/hotfix-clientcapabilities-error
...
Readd System import to correct Array failure
6 years ago
Joshua Boniface
1ccc0131a5
Readd System import to correct Array failure
6 years ago
Joshua M. Boniface
7630e58218
Merge pull request #428 from Bond-009/config
...
Make config path configurable
6 years ago
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
6 years ago
Vasily
73c6a3f29a
Merge pull request #409 from Bond-009/fix254
...
[Fix #254 ] Fix nullrefexception in SubtitleEncoder
6 years ago
Vasily
d5d9dfd8e6
Merge pull request #390 from Bond-009/logging
...
Remove remaining part of old logging code
6 years ago
Anthony Lavado
f2fedb9f34
Merge pull request #383 from Bond-009/unused
...
Remove firebase and empty resource config file
6 years ago
Joshua M. Boniface
af6c4279ee
Merge pull request #436 from cvium/remove_weird_admin_code
...
Remove RegisterServerWithAdministratorAccess
6 years ago
Bond_009
7af3754a11
Improve logging performance
...
Perform logging to file on a background thread.
This means logging won't be bottlenecked by IO.
6 years ago