Commit Graph
431 Commits
Author SHA1 Message Date
sentriz 2028f6a0fd add nocache template func 2020-03-12 13:31:16 +00:00
sentriz 14481aab87 use user selected profile for transcoding 2020-03-12 13:31:16 +00:00
sentriz 55bdc2884b add crud for custom transcode selection profile 2020-03-12 13:31:15 +00:00
sentriz c475a9d042 fixup! move encode package up a level 2020-03-12 13:28:29 +00:00
sentriz b5e96f65e4 fix some lint errors 2020-03-12 13:28:29 +00:00
sentriz 8fa7e77b07 move encode package up a level 2020-03-12 13:28:28 +00:00
sentriz 8867b557dc dont allow deleting admin 2020-03-12 13:28:28 +00:00
sentriz 29e9abc1d4 scrobble with brainz trackid, not album id 2020-03-12 13:28:27 +00:00
Serge Tkatchoukandsentriz 4db3d678c4 Make cache hit/miss messages mention the track 2020-03-12 13:27:53 +00:00
Serge Tkatchoukandsentriz ed610d36f6 Use detected bitrate when logging 2020-03-12 13:27:53 +00:00
Serge Tkatchoukandsentriz c9eb142c61 Avoid fetching profile bitrate twice 2020-03-12 13:27:53 +00:00
Serge Tkatchoukandsentriz 1ab96f67b5 Change leftover "model" calls to new "db" calls 2020-03-12 13:27:53 +00:00
Serge Tkatchoukandsentriz e1c54a3484 Fix Bitrate type mismatch 2020-03-12 13:27:53 +00:00
sentriz 49194aa14e wrap some encode errors 2020-03-12 13:27:53 +00:00
sentriz 53ce82d6af move transcoding stuff to "encode" package 2020-03-12 13:27:52 +00:00
Serge Tkatchoukandsentriz 3230c8b2cb Also unexport streamTrack(), since it's only used in ctrlsubsonic 2020-03-12 13:27:52 +00:00
Serge Tkatchoukandsentriz db7c965a65 Implement client-preferred bitrate support in StreamTrack() 2020-03-12 13:27:52 +00:00
Serge Tkatchoukandsentriz ca0ec6da15 Add support for client-preferred streaming bitrate 2020-03-12 13:27:52 +00:00
Serge Tkatchoukandsentriz 1ac50b3e16 "Unexport" encodeTrack()
It's only used by StreamTrack() anyway.
2020-03-12 13:27:52 +00:00
Serge Tkatchoukandsentriz 0024e3ef8b Make linters happy 2020-03-12 13:27:52 +00:00
Serge Tkatchoukandsentriz c22fb3d482 Switch "/stream" controller to new "encode or stream cache" function 2020-03-12 13:27:51 +00:00
Serge Tkatchoukandsentriz a3abdfca08 Add "cache/encode" controller 2020-03-12 13:27:51 +00:00
Serge Tkatchoukandsentriz e93d35445c Extract client app name (needed for per-client quirks) 2020-03-12 13:27:51 +00:00
Serge Tkatchoukandsentriz 01b620cffb Add separate "Download" controller 2020-03-12 13:27:51 +00:00
Serge Tkatchoukandsentriz 9f61e92487 Add cachePath variable and CLI option 2020-03-12 13:27:51 +00:00
Serge Tkatchoukandsentriz a5ab437dd6 Tune HTTP response timeouts, to allow "slow" FFmpeg to finish 2020-03-12 13:27:51 +00:00
Duncan Overbruck 4d3c78a677 ctrlsubsonic: add genre parameter support to getRandomSongs 2020-03-03 13:40:24 +01:00
Duncan Overbruck 16d9d00408 ctrlsubsonic: add getSongsByGenre view 2020-03-03 13:40:23 +01:00
Duncan Overbruck a0d8e7c6df ctrlsubsonic: add byGenre to ServeGetAlbumListTwo 2020-03-03 13:40:23 +01:00
Duncan Overbruck 14d68f748c ctrlsubsonic: implement getGenres 2020-03-03 13:40:23 +01:00
sentriz 754bc74bc7 bump to v0.7.5 2020-03-03 12:30:26 +00:00
Duncan OverbruckandSenan Kelly 2f563c3406 spec: add IgnoredArticles attribute to Index responses
This attribute is required as per spec and keeping it empty,
complies the spec as long as articles are not ignored while indexing.
In the future, this could maybe be a user setting that could be
supported.

With this change, the aurial client works now.

* https://shrimpza.github.io/aurial/
* https://github.com/shrimpza/aurial
2020-03-03 12:22:34 +00:00
sentriz 3ec07cfded bump to v0.7.4 2020-03-01 21:12:54 +00:00
sentriz 6e0c891bcc render correct template for change password page
closes #40
2020-03-01 21:12:04 +00:00
sentriz 972bef5ad7 bump to v0.7.3 2020-02-25 20:42:49 +00:00
sentriz 8e374af629 bump to v0.7.2 2020-02-23 04:09:46 +00:00
sentriz 554a74cba5 fix user date format and create helper
closes #38
2020-02-23 04:09:02 +00:00
sentriz 3ced8221db bump to v0.7.1 2020-02-21 22:51:32 +00:00
sentriz d502945b7f rename server vars 2020-02-21 17:55:50 +00:00
sentriz 7c170a68c2 add more omitempty changes 2020-02-21 17:55:30 +00:00
sentriz 9b8a35df00 dont ommit empty json lists 2020-02-21 03:28:56 +00:00
sentriz 09d67e854e bump to v0.7.0 2020-02-21 02:21:54 +00:00
sentriz e8b0ea6713 add getRandomSongs
closes #33
2020-02-21 02:15:29 +00:00
sentriz 6de50dc865 set known mimetypes while streaming 2020-02-21 01:43:27 +00:00
sentriz e9ca7fba64 refactor server creation 2020-02-21 01:19:21 +00:00
sentriz b677af43f0 return more child counts and format sql 2020-02-21 00:00:43 +00:00
sentriz 2c5970d77c update migration order 2020-02-20 00:31:13 +00:00
sentriz 55cb4145c4 fix playlist updating 2020-02-19 23:56:58 +00:00
sentriz a42edc3441 move models into db package 2020-02-19 20:08:37 +00:00
sentriz e67588623b return similar artists 2020-02-12 16:20:04 +00:00