navidrome/model
Kendall Garner 814161d78d
Add OS Lyrics extension (#2656)
* draft commit

* time to fight pipeline

* round 2 changes

* remove unnecessary line

* fight taglib. again

* make taglib work again???

* add id3 tags

* taglib 1.12 vs 1.13

* use int instead for windows

* store as json now

* add migration, more tests

* support repeated line, multiline

* fix ms and support .m, .mm, .mmm

* address some concerns, make cpp a bit safer

* separate responses from model

* remove [:]

* Add trace log

* Try to unblock pipeline

* Fix merge errors

* Fix SIGSEGV error (proper handling of empty frames)

* Add fallback artist/title to structured lyrics

* Rename conflicting named vars

* Fix tests

* Do we still need ffmpeg in the pipeline?

* Revert "Do we still need ffmpeg in the pipeline?"

Yes we do.

This reverts commit 87df7f6df7.

* Does this passes now, with a newer ffmpeg version?

* Revert "Does this passes now, with a newer ffmpeg version?"

No, it does not :(

This reverts commit 372eb4b0ae.

* My OCD made me do it :P

---------

Co-authored-by: Deluan Quintão <deluan@navidrome.org>
2023-12-27 20:20:29 -05:00
..
criteria Coalesce genre to null for smart playlist (#2573) 2023-10-31 13:22:57 -04:00
request Only send events to clients who need it 2021-06-15 18:59:26 -04:00
album.go Convert internal disc number representation to int 2023-12-09 13:53:38 -05:00
album_test.go Implement new Artist refresh 2022-12-28 15:31:56 -05:00
annotation.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
artist.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
artist_info.go Get Similar Artists in parallel 2020-10-21 21:44:03 -04:00
artwork_id.go Add lastUpdated to coverArt ids. Helps with invalidating art cache client-side. 2023-02-08 20:03:31 -05:00
artwork_id_test.go Add lastUpdated to coverArt ids. Helps with invalidating art cache client-side. 2023-02-08 20:03:31 -05:00
bookmark.go Use structs lib to map models to DB. Fix #1266 2021-08-01 12:04:45 -04:00
datastore.go Add Internet Radio support (#2063) 2023-01-15 15:11:37 -05:00
errors.go Add share download endpoint 2023-03-10 23:33:29 -05:00
file_types.go Refactor file type functions 2022-12-28 15:31:56 -05:00
file_types_test.go Refactor file type functions 2022-12-28 15:31:56 -05:00
genre.go Omit empty Genre attributes 2023-12-27 12:44:25 -05:00
get_entity.go Handle "naked" CoverArtIDs (IDs of album, mediafiles and playlists) 2022-12-28 15:31:56 -05:00
lyrics.go Add OS Lyrics extension (#2656) 2023-12-27 20:20:29 -05:00
lyrics_test.go Add OS Lyrics extension (#2656) 2023-12-27 20:20:29 -05:00
mediafile.go Add OS Lyrics extension (#2656) 2023-12-27 20:20:29 -05:00
mediafile_internal_test.go Remove current artwork implementation 2022-12-28 15:31:56 -05:00
mediafile_test.go Convert internal disc number representation to int 2023-12-09 13:53:38 -05:00
mediafolder.go Only compute version once 2022-09-14 21:09:39 -04:00
model_suite_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
player.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
playlist.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
playlists_test.go Refactor file type functions 2022-12-28 15:31:56 -05:00
playqueue.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
properties.go Move user properties (like session keys) to their own table 2021-06-23 17:49:32 -04:00
radio.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
scrobble_buffer.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
share.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
transcoding.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user.go Replace beego/orm with dbx (#2693) 2023-12-09 13:52:17 -05:00
user_props.go Pass userId explicitly to UserPropsRepository methods 2021-06-25 22:21:37 -04:00