6 Commits

Author SHA1 Message Date
laker-93
8aaba56f0d fix beets address and add is_duplicate field. (#2)
* fix beet address

* add is_duplicate to sql db. Set if the 'dup' tag of the media file is set.
2024-12-27 21:55:30 +00:00
laker-93
bfd9449494 Add user filter for deleting songs. Add get beets id endpoint. (#1)
* add get beets id from navidrome song id endpoint

* add getBeetTrack api

* fix delete song api
2024-12-27 21:52:11 +00:00
luke-1993
aebb823948 add query string when calling beets delete http api to permanently delete from disk 2024-12-27 21:52:11 +00:00
luke-1993
80eafe7c38 extract song ids to delete from body of HTTP request, rather than params. 2024-12-27 21:52:11 +00:00
luke-1993
fc42a930e2 fix error now we are synced with upstream 2024-12-27 21:52:11 +00:00
luke-1993
c94e894beb * add dockerfile
* set default value for 'ReportRealPath' to True
* move deleteSong logic from subsonic apis to native-apis
2024-12-27 21:52:04 +00:00