mirror of
https://github.com/hanxi/xiaomusic.git
synced 2026-03-29 10:29:45 +08:00
45 lines
1.7 KiB
Markdown
45 lines
1.7 KiB
Markdown
---
|
||
title: Jellyfin 插件将音乐歌单转成支持xiaomusic的网络歌单
|
||
---
|
||
|
||
# Jellyfin 插件将音乐歌单转成支持xiaomusic的网络歌单
|
||
|
||
Jellyfin插件安装仓库地址:https://raw.githubusercontent.com/shaoqilan/jellyfin-plugin-xiaomusic/refs/heads/main/10.11/manifest.json
|
||
使用方式:https://github.com/shaoqilan/jellyfin-plugin-xiaomusic
|
||
|
||
希望 #616 能尽早支持,这样可以避免手动更新歌单,歌单可以实时和Jellyfin音乐库保持一致
|
||
|
||
## 评论
|
||
|
||
|
||
### 评论 1 - hanxi
|
||
|
||
测试版已经实现了,可以体验一下看看效果。
|
||
|
||
---
|
||
|
||
### 评论 2 - Ass-amite
|
||
|
||
使用这个插件播放jellyfin的歌单时,如果是m4a格式的音乐文件会被识别成mp4,导致无法正常播放。
|
||
`wget -S -O /dev/null "http://192.168.7.4:30013/Audio/d7d0d9f6-a856-ab68-7725-ab03419eef59/stream?static=true"
|
||
--2026-01-12 14:19:32-- http://192.168.7.4:30013/Audio/d7d0d9f6-a856-ab68-7725-ab03419eef59/stream?static=true
|
||
Connecting to 192.168.7.4:30013... connected.
|
||
HTTP request sent, awaiting response...
|
||
HTTP/1.1 200 OK
|
||
Content-Length: 16503536
|
||
Content-Type: audio/mp4
|
||
Date: Mon, 12 Jan 2026 05:19:32 GMT
|
||
Server: Kestrel
|
||
Accept-Ranges: bytes
|
||
Last-Modified: Sun, 16 Mar 2025 23:01:54 GMT
|
||
X-Response-Time-ms: 1.9493
|
||
Length: 16503536 (16M) [audio/mp4]
|
||
Saving to: '/dev/null'
|
||
|
||
/dev/null 100%[===============================================================================================================================================>] 15.74M --.-KB/s in 0.01s
|
||
|
||
2026-01-12 14:19:32 (1.51 GB/s) - '/dev/null' saved [16503536/16503536]`
|
||
|
||
---
|
||
[链接到 GitHub Issue](https://github.com/hanxi/xiaomusic/issues/637)
|