forked from LMS-Community/slimserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog8.html
82 lines (75 loc) · 6 KB
/
Changelog8.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<h2><a name="v8.0.1" id="v8.0.1"></a>Version 8.0.1</h2>
<ul>
<li>Bug Fixes:</li>
<ul>
<li><a href="https://github.com/Logitech/slimserver/issues/437">#437</a> - New Music doesn't respect the library_id parameter.</li>
<li><a href="https://github.com/Logitech/slimserver/issues/459">#459</a> - Library items like artists (db:contributor.name=...) favorites don't return the URL in the CLI.</li>
<li><a href="https://github.com/Logitech/slimserver/issues/460">#460</a> - Retrieving a genre by ID using the CLI is not possible.</li>
<li><a href="https://github.com/Logitech/slimserver/pull/474">PR #474</a> - Ignore non-compliant CUE sheets (thanks oleg-kuh!)</li>
<li>Make sure we only poll music services for changes in the library which we actually have configured.</li>
<li>Fix album separation of multi disc sets from online services when grouping is disabled.</li>
<li>Don't offer direct firmware download if players can't handle it lack of https support.</li>
</ul>
<br />
</ul>
<h2><a name="v8.0.0" id="v8.0.0"></a>Version 8.0.0 - 2020-11-20 (e0eee9c29)</h2>
<ul>
<li><a href="Changelog7.html#v7.9.3">Upstream fixes from Logitech Media Server 7.9.3</a></li>
<br />
<li>New Features:</li>
<ul>
<li>Online music library integration: list your collection of albums vetted in your favorite streaming service as part of your "My Music" collection.</li>
<li>Improved support for Audio Books: automatically create library views and browse modes dealing with Audio Books and Authors.</li>
<li>Paste TIDAL or Deezer weblinks in to the Tune In field to play albums/playlists/tracks (thanks <a href="https://github.com/Logitech/slimserver/pull/360">mavit</a>!)</li>
<li>Keep track of recently played podcasts (thanks <a href="https://github.com/Logitech/slimserver/pull/384">philippe44</a>!)</li>
</ul>
<br />
<li>Server Changes:</li>
<ul>
<li><a href="https://github.com/Logitech/slimserver/pull/367">PR #367</a> - Improved parsing of HTTP header allows for new features (eg. AAC transcoding) and fixes some issues with streaming remote files. Thanks a lot philippe44!</li>
<li><a href="https://github.com/Logitech/slimserver/pull/305">PR #305</a> - use ORIGINALYEAR in FLAC files to override YEAR (thanks jcbodnar!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/267">PR #267</a> - HTTPS certificates are now validated when LMS acts as a client. HTTPS connections to plugin repositories are no-longer retried over HTTP when they fail. The old insecure behaviour can optionally be re-enabled, although, instead, we recommend working out why HTTPS is broken in your environment and fixing that if possible.</li>
<li><a href="https://github.com/Logitech/slimserver/pull/308">PR #308</a> - Update faad binaries to fix several CVE-2017 security issues (thanks ralphy!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/324">PR #324</a> - Implement documented, but non-functional search in "favorites" query.</li>
<li><a href="https://github.com/Logitech/slimserver/pull/346">PR #346</a> - Update Audio::Scan on Windows to 1.02 (thanks ralphy!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/355">PR #355</a> - Improved metadata handling in the xPL plugin (thanks keynet!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/429">PR #429</a> - Hide library folders from scanning with a sentinel file (thanks sciurius!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/434">PR #434</a> - Support for multiple FILE commands in CUE sheets (thanks oleg-kuh!)</li>
<li><a href="https://github.com/Logitech/slimserver/pull/448">PR #448</a> - Add support for TIDAL over HTTPS and seeking (thanks philippe44!)</li>
<li>Improved Dutch translation (thanks blackfiction!)</li>
<li>Read Conductor tag from m4a etc. files.</li>
<li>Persist some web browser side preferences like artwork mode, expanded menus etc. on the server. Safari would regularly "forget" them.</li>
<li>Improve cache purging to reduce startup time and the risk of locking up other initialization tasks.</li>
<li>Updated LWP module and dependencies to improve compatibility with newer Perl versions.</li>
<li>Support import of DSD in WavPack files (requires additional DSDPlay 3rd party plugin).</li>
<li>Add 'wav wav' rule which keeps headers.</li>
<li>Add 'aif pcm' rule and change 'aif aif' rule to keep header except for "legacy" SB.</li>
<li>Add 'H' tag in convert.conf to strip wav/aiff headers.</li>
</ul>
<br />
<li>Platform Support:</li>
<ul>
<li>Logitech Media Server now is available as a Docker image <a href="https://hub.docker.com/r/lmscommunity/logitechmediaserver">lmscommunity/logitechmediaserver</a> (thanks snoopy86, terual, pascalberger!).</li>
<li>Added Perl 5.32 modules for Linux x86_64</li>
</ul>
<br />
<li>Bug Fixes:</li>
<ul>
<li><a href="https://github.com/Logitech/slimserver/issues/277">#277</a> - add new flac binaries to fix seeking within remote flac streams in some locales (thanks ralphy!).</li>
<li><a href="https://github.com/Logitech/slimserver/issues/313">#313</a> - Advanced Search for albums returns emtpy "Song Info ()" link.</li>
<li><a href="https://github.com/Logitech/slimserver/issues/327">#327</a> - "playlist loadalbum" command is case sensitive and otherwise fragile.</li>
<li><a href="https://github.com/Logitech/slimserver/issues/366">#366</a> - Fix gapless PCM Playback on Squeezebox1 (thanks michaldie!).</li>
<li><a href="https://github.com/Logitech/slimserver/issues/388">#388</a> - Fix sorting of index bar in the web UI.</li>
<li>Always strip BOM from M3U files, not only if the first line is a comment.</li>
<li>Support wav/aif remote streams (direct and proxied).</li>
<li>Check that destination (not source) codec is supported in direct streaming.</li>
<li>Pass all seed tracks, using one API call, to MusicIP mix when used for "Dont Stop The Music".</li>
<li>Re-build Fulltext Search Index for modified playlists after they've been saved.</li>
</ul>
<br />
<li>Other:</li>
<ul>
<li>Updated translations: Swedish (thanks Johan!)</li>
</ul>
<br />
</ul>