navidrome/persistence
Deluan 759ff844e2 Make ffmpeg path configurable, also finds it automatically in current folder. Fixes #1932 2023-02-07 13:46:09 -05:00
..
album_repository.go Move album refresh to scanner 2022-12-28 15:31:56 -05:00
album_repository_test.go Remove old refresh code 2022-12-28 15:31:56 -05:00
artist_repository.go Implement new Artist refresh 2022-12-28 15:31:56 -05:00
artist_repository_test.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
genre_repository.go Change genre.Put() to upsert. Fix #1918 and #1564 (#1920) 2023-01-17 21:04:18 -05:00
genre_repository_test.go Change genre.Put() to upsert. Fix #1918 and #1564 (#1920) 2023-01-17 21:04:18 -05:00
helpers.go Implement new Artist refresh 2022-12-28 15:31:56 -05:00
helpers_test.go Implement new Artist refresh 2022-12-28 15:31:56 -05:00
mediafile_repository.go Make ffmpeg path configurable, also finds it automatically in current folder. Fixes #1932 2023-02-07 13:46:09 -05:00
mediafile_repository_test.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
mediafolders_repository.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
persistence.go Add Internet Radio support (#2063) 2023-01-15 15:11:37 -05:00
persistence_suite_test.go Add Internet Radio support (#2063) 2023-01-15 15:11:37 -05:00
persistence_test.go Rename log.LevelCritical to log.LevelFatal 2022-12-21 14:53:36 -05:00
player_repository.go Fix error comparisons 2022-09-30 18:54:25 -04:00
playlist_repository.go Don't refresh smart playlists when generating covers 2023-01-01 20:28:03 -05:00
playlist_repository_test.go Don't refresh smart playlists when generating covers 2023-01-01 20:28:03 -05:00
playlist_track_repository.go Optimize playlist cover generation 2023-01-13 22:18:34 -05:00
playqueue_repository.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
playqueue_repository_test.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
property_repository.go Add nilerr linter 2022-09-30 20:18:14 -04:00
property_repository_test.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
radio_repository.go Add Internet Radio support (#2063) 2023-01-15 15:11:37 -05:00
radio_repository_test.go Add Internet Radio support (#2063) 2023-01-15 15:11:37 -05:00
scrobble_buffer_repository.go Fix error comparisons 2022-09-30 18:54:25 -04:00
share_repository.go Add Share to Context menus, also share artist 2023-01-24 18:36:47 -05:00
sql_annotations.go Fix error comparisons 2022-09-30 18:54:25 -04:00
sql_base_repository.go Fix error comparisons 2022-09-30 18:54:25 -04:00
sql_base_repository_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
sql_bookmarks.go Fix error comparisons 2022-09-30 18:54:25 -04:00
sql_bookmarks_test.go Upgrade to Beego 2's orm 2022-07-30 12:43:48 -04:00
sql_genres.go Optimize AlbumRepository.GetAll and add a GetAllWithoutGenres method specifically for Subsonic API, where multiple-genres are not required 2021-11-02 21:19:49 -04:00
sql_restful.go Filter playlists by names and comments 2021-10-28 13:58:06 -04:00
sql_restful_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
sql_search.go Move project to Navidrome GitHub organization 2021-02-06 21:46:35 -05:00
sql_search_test.go Upgrade Ginkgo to V2 2022-07-26 16:53:17 -04:00
transcoding_repository.go Fix error comparisons 2022-09-30 18:54:25 -04:00
user_props_repository.go Add nilerr linter 2022-09-30 20:18:14 -04:00
user_repository.go Create accounts automatically when authenticating from HTTP header (#2087) 2023-01-24 20:18:10 -05:00
user_repository_test.go Create accounts automatically when authenticating from HTTP header (#2087) 2023-01-24 20:18:10 -05:00