Bond_009
016be02cd6
More warning fixes
2019-10-29 17:56:05 +01:00
Bond_009
d9a03c9bb1
Fix more warnings
2019-10-29 17:55:16 +01:00
dkanada
ef623f5129
Merge pull request #1954 from LogicalPhallacy/LogicalPhallacy-patch-NSSM
...
Use mirror for NSSM
2019-10-29 16:22:58 +09:00
dkanada
0449d7c5e1
Merge pull request #1949 from stevehayles/master
...
Update to Dockerfile
2019-10-29 16:19:46 +09:00
LogicalPhallacy
9c65853ddd
updates win32 build script with nssm mirror
2019-10-28 22:10:36 -07:00
LogicalPhallacy
8c0580aa24
Updating win-x64 build NSSM address
2019-10-28 22:09:46 -07:00
LogicalPhallacy
fd8d4894ca
Updated build-jellyfin.ps1 to pull from my mirror
...
Updated it to pull from my mirror on Azure.
2019-10-28 22:07:01 -07:00
LogicalPhallacy
8edb1c49d8
Merge pull request #6 from jellyfin/master
...
Bringing my branch up to sync
2019-10-28 21:54:40 -07:00
Steve Hayles
b1e65c6cd4
Adding OpenSSL library
...
Depending on configuration the docker container may need OpenSSL to support https access
2019-10-28 08:22:59 +00:00
Steve Hayles
26ce62d318
Update Dockerfile
...
debian-stretch packages were missing for libva-drm2 so would not build
the base image mcr.microsoft.com/dotnet/core/sdk:${DOTNET_VERSION} is incorrectly referencing .NET Core 3-preview6 which will cause issues at runtime with library references being mismatched
2019-10-27 20:22:17 +00:00
Steve Hayles
5eb9d10287
Merge remote-tracking branch 'jellyfin/master'
2019-10-27 20:17:41 +00:00
Joshua M. Boniface
53ee78170a
Merge branch 'master' into copr-fix
2019-10-27 13:52:08 -04:00
Joshua Boniface
2cdf5c203a
Correct CentOS build for new Fedora spec
2019-10-27 13:51:32 -04:00
Vasily
8cf8c36708
Move throwing if cancelled after logging that fact
2019-10-27 16:48:42 +03:00
Vasily
dd7ae7747e
Apply suggestions from code review
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-27 16:47:00 +03:00
Bond-009
c9f4a74af0
Merge pull request #1930 from grafixeyehero/vsc-workspace
...
update vsc workspace launch for net core 3
2019-10-27 11:44:16 +01:00
Joshua M. Boniface
588b554ef0
Merge pull request #6 from Wuerfelbecher/copr-fix
...
Fix build script
2019-10-26 16:48:38 -04:00
Joshua M. Boniface
67be3f8c9e
Merge branch 'copr-fix' into copr-fix
2019-10-26 16:41:16 -04:00
Joshua M. Boniface
ee488dcb83
Merge pull request #5 from brianjmurrell/fix-copr
...
Fix jellyfin-web URL
2019-10-26 16:40:12 -04:00
Thomas Büttner
bf11426f7d
Add comments about Source URLs and remove no longer needed dependency
...
Signed-off-by: Thomas Büttner <thomas@vergesslicher.tech>
2019-10-26 19:24:44 +02:00
Brian J. Murrell
d5cbfee82b
Fix jellyfin-web URL
2019-10-26 13:22:52 -04:00
Andrew Rabert
873225a7f2
Merge pull request #1922 from Bond-009/docker
...
Use the correct dotnet runtime in Docker images
2019-10-25 12:26:18 -04:00
Bond_009
f1167ace7e
Use the correct dotnet runtime in Docker images
...
The self contained packages already contains the dotnet runtime
No need to use the dotnet runtime base image.
This should decrease the size of the image.
2019-10-25 18:04:01 +02:00
delfino434
0add74240f
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2019-10-24 11:14:42 -04:00
emmanuel billeaud
cb0aeeb189
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2019-10-24 11:14:42 -04:00
Joshua M. Boniface
f8556b3d89
Merge pull request #1918 from nvllsvm/dockermaster
...
Docker fixes
2019-10-24 09:14:20 -04:00
Bond-009
da7ba822b0
Merge pull request #1933 from cvium/autoreload_log_config
...
Reload logging.json on changes
2019-10-24 10:27:35 +02:00
Claus Vium
c3eac58dda
Reload logging.json on changes
2019-10-23 19:52:12 +02:00
Anthony Lavado
5e90747541
More preparations for the tray app
2019-10-23 04:14:58 -04:00
Anthony Lavado
cfaf2b97fe
Add the "service" argument to the service parameters
...
This will avoid an exception when the server cannot launch a browser process for the web interface.
2019-10-23 03:49:31 -04:00
Anthony Lavado
14a850b4a8
Change the default AppExit action to Exit
...
When the service should fail to launch Jellyfin, or should Jellyfin crash, the default action is changed from Restart to AppExit. This prevents the service from entering a constant restart due to a permissions issue or similar.
2019-10-23 03:34:12 -04:00
grafixeyehero
90c1eceec7
update vsc workspace launch for net core 3
2019-10-23 01:57:38 +03:00
grafixeyehero
752cf08e5c
update persons service
2019-10-23 01:54:32 +03:00
Andrew Mahone
20727906c8
Use attachment filename if available.
2019-10-22 11:54:59 -04:00
Andrew Mahone
01b1c847e9
Provide delivery URLs for attachments in PlaybackInfo.
2019-10-22 11:54:59 -04:00
Andrew Mahone
8c89d89932
Attachment service.
2019-10-22 11:54:59 -04:00
Andrew Mahone
a9a85f251e
Instantiate AttachmentExtractor in ApplicationHost.
2019-10-22 11:50:07 -04:00
Andrew Mahone
12f752d8b1
FFMPEG extractor for attachments.
2019-10-22 11:50:07 -04:00
Andrew Mahone
f22ca6dd9e
Retrieve media attachments in BaseItem.
2019-10-22 10:36:54 -04:00
Andrew Mahone
1513c76a3e
Support MediaAttachment retrieval in MediaSourceManager.
2019-10-22 10:35:00 -04:00
Andrew Mahone
03ecf57548
Store MediaAttachments in DB.
2019-10-22 10:32:40 -04:00
Andrew Mahone
321e5cba60
Add new MediaAttachment to store attachments found during media probing.
2019-10-22 10:30:55 -04:00
Anthony Lavado
94932ea216
Make installer shortcut check better
...
During an upgrade, only create shortcuts if the existing install was not a service install. Otherwise, do not create them.
2019-10-22 04:33:06 -04:00
Anthony Lavado
a278b380b6
Fix syntax errors, move order of upgrade checks, enhance folder check, fix shortcuts
...
Fixes a syntax error with the NoServiceUninstall section. Moves the detection of an existing Service and datadir further up, so it happens before we decide how the installation will happen. Removed a newline from a comment, and enhanced the existing directory check. Adds an existing folder check, as well as a prompt if the user wants to continue with it or not. Also adds the datadir property to shortcuts.
2019-10-22 04:16:08 -04:00
Thomas Büttner
59995c20f1
Fix buildscript failure, remove unnecessary yarn repo for Fedora build
2019-10-21 23:42:54 +02:00
Vasily
3743137c31
Address Bond-009 review comments
2019-10-21 12:05:49 +03:00
Vasily
ae2b95024f
Update MediaBrowser.Api/Playback/BaseStreamingService.cs
...
Co-Authored-By: Bond-009 <bond.009@outlook.com>
2019-10-21 11:58:04 +03:00
Joshua M. Boniface
91600b1c81
Merge pull request #1898 from Bond-009/jsonfix
...
Fix Json serialization error
2019-10-20 15:16:01 -04:00
Joshua Boniface
c30866fc93
Remove web frontend build from docker-build.sh
...
This is now handled in the RPM spec.
2019-10-20 11:18:12 -04:00
Joshua Boniface
d57ee0b2b8
Remove spec version bump
...
This will be taken care of with the 10.4.1 bump in stable.
2019-10-20 11:12:45 -04:00