v56

latestSwagger 2.0Apache 2.0raw.githubusercontent.com2026-08-0616186383.8 KB
歌曲管理

批量添加电台/广播

批量添加电台/广播到数据库

post/songs/radio

Request body

cover_urlstring
is_videoboolean
titlestring
urlstring

Response

添加成功

countinteger

Example response

{
  "songs": [
    {
      "added_at": "2024-01-01T12:00:00Z",
      "album": "十一月的萧邦",
      "artist": "周杰伦",
      "bit_rate": 320,
      "cover_url": "https://example.com/cover.jpg",
      "duration": 253.5,
      "file_path": "/music/周杰伦/夜曲.mp3",
      "file_size": 10485760,
      "format": "mp3",
      "genre": "Pop",
      "id": 1,
      "language": "国语",
      "plugin_entry_path": "my-source",
      "sample_rate": 44100,
      "style": "抒情",
      "title": "夜曲",
      "track": "3/12",
      "type": "local",
      "updated_at": "2024-01-01T12:00:00Z",
      "url": "https://example.com/song.mp3",
      "year": 2005
    }
  ]
}