Max Rumpf
9b8c12d433
Adapt LrcLyricParser to new LrcParser version ( #14263 )
2025-06-24 16:59:09 -06:00
Alex
82a561b87d
Add API support for ELRC word-based lyrics ( #12941 )
...
CodeQL / Analyze (csharp) (push) Waiting to run
OpenAPI / OpenAPI - HEAD (push) Waiting to run
OpenAPI / OpenAPI - BASE (push) Waiting to run
OpenAPI / OpenAPI - Difference (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Unstable Spec (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Stable Spec (push) Blocked by required conditions
Tests / run-tests (macos-latest) (push) Waiting to run
Tests / run-tests (ubuntu-latest) (push) Waiting to run
Tests / run-tests (windows-latest) (push) Waiting to run
Project Automation / Project board (push) Waiting to run
Merge Conflict Labeler / Labeling (push) Waiting to run
* 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-07 08:59:18 -06:00
JQ
fe79384cd5
Returns album artists apart from artist names when doing a lyrics search ( #13852 )
CodeQL / Analyze (csharp) (push) Waiting to run
OpenAPI / OpenAPI - HEAD (push) Waiting to run
OpenAPI / OpenAPI - BASE (push) Waiting to run
OpenAPI / OpenAPI - Difference (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Unstable Spec (push) Blocked by required conditions
OpenAPI / OpenAPI - Publish Stable Spec (push) Blocked by required conditions
Tests / run-tests (macos-latest) (push) Waiting to run
Tests / run-tests (ubuntu-latest) (push) Waiting to run
Tests / run-tests (windows-latest) (push) Waiting to run
Project Automation / Project board (push) Waiting to run
Merge Conflict Labeler / Labeling (push) Waiting to run
2025-04-06 14:18:39 -06:00
Ethan Pippin
06923cbf2b
Implement TaskTriggerInfoType enum ( #12783 )
2024-12-01 17:08:37 -07:00
Niels van Velzen
9afaa6ae4d
Merge pull request #12548 from Bond-009/utf8bom
...
Remove BOM from UTF-8 files
2024-09-06 21:56:31 +02:00
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
2024-08-30 15:29:48 +02:00
Shadowghost
4185558f5e
Upgrade LRCParser to 2024.0728.2
2024-08-30 09:03:57 +02:00
gnattu
7da787609b
Fix SA1508 in LyricScheduledTask
...
Signed-off-by: gnattu <gnattuoc@me.com >
2024-08-24 06:59:48 +08:00
Cody Robibero
a4953263bd
Fix class name
2024-08-06 07:53:44 -06:00
Cody Robibero
3873c7fda0
Update MediaBrowser.Providers/Lyric/LyricScheduledTask.cs
...
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com >
2024-08-06 07:52:59 -06:00
Cody Robibero
eacc8c7d35
Add scheduled task to automatically search for lyrics
2024-08-05 16:00:08 -06:00
Cody Robibero
169e0dcb11
Save embedded lyrics when probing audio
2024-02-28 17:34:33 -07:00
Cody Robibero
0bc41c015f
Store lyrics in the database as media streams ( #9951 )
2024-02-26 05:09:40 -07:00
Bond_009
b62b0ec2b5
Fix warnings
2023-11-14 21:14:21 +01:00
Niels van Velzen
0af5373f6d
Use string.IsNullOrEmpty
2023-07-01 14:07:59 +02:00
Niels van Velzen
0ae4d175a1
Check for empty string in DefaultLyricProvider
2023-07-01 11:16:21 +02:00
Niels van Velzen
6be45f73bc
Simplify file extension checks in lyrics parsers and provider
2023-06-29 21:16:29 +02:00
Niels van Velzen
1ed5f0a624
Move line break characters to static readonly string array in TxtLyricParser
2023-06-24 09:25:25 +02:00
Niels van Velzen
6de56f0518
Add support for lyric provider plugins
2023-06-23 21:13:20 +02:00
Stepan Goremykin
26958162d0
Remove unused using directives
2023-04-06 19:17:28 +02:00
1hitsong
c367857244
Format returns
2022-09-26 16:27:55 -04:00
1hitsong
1ae5c83aa7
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com >
2022-09-23 07:59:46 -04:00
1hitsong
563d5fb5d9
Return string.Empty is span IsEmpty
2022-09-22 17:38:46 -04:00
1hitsong
97409adb45
Adjust file read async functions
2022-09-22 09:00:07 -04:00
1hitsong
a50bdb4770
Use async functions
2022-09-22 08:13:53 -04:00
1hitsong
35399ce8fe
Update summaries, Use spans
2022-09-21 17:49:28 -04:00
1hitsong
6f0d33b1ca
Use Directory GetFiles to find lyric files
2022-09-20 08:36:54 -04:00
1hitsong
b442c79e62
Make LyricParser a field
2022-09-19 20:24:05 -04:00
1hitsong
3ba8218e45
Use field instead of property
2022-09-19 17:57:03 -04:00
1hitsong
df85b2fe65
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com >
2022-09-19 17:46:29 -04:00
1hitsong
838334b322
Add missing summary to AcceptedTimeFormats
2022-09-19 17:02:42 -04:00
1hitsong
5d2364f064
Move AcceptedTimeFormats to class level variable
2022-09-19 16:59:16 -04:00
1hitsong
d7fedf3512
Variable declaration cleanup
2022-09-19 16:26:38 -04:00
1hitsong
28d017865b
Code Cleanup
2022-09-18 21:17:53 -04:00
1hitsong
7e923e2688
Use numeric values for metadata values
2022-09-18 16:05:50 -04:00
1hitsong
f737581d49
Use providers in order of priority
2022-09-18 13:13:01 -04:00
1hitsong
10b07ed9a5
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-09-18 12:39:38 -04:00
1hitsong
c85cbcced6
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-09-18 12:39:19 -04:00
1hitsong
baf07ddbfe
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-09-18 12:39:07 -04:00
1hitsong
636835f73a
Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-09-18 12:38:24 -04:00
1hitsong
1aa8b22b89
Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-09-18 12:38:10 -04:00
1hitsong
db662eeb33
Update MediaBrowser.Providers/Lyric/TxtLyricProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro >
2022-09-18 12:38:01 -04:00
1hitsong
a52d108af6
Remove automapper tool
2022-09-18 11:47:57 -04:00
1hitsong
0b86630be7
Use model properties for LRC metadata
2022-09-17 19:47:29 -04:00
1hitsong
64b013b121
Resolve Azure build issues
2022-09-17 17:48:27 -04:00
1hitsong
c65819221d
Code cleanups. Remove pragma commands
2022-09-17 17:37:38 -04:00
1hitsong
7d886116fd
Var type refinements
2022-09-17 10:42:48 -04:00
1hitsong
823e2ec029
Removing unused lines
2022-09-17 09:22:07 -04:00
1hitsong
9350fa40bd
Convert _lyricProviders to an array.
2022-09-17 08:46:09 -04:00
1hitsong
f740d1b9f0
Remove use of AddParts. Cleanup use of Lyric vs Lyrics.
2022-09-16 20:52:40 -04:00