..
filter
Add config option to show album participations under artists in Subsonic clients
2023-01-18 14:20:06 -05:00
responses
Add ReplayGain to OpenSubsonic API Child response
2023-12-02 15:28:44 -05:00
album_lists.go
Fix getSongsByGenre pagination. Fix #1640
2023-04-05 22:39:32 -04:00
album_lists_test.go
Add getShares
and createShare
Subsonic endpoints
2023-01-24 18:36:46 -05:00
api.go
Jukebox mode ( #2289 )
2023-09-10 11:25:22 -04:00
api_suite_test.go
Rename log.LevelCritical to log.LevelFatal
2022-12-21 14:53:36 -05:00
bookmarks.go
Make ParamInt
generic (any int type)
2023-11-23 13:40:06 -05:00
browsing.go
Replace beego/orm with dbx ( #2693 )
2023-12-09 13:52:17 -05:00
helpers.go
Replace beego/orm with dbx ( #2693 )
2023-12-09 13:52:17 -05:00
helpers_test.go
Add TrackNumber to "fake" generated filenames. Fixes #1912
2022-11-02 12:11:01 -04:00
jukebox.go
Jukebox mode ( #2289 )
2023-09-10 11:25:22 -04:00
library_scanning.go
Simplify Subsonic API handler implementation
2022-11-21 12:57:56 -05:00
media_annotation.go
Handle "naked" CoverArtIDs (IDs of album, mediafiles and playlists)
2022-12-28 15:31:56 -05:00
media_annotation_test.go
Add getShares
and createShare
Subsonic endpoints
2023-01-24 18:36:46 -05:00
media_retrieval.go
Discard request for image canceled by the client before any further processing
2023-02-02 14:55:07 -05:00
media_retrieval_test.go
Return 404 when artwork is not available in /share/img
endpoint
2023-02-01 10:34:02 -05:00
middlewares.go
Some refactorings
2023-03-26 21:28:37 -04:00
middlewares_test.go
Upgrade Ginkgo to V2
2022-07-26 16:53:17 -04:00
opensubsonic.go
Return http form post extension (OpenSubsonic) ( #2676 )
2023-12-02 19:46:57 -05:00
playlists.go
Make SmartPlaylists to always be seen as changed for Subsonic clients.
2023-05-25 09:14:00 -04:00
radio.go
Sort radio stations by name
2023-01-15 16:12:22 -05:00
searching.go
Replace beego/orm with dbx ( #2693 )
2023-12-09 13:52:17 -05:00
sharing.go
Convert all Subsonic API ints to int32 as per specification ( #2252 )
2023-03-14 09:48:52 -04:00
stream.go
Add support for timeOffset
in /stream
endpoint
2023-12-02 13:10:36 -05:00
system.go
Some cleanup, adding missing context handling
2022-12-06 19:57:47 -05:00
users.go
Make Jukebox available to Subsonic clients
2023-09-14 20:15:39 -04:00