sentriz
668c334f45
remove redundant lastfm user session check
2022-05-18 22:01:00 +01:00
brian-doherty
50e2818cc7
feat(subsonic): make the v param optional
2022-05-18 14:20:16 +01:00
brian-doherty
64d8e014b3
fixed rendering of podcast section on admin/home for both desktop and mobile
2022-05-15 15:08:17 +01:00
sentriz
4fce8e67ce
log bad scrobble responses
...
related #219
2022-05-15 15:02:15 +01:00
brian-doherty
182c96e966
refactor(podcast)!: make podcasts global not per user, to match spec
...
Release-As: 0.15.0
2022-05-03 22:42:03 +01:00
sentriz
e883de8c95
fix(listenbrainz): set json header
...
closes #216
related https://github.com/sentriz/gonic/issues/216
related https://github.com/krateng/maloja/issues/141
2022-05-02 14:52:31 +01:00
brian-doherty
f6687df3f3
feat(subsonic): add getNewestPodcasts
2022-04-21 20:13:47 +01:00
sentriz
dc4d9e4e96
feat(subsonic): add detailed logging about requested audio
...
closes #212
2022-04-21 01:31:37 +01:00
sentriz
6bebceccd9
delete guess expected size feature
...
it it doing some really bad guesses for opus files
2022-04-21 00:47:39 +01:00
sentriz
4658d07273
fix(lastfm): make a better guess at callback protocol when incoming connection is TLS
...
closes : #213
Co-authored-by: Brian Doherty <brian.r.doherty@gmail.com >
2022-04-20 23:11:20 +01:00
sentriz
611bc96e29
fix(podcast): add error case for when DownloadEpisode is called via API and podcast is already downloaded
...
closes : #213
Co-authored-by: Brian Doherty <brian.r.doherty@gmail.com >
2022-04-20 23:11:13 +01:00
sentriz
8b803ecf20
refactor: move shared packages up a level
2022-04-13 01:10:46 +01:00
sentriz
165904c2bb
feat(transcode): add a generic transcoding package for encoding/decoding/caching
2022-04-13 01:10:46 +01:00
sentriz
fd211d706a
refactor(countrw): move to iout
2022-04-12 23:38:44 +01:00
sentriz
d7655cb9d1
fix(subsonic): change order of fromYear toYear query
...
closes #208
2022-04-02 18:04:57 +01:00
sentriz
01747c8940
fix(scanner): make sure we have an album artist before populating track
...
if we return early before i == 0 we mightn't have one
fixes #209
2022-04-02 18:03:14 +01:00
sentriz
a8e50c4a01
don't log listenbrainz scrobble errors
...
we're already logging at the subsonic level
2022-03-24 00:11:11 +00:00
sentriz
2440e69689
feat(subsonic): log error responses
2022-03-23 23:41:31 +00:00
sentriz
78853ed62b
format dockerfiles
2022-03-23 23:41:08 +00:00
sentriz
f2143e32ef
fix(scanner): respect "is full" setting
2022-03-23 20:41:55 +00:00
sentriz
1ab47d6fbe
feat(subsonic): update play stats when scrobbling
...
closes : #207
Co-authored-by: Brian Doherty <brian.r.doherty@gmail.com >
2022-03-22 20:39:57 +00:00
brian-doherty
59c404749f
feat(server): support TLS
...
* Added https support. Will revert to http if either cert or key are empty strings.
* Update server/server.go
Co-authored-by: Senan Kelly <senan@senan.xyz >
* Fixed lint issues.
Co-authored-by: Senan Kelly <senan@senan.xyz >
2022-03-14 23:38:09 +00:00
sentriz
5155dee2e8
feat(countrw): add countrw package
2022-03-10 00:49:05 +00:00
sentriz
c7862761bd
support parsing floats
2022-03-10 00:49:05 +00:00
sentriz
74c955b723
refactor: ioutil -> io
2022-03-10 00:49:05 +00:00
sentriz
5420f01089
refactor(mockfs): automatically clean up with t.Cleanup()
2022-03-02 15:19:12 +00:00
sentriz
9d406afb1f
refactor(scanner): take seed from fuzzer
2022-03-02 09:30:51 +00:00
sentriz
d6492c1521
refactor(scanner): switch ext() path
2022-02-27 20:56:53 +00:00
sentriz
e56f64a758
feat(subsonic): sort artist album list
...
fixes #197
2022-02-25 21:00:24 +00:00
sentriz
bb9b52b960
try to save some extra writes of albums
2022-02-25 20:46:42 +00:00
xavier
55c09209b6
feat(subsonic): improve getArtistInfo2.view similar artist results ( #203 )
...
Co-authored-by: xavier <xavier@futurae.com >
2022-02-25 17:49:08 +00:00
sentriz
401c17b355
add a test for a compilation album without album artist tags
...
related https://github.com/sentriz/gonic/issues/185
related https://github.com/sentriz/gonic/issues/185#issuecomment-1050092128
2022-02-24 19:15:37 +00:00
sentriz
d3d2ed3469
add a test for scan tag errors
2022-02-24 19:15:37 +00:00
sentriz
599636663d
support returning errors from mockfs tags
2022-02-24 19:15:37 +00:00
sentriz
19bc7f16aa
add test for deleting artists
2022-02-24 19:15:37 +00:00
sentriz
f7f4b8b2cc
feat(scanner): add fuzzing test
2022-02-24 19:15:37 +00:00
sentriz
10e8d18a0f
refactor: return scan context from scanner
2022-02-24 19:15:37 +00:00
sentriz
b0d5861d10
feat(mockfs): add DumpDB method
2022-02-24 19:15:37 +00:00
Gonzalo Arreche
1647eaac45
feat(subsonic): support public playlists
...
When multiple people share the same instance, they might want to share
their playlists between them.
This allows people to mark playlists as public, and to listen to public
playlists from other people. Listeners will also know who owns the
playlist, to help avoid confusion and make this feature a bit nicer.
Subsonic restrict updating playlists only to owners, this honors that
behavior, but adding flexibility could be achieved easily.
2022-02-24 16:14:51 +00:00
Senan Kelly
4176b9e9d4
Update README.md
2022-02-18 02:24:46 +00:00
sentriz
c69d45fd4e
run migrateAlbumRootDir again
2022-02-12 18:11:32 +00:00
sentriz
3dc838d36f
delete old album index even if we found the new one
...
fixes #190
2022-02-12 16:53:06 +00:00
sentriz
e64524e09e
remove debug sql print
2022-02-12 14:10:59 +00:00
xavier
92febcffe6
feat(subsonic): implement getSimilarSongs2.view
...
closes #195
2022-02-10 12:34:35 +00:00
xavier
e1cfed7965
feat(subsonic): implement getSimilarSongs.view
...
closes #195
2022-02-10 12:34:34 +00:00
xavier
39b3ae5ecb
feat(subsonic): implement getTopSongs.view
...
closes #195
2022-02-10 12:34:34 +00:00
sentriz
3d377372f7
chore: upgrade deps
2022-02-09 19:50:28 +00:00
sentriz
a74b5a261c
feat: render local artist images with no foreign key
2022-02-09 19:23:15 +00:00
sentriz
a0b9934d08
revert guessed artist folder changes
...
there seems to be a performance issue somewhere
2022-02-09 19:23:15 +00:00
djl
7fbe7c0994
feat(ui): show when a scan is in progress
2022-02-09 19:13:19 +00:00