yuygfgg

Results 26 comments of yuygfgg

> Hello, is there an update in the timing for lyrics integration? My understanding is that Navidrome supports synced lyrics (exclusively). You can try my fork. It's only experimental and...

> Thank you for the provided code. This is a good first reference implementation. Unfortunately this code breaks some of paradigms. > > * I want to support as much...

所以为什么给的是localhost连接?是后台跑了音流会自动打开3000端口吗?

I'm glad to see this feature implemented—I've been anticipating it for a long time! I'm curious about how the system manages artist tags. If 'A&B' is on the whitelist, what...

> > If 'A&B' is on the whitelist, what happens with 'A&B/C'? Does it split into 'A&B' and 'C', or into 'A', 'B', and 'C'? > > > > Whitelisted...

音流好像一直都是前往的专辑艺术家,单曲艺术家从来没有过,更是不是various artists没关系。 前面subsonic api的实现有bug,是单曲艺术家,然后修了之后就变成专辑的了

> 从歌曲这里跳转艺术家,确实单曲艺术家会更符合直觉一些。 > > 之后除了subsonic,其他应该都会改回跳转单曲艺术家 1. subsonic 应该也可以单曲艺术家的,用id3api 就行。https://github.com/kagemomiji/airsonic-advanced/issues/492 > the API supports information retrieval through ID3 tags, allowing it to recognize an artist even if there is no album....

> 嗯,单曲的跳转逻辑改了之后会在专辑那里加上入口的 > > opensubsonic api 有支持程度比较好的服务端吗? https://github.com/epoupon/lms

我明白了。返回的是文件夹。参考[https://github.com/airsonic/airsonic/issues/534](https://github.com/airsonic/airsonic/issues/534),要用/getMusicDirectory 传入那个所谓的artistID((实际上是文件夹ID),然后进到随便一个专辑文件夹。这里每一个文件的artistID是这首歌的artistID,如果用文件的albumID就能去到真正的专辑,然后获取相关数据(比如专辑的artistID)。其他的bug也和这个逻辑有关,比如[#308](https://github.com/gitbobobo/StreamMusic/issues/308)

> 如果要获取专辑艺术家,必须要从专辑信息里面获取吗? > > 如果能省略获取文件夹的步骤,用search3也行(不过得支持空字符串搜索全部歌曲才行,之后我试试看),之前是因为抓包syf,看它用的这个接口 应该是search3是可以的,我直接把服务器端的search2代码换成search3,音流就能够正常搜索了,别的地方也没有出问题 [修改版本的airsonic-advance](https://github.com/yuygfgg/StreamMusic-airsonic-advanced/)