Andrew Mahone
|
6defe80b62
|
Check for cancellation between each batch of MediaAttachment inserts.
|
2019-11-07 08:38:36 -05:00 |
|
Andrew Mahone
|
74fb63a898
|
Use block rather than local using statement.
|
2019-11-06 10:43:14 -05:00 |
|
Andrew Mahone
|
79bbf09ecb
|
Revert "Simplify AttachmentExtractor instantiation."
This reverts commit d33e0a4e2c .
|
2019-11-06 08:43:49 -05:00 |
|
Andrew Mahone
|
8505ee9d6c
|
Extract the prefix for MediaAttachment insertions to a static member instead of generating it per-query.
|
2019-11-05 14:53:46 -05:00 |
|
Andrew Mahone
|
cc7741efd4
|
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
|
2019-11-05 08:35:42 -05:00 |
|
Andrew Mahone
|
3602251cf5
|
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
2019-11-05 08:36:17 -05:00 |
|
Andrew Mahone
|
e5b65ed034
|
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
2019-11-05 08:19:07 -05:00 |
|
Andrew Mahone
|
cdc7d83c22
|
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
|
2019-11-05 08:18:04 -05:00 |
|
Andrew Mahone
|
d33e0a4e2c
|
Simplify AttachmentExtractor instantiation.
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
2019-11-05 08:17:34 -05:00 |
|
Andrew Mahone
|
25bc7b81c3
|
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
2019-11-05 08:13:35 -05:00 |
|
Andrew Mahone
|
24a460dc93
|
Update Emby.Server.Implementations/Data/SqliteItemRepository.cs
formatting
Co-Authored-By: Bond-009 <bond.009@outlook.com>
|
2019-11-05 08:13:22 -05:00 |
|
Andrew Mahone
|
b936c530aa
|
Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into media-attachments
|
2019-11-05 08:13:15 -05:00 |
|
Andrew Mahone
|
bd4da93d1e
|
Throw ArgumentException instead of ArgumentNullException on empty Guid.
|
2019-11-05 07:48:32 -05:00 |
|
Andrew Mahone
|
7110069b39
|
Return list result directly for MediaAttachments.
|
2019-11-04 10:37:19 -05:00 |
|
Andrew Mahone
|
ad2101ce52
|
Rename "limit" to "insertAtOnce" in InsertMediaAttachments.
|
2019-11-04 10:33:50 -05:00 |
|
Andrew Mahone
|
c2d8f210b1
|
Check for cancellation in SaveMediaAttachments.
|
2019-11-04 10:31:32 -05:00 |
|
Andrew Mahone
|
0dde5e46df
|
Flatten using connection in GetMediaAttachments/SaveMediaAttachments
|
2019-11-04 10:28:33 -05:00 |
|
Andrew Mahone
|
4573fb5301
|
Use ToByteArray instead of ToGuidBlob.
|
2019-11-04 10:19:53 -05:00 |
|
Andrew Mahone
|
1600d5b53f
|
Merge remote-tracking branch 'origin/master' into media-attachments-clean
|
2019-11-04 10:03:18 -05:00 |
|
Andrew Mahone
|
90dfe729bb
|
Add space when building query string for attachments.
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
|
2019-11-04 08:48:27 -05:00 |
|
Joshua M. Boniface
|
a460814182
|
Merge pull request #1904 from JustAMan/hls-move-2
Switch ffmpeg to hls muxer (from segment) to fix premature stop on non-patched ffmpeg
|
2019-11-03 14:36:34 -05:00 |
|
Juhos István
|
0f769fe979
|
Translated using Weblate (Hungarian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
|
2019-11-02 00:14:59 -04:00 |
|
dkanada
|
3bfb36a67d
|
Merge pull request #1915 from Bond-009/hex
Rewrite hex encoder/decoder
|
2019-11-02 04:03:36 +09:00 |
|
Bond_009
|
5e0858d13f
|
Fix xml docs
|
2019-11-01 17:55:44 +01:00 |
|
Bond_009
|
3f7836d9eb
|
Update deps and add MultiThreading analyzer
|
2019-11-01 17:55:44 +01:00 |
|
Bond_009
|
a245f5a0d4
|
Rewrite hex encoder/decoder
|
2019-11-01 17:52:29 +01:00 |
|
Bond_009
|
10ae815bb4
|
Address comments
|
2019-10-29 17:56:06 +01:00 |
|
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 |
|
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 |
|
Andrew Mahone
|
a9a85f251e
|
Instantiate AttachmentExtractor in ApplicationHost.
|
2019-10-22 11:50:07 -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 |
|
Joshua M. Boniface
|
91600b1c81
|
Merge pull request #1898 from Bond-009/jsonfix
Fix Json serialization error
|
2019-10-20 15:16:01 -04:00 |
|
schbal
|
e3f1f62a8b
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2019-10-19 09:14:27 -04:00 |
|
Marius Lindvall
|
3f16e6d947
|
Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
|
2019-10-18 07:14:26 -04:00 |
|
schbal
|
f469f18756
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2019-10-18 07:14:26 -04:00 |
|
Vasily
|
6b6fede2e0
|
Address review comments
|
2019-10-16 16:13:59 +03:00 |
|
Vasily
|
9040ef87dc
|
Merge pull request #1871 from Bond-009/doc
Enable `TreatWarningsAsErrors` for MediaBrowser.Common and Emby.Photos
|
2019-10-16 12:40:20 +03:00 |
|
Bond_009
|
5edb8159a7
|
Fix Json serialization error
|
2019-10-15 17:49:49 +02:00 |
|
Vasily
|
0ccbc2f374
|
Merge pull request #1884 from Bond-009/netcore3.0
Move to netcore3.0
|
2019-10-15 15:35:37 +03:00 |
|
Vasily
|
82f8345aa5
|
Log to debug all HTTP 500 response urls
|
2019-10-14 13:22:53 +03:00 |
|
schbal
|
c9851db4c7
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2019-10-13 17:14:18 -04:00 |
|
Axel Gabriel Calle Granda
|
aa5cd46b6c
|
Translated using Weblate (Spanish)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
|
2019-10-13 17:14:18 -04:00 |
|
Marius Lindvall
|
510c2d01c7
|
Translated using Weblate (Norwegian Bokmål)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
|
2019-10-13 17:14:18 -04:00 |
|
Bond_009
|
516933aab5
|
Move to netcore3.0
|
2019-10-11 18:32:13 +02:00 |
|
Vasily
|
79f9887625
|
Merge pull request #1854 from Bond-009/json
Use System.Text.Json api for databases
|
2019-10-10 18:15:48 +03:00 |
|
schbal
|
697450a619
|
Translated using Weblate (Korean)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
|
2019-10-10 02:14:10 -04:00 |
|
Vasily
|
1176749f14
|
Merge pull request #1863 from joshuaboniface/fix-baseurl-issues
Fix inconsistent BaseUrl behavior
|
2019-10-09 19:24:41 +03:00 |
|