| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-24 | Adapt LrcLyricParser to new LrcParser version (#14263) | Max Rumpf | |
| 2025-04-07 | Add API support for ELRC word-based lyrics (#12941) | Alex | |
| * Add API support for ELRC word-based lyrics Adds support for word-based timestamps from within ELRC files. * Create TimeTags object * redo TimeTag implementation Change TimeTag to long, redo TimeTag implementation Make timestamp not nullable Update MediaBrowser.Model/Lyrics/LyricLine.cs Make TimeTag list IReadOnlyList Remove nullable Timestamp Update TimeTag description Co-Authored-By: Cody Robibero <cody@robibe.ro> * Changes to LyricLineTimeTag Moved TimeTag to LyricLineTimeTag Change "timestamp" to "start" for consistency Change plural "TimeTags" to "Cues" Change comments * Change LyricLineTimeTag to LyricLineCue, include info about end times * Remove width * Remove width tag * Rewrite cue parser and add tests --------- Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2025-04-06 | Returns album artists apart from artist names when doing a lyrics search ↵ | JQ | |
| (#13852) | |||
| 2024-12-01 | Implement TaskTriggerInfoType enum (#12783) | Ethan Pippin | |
| 2024-09-06 | Merge pull request #12548 from Bond-009/utf8bom | Niels van Velzen | |
| Remove BOM from UTF-8 files | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-08-30 | Upgrade LRCParser to 2024.0728.2 | Shadowghost | |
| 2024-08-24 | Fix SA1508 in LyricScheduledTask | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-08-06 | Fix class name | Cody Robibero | |
| 2024-08-06 | Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs | Cody Robibero | |
| Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com> | |||
| 2024-08-05 | Add scheduled task to automatically search for lyrics | Cody Robibero | |
| 2024-02-28 | Save embedded lyrics when probing audio | Cody Robibero | |
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2023-11-14 | Fix warnings | Bond_009 | |
| 2023-07-01 | Use string.IsNullOrEmpty | Niels van Velzen | |
| 2023-07-01 | Check for empty string in DefaultLyricProvider | Niels van Velzen | |
| 2023-06-29 | Simplify file extension checks in lyrics parsers and provider | Niels van Velzen | |
| 2023-06-24 | Move line break characters to static readonly string array in TxtLyricParser | Niels van Velzen | |
| 2023-06-23 | Add support for lyric provider plugins | Niels van Velzen | |
| 2023-04-06 | Remove unused using directives | Stepan Goremykin | |
| 2022-09-26 | Format returns | 1hitsong | |
| 2022-09-23 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-09-22 | Return string.Empty is span IsEmpty | 1hitsong | |
| 2022-09-22 | Adjust file read async functions | 1hitsong | |
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-21 | Update summaries, Use spans | 1hitsong | |
| 2022-09-20 | Use Directory GetFiles to find lyric files | 1hitsong | |
| 2022-09-19 | Make LyricParser a field | 1hitsong | |
| 2022-09-19 | Use field instead of property | 1hitsong | |
| 2022-09-19 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-09-19 | Add missing summary to AcceptedTimeFormats | 1hitsong | |
| 2022-09-19 | Move AcceptedTimeFormats to class level variable | 1hitsong | |
| 2022-09-19 | Variable declaration cleanup | 1hitsong | |
| 2022-09-18 | Code Cleanup | 1hitsong | |
| 2022-09-18 | Use numeric values for metadata values | 1hitsong | |
| 2022-09-18 | Use providers in order of priority | 1hitsong | |
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-18 | Remove automapper tool | 1hitsong | |
| 2022-09-17 | Use model properties for LRC metadata | 1hitsong | |
| 2022-09-17 | Resolve Azure build issues | 1hitsong | |
| 2022-09-17 | Code cleanups. Remove pragma commands | 1hitsong | |
| 2022-09-17 | Var type refinements | 1hitsong | |
| 2022-09-17 | Removing unused lines | 1hitsong | |
| 2022-09-17 | Convert _lyricProviders to an array. | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
