Liang0info

Results 4 comments of Liang0info

> Hi, dear developers, I’m a huge fan of this skin😍, but as a nonnative speaker of English, I have some issues while using this skin. > > 1. **In...

> 可以使用 `{{ host | default("127.0.0.1") }}` 作为含默认值的变量 试过了,没有成功,会报错,而且编辑那一条时 Request URL 中的 `{{ host | default("127.0.0.1") }}` 会自动被URL编码,就没有再试了。HAR模板内容如下 ```JSON [{"request":{"method":"POST","url":"http://{{host | default(\"127.0.0.1\")}}:{{port}}/login","headers":[{"name":"Accept","value":"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"},{"name":"Accept-Encoding","value":"gzip, deflate"},{"name":"Accept-Language","value":"zh-CN,zh;q=0.9"},{"name":"Cache-Control","value":"max-age=0"},{"name":"Connection","value":"keep-alive"},{"name":"Content-Length","value":"45"},{"name":"Content-Type","value":"application/x-www-form-urlencoded"},{"name":"Host","value":"{{host | default(\"127.0.0.1\")}}:{{port}}"},{"name":"Origin","value":"http://{{host | default(\"127.0.0.1\")}}:{{port}}"},{"name":"Referer","value":"http://{{host | default(\"127.0.0.1\")}}:{{port}}/login"},{"name":"Upgrade-Insecure-Requests","value":"1"},{"name":"User-Agent","value":"Mozilla/5.0 (Windows...

I have encountered similar problems before, but I solved it after following the [FAQ](https://www.navidrome.org/docs/faq/#-i-have-an-album-with-tracks-by-different-artists-why-is-it-broken-up-into-lots-of-separate-albums-each-with-their-own-artist). My folder: - root/ - Artist 1/ - artist.jpg - Album 1/ - ... - Album...

Perhaps supporting artist aliases in the future is a more universal solution: #2138. Becaus the same artist has different aliases in different languages or scripts. For example, "[鄧麗君](https://musicbrainz.org/artist/5c5cb762-d95e-47af-a7bf-35171eeab8e6)" in zh-Hant,...