1hitsong
a52d108af6
Remove automapper tool
2 years ago
1hitsong
0b86630be7
Use model properties for LRC metadata
2 years ago
1hitsong
64b013b121
Resolve Azure build issues
2 years ago
1hitsong
c65819221d
Code cleanups. Remove pragma commands
2 years ago
1hitsong
29932466a9
Remove commented out code
2 years ago
1hitsong
7d886116fd
Var type refinements
2 years ago
1hitsong
823e2ec029
Removing unused lines
2 years ago
1hitsong
9350fa40bd
Convert _lyricProviders to an array.
2 years ago
1hitsong
8912f618f5
Change API GetLyrics return type
2 years ago
1hitsong
f740d1b9f0
Remove use of AddParts. Cleanup use of Lyric vs Lyrics.
2 years ago
1hitsong
f4fd908f8d
Create ILyricManager
2 years ago
1hitsong
d9be3874ba
Auto stash before merge of "lyric-lrc-file-support" and "origin/lyric-lrc-file-support"
2 years ago
1hitsong
7520a19985
Merge pull request #1 from JIntrocaso/lyric-lrc-file-support
...
Adds lyric providers to DI pipeline
2 years ago
Jamie Introcaso
c0dae0fef5
Adds lyric providers to DI pipeline
...
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
2 years ago
1hitsong
31ec521f5e
Remove now unused variables
2 years ago
1hitsong
cecca5f715
Remove unneeded 2nd loops
2 years ago
1hitsong
3928d02e17
Resolve Possible null reference
2 years ago
1hitsong
97f8a63b89
Allow LRC start value to be null
2 years ago
1hitsong
9d5cf67dfe
Create ILyricsProvider
2 years ago
1hitsong
23ec35d396
Merge remote-tracking branch 'origin/lyric-lrc-file-support' into lyric-lrc-file-support
2 years ago
1hitsong
2e260e5319
Updates based on review
2 years ago
1hitsong
d24444b6d3
Update Jellyfin.Api/Models/UserDtos/Lyrics.cs
...
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
2 years ago
1hitsong
0aa2780ea7
Update Jellyfin.Api/Controllers/UserLibraryController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
1hitsong
92715a7426
Update Jellyfin.Api/Controllers/UserLibraryController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
1hitsong
8b78802c0b
Update Jellyfin.Api/Controllers/UserLibraryController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
1hitsong
5f5347aee3
Add Lyrics API Endpoint
2 years ago
Kristijan Fremen Velkovski
faadbbce00
Translated using Weblate (Macedonian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/
2 years ago
Cody Robibero
871ae39c9f
Merge pull request #8325 from nielsvanvelzen/uuid-userconfiguration
2 years ago
Cody Robibero
cb8695a3d3
Merge pull request #8112 from JinYi-Tsinghua/master
2 years ago
Claus Vium
c7d236a348
Merge pull request #8360 from nielsvanvelzen/qc-operation-names
2 years ago
Niels van Velzen
49e56c147e
Fix QuickConnect operation names
2 years ago
nema imena
176e182629
Translated using Weblate (Serbian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2 years ago
JinYi-Tsinghua
f1bfbff953
Merge pull request #1 from JinYi-Tsinghua/patch-1
...
Patch 1
2 years ago
JinYi-Tsinghua
2b285b7874
Add musl-linux-arm64 support in azure-pipelines-package.yml
...
This is a supplement to pull request 8112
2 years ago
Alan Azar
2f67ee141e
Translated using Weblate (Burmese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/my/
2 years ago
Bond-009
98f6485cdd
Merge pull request #8313 from brianjmurrell/patch-3
2 years ago
Niels van Velzen
dd4af49962
Use Guid type for UserConfiguration fields
2 years ago
jan
ab1913c49f
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2 years ago
Brian J. Murrell
d675a20540
JELLYFIN_NOWEBAPP_OPT is now --nowebclient
...
--noautorunwebapp has been renamed --nowebclient.
2 years ago
Claus Vium
10484033f8
Merge pull request #8300 from Bond-009/dlnaregression
2 years ago
Bond_009
7d48f97db9
Fix regression in DlnaHttpClient
...
```
[18:53:50] [ERR] [25] Emby.Dlna.Main.DlnaEntryPoint: Error updating device info for 192.168.1.21 - Sonos Connect:Amp Berging
System.Net.Http.HttpRequestException: An error occurred while sending the request.
---> System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.Http.StringContent'.
at System.Net.Http.HttpContent.CheckDisposed()
at System.Net.Http.HttpContent.CopyToAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)
at System.Net.Http.HttpConnection.SendRequestContentAsync(HttpRequestMessage request, HttpContentWriteStream stream, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at Emby.Dlna.PlayTo.DlnaHttpClient.SendRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/DlnaHttpClient.cs:line 47
at Emby.Dlna.PlayTo.Device.GetTransportInfo(TransportCommands avCommands, CancellationToken cancellationToken) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 705
at Emby.Dlna.PlayTo.Device.TimerCallback(Object sender) in /home/loma/dev/jellyfin/Emby.Dlna/PlayTo/Device.cs:line 521
```
2 years ago
Bond-009
33611614ed
Merge pull request #7433 from Bond-009/ssdphttpclient
2 years ago
Bond-009
e1e4ac75e4
Merge pull request #8267 from luzpaz/typos
2 years ago
Bond-009
c45c8bdec7
Merge pull request #7903 from knackebrot/ignore-dts
2 years ago
Claus Vium
8a0911004d
Merge pull request #7965 from jasongdove/api-key-items-without-user-id
2 years ago
oncetemp
893ac59668
Translated using Weblate (Korean)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2 years ago
Bond-009
f954df2341
Merge pull request #8279 from nielsvanvelzen/search-fixes
2 years ago
Niels van Velzen
de98457332
Fix operation name in SearchController and correct nullability for SearchHint
2 years ago
knackebrot
c3405d25fd
Make IgnoreDts configurable for M3U tuner
2 years ago
Cody Robibero
fdd728e9f8
Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout
2 years ago