aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-23Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-09-22Return string.Empty is span IsEmpty1hitsong
2022-09-22Adjust file read async functions1hitsong
2022-09-22Use async functions1hitsong
2022-09-21Update summaries, Use spans1hitsong
2022-09-20Use Span in SupportedMediaTypes comparison1hitsong
2022-09-20Resolve Azure build error1hitsong
2022-09-20Use Directory GetFiles to find lyric files1hitsong
2022-09-19Make LyricParser a field1hitsong
2022-09-19Use field instead of property1hitsong
2022-09-19Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-09-19Add missing summary to AcceptedTimeFormats1hitsong
2022-09-19Move AcceptedTimeFormats to class level variable1hitsong
2022-09-19Variable declaration cleanup1hitsong
2022-09-18Code Cleanup1hitsong
2022-09-18Add default values to LyricResponse1hitsong
2022-09-18Use numeric values for metadata values1hitsong
2022-09-18Update MediaBrowser.Controller/Lyrics/LyricResponse.cs1hitsong
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-09-18Update MediaBrowser.Controller/Lyrics/LyricResponse.cs1hitsong
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2022-09-18Use providers in order of priority1hitsong
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-18Remove automapper tool1hitsong
2022-09-17Use model properties for LRC metadata1hitsong
2022-09-17Resolve Azure build issues1hitsong
2022-09-17Code cleanups. Remove pragma commands1hitsong
2022-09-17Remove commented out code1hitsong
2022-09-17Var type refinements1hitsong
2022-09-17Removing unused lines1hitsong
2022-09-17Convert _lyricProviders to an array.1hitsong
2022-09-16Change API GetLyrics return type1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-15Merge pull request #1 from JIntrocaso/lyric-lrc-file-support1hitsong
Adds lyric providers to DI pipeline
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
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.
2022-09-11Remove now unused variables1hitsong
2022-09-11Remove unneeded 2nd loops1hitsong
2022-09-11Resolve Possible null reference1hitsong
2022-09-11Allow LRC start value to be null1hitsong
2022-09-11Create ILyricsProvider1hitsong
2022-09-10Merge remote-tracking branch 'origin/lyric-lrc-file-support' into ↵1hitsong
lyric-lrc-file-support
2022-09-10Updates based on review1hitsong
2022-09-10Update Jellyfin.Api/Models/UserDtos/Lyrics.cs1hitsong
Co-authored-by: Neil Burrows <neil@pawprint.co.uk>
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>