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
LogicalPhallacy
8ff89fdc0c
Merge pull request #5 from jellyfin/dev
...
Dev
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
cvium
bb879fff33
Remove AutoRunAtStartup
6 years ago
Thomas Büttner
79229fe3ae
bump to 10.0.0 and use simple version scheme
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Joshua M. Boniface
c5eb782c7b
Merge pull request #434 from nvllsvm/speed_ci
...
Speed up CI
6 years ago
cvium
f911aca082
Remove RegisterServerWithAdministratorAccess
6 years ago
Bond_009
abddc4786c
Reduce log spam from ffmpeg info
6 years ago
Andrew Rabert
4d25b3ad8b
Speed up CI
6 years ago
Thomas Büttner
90ab6a40fc
add Firewalld serivce.xml
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Thomas Büttner
b3de385d5b
Re-add sudo policy for in-app service restart.
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
6 years ago
Bond_009
f6d50c411f
Add env vars JELLYFIN_CONFIG_DIR and JELLYFIN_DATA_PATH
6 years ago
Bond_009
23267bb08f
Use -logdir if env var isn't set
6 years ago
Joshua M. Boniface
f57ad728a5
Merge pull request #427 from nvllsvm/fix_build
...
Remove taglib-sharp build from solution
6 years ago
Bond_009
2850ff7b8a
Make config path configurable
6 years ago
Andrew Rabert
1e1918af4f
Remove taglib-sharp build from solution
...
Breaks everything by having it, doesn't seem to break anything by
removing it.
6 years ago
Thomas Büttner
0eafc3fd11
Update update-db.sh
6 years ago
Erwin de Haan
a8da00f0a2
Added some generic editorconfig rules.
6 years ago
Erwin de Haan
af0451b6ac
Added .NET base .editorconfig file.
...
Changed UTF-8-BOM to UTF-8 from defaults.
6 years ago
Thomas Büttner
a968913e9f
CentOS Build fails since it has no Recommends: tag
...
Signed-off-by: Thomas Büttner <thomas@tartaros.tech>
6 years ago
Thomas Büttner
a2c1ec0de3
Add RPM package spec
...
Signed-off-by: Thomas Büttner <thomas@tartaros.tech>
6 years ago
Andrew Rabert
d3b0ba978c
Merge pull request #392 from LeoVerto/dockerignore
...
Add Markdown and Docker files to .dockerignore
6 years ago
Andrew Rabert
893e7c5a65
Merge pull request #411 from bfayers/docker-ffmpeg403
...
Change Dockerfile to use ffmpeg 4.0.3 rather than a distro one.
6 years ago
Anthony Lavado
cc4d17edbd
Merge pull request #407 from EraYaN/stop-version-addins-on-solution
...
Stop version addins on solution from messing with the AssemblyVersions
6 years ago
bfayers
227f9da3e5
helps if the arg is within that bit of the dockerfile
6 years ago
bfayers
4c03616aff
clean up how extracting tar is done; just put it in /usr/bin instead of symlinks; remove xz-utils after (cleaning up space); all at request of nvllsvm
6 years ago
bfayers
bf61c20408
remove commented apt installs for ffmpeg
6 years ago
Vasily
08a67f9ea1
Merge pull request #381 from EraYaN/skia-remove-deprecated-functions
...
Remove deprecated functions from Emby.Drawing.Skia.
6 years ago
Vasily
80c3832610
Merge pull request #391 from EraYaN/remove-old-imageencoders
...
Remove old ImageEncoders (ImageMagick & Drawing.Net).
Skia should be enough.
6 years ago
Vasily
f93cd97f9b
Merge pull request #393 from Bond-009/removesmb
...
Remove support for opening files via SMB without mounting the share.
This doesn't mean you can't use a SMB share to host your files for Jellyfin. You will just have to mount the share using OS-level mechanisms.
6 years ago
Bond_009
a997bb609f
Remove unnecessary using statements
6 years ago
Bond_009
391b48614d
Remove FireEventIfNotNull
...
It's a pretty useless "helper" class
6 years ago
Andrew Rabert
e4a041b832
Merge pull request #283 from Bond-009/gpl-cleanup
...
Post GPL cleanup
6 years ago
Joshua M. Boniface
72ee4b189d
Merge pull request #399 from cvium/remove_connect
...
Remove Connect in ui
6 years ago
Joshua M. Boniface
c13c326171
Merge pull request #378 from cvium/fix_dlna_user_id_null
...
Fix ArgumentNullException in DLNA streams
6 years ago
LeoVerto
d92bf3398e
Add Markdown and Docker files to .dockerignore
6 years ago
bfayers
2961dc0bdd
use ffmpeg 4.0.3 instead of distro provided (fixes chromecast + androidtv)
6 years ago
Bond_009
59d8d9a82c
Fix nullrefexception in SubtitleEncoder
6 years ago
Erwin de Haan
e4c81f763b
Stop version addins from messing with the AssemblyVersion.
...
Project uses manual versioning. This breaks very annoyingly with my global settings.
6 years ago
Andrew Rabert
c39ca7dba3
Merge pull request #394 from bfayers/remove-premiere-block-xmltvpage
...
Remove premiere nag at bottom of xmltv page
6 years ago
Andrew Rabert
dca274afea
Merge pull request #396 from Bond-009/news
...
Remove news service
6 years ago