lyswhut / lx-music-mobile

一个基于 React native 开发的音乐软件
https://lyswhut.github.io/lx-music-doc/
Apache License 2.0
9.74k stars 1.31k forks source link

[Feature]: 希望加入批量 在线导入 多个音源的功能,不用一个一个导入 #520

Open chrisdong opened 1 month ago

chrisdong commented 1 month ago

解决方案检查

问题描述

目前lx-music在线导入或者本地导入 只能一次导入一个音源,能否加入批量导入多个音源的功能。

musicfree可以批量导入多个插件,用一个json文件,或者上传到网络上,获取一个url

ok影视 也支持 批量导入 多个影视资源的功能

描述你想要的解决方案

像 musicfree一样可以批量导入多个文件 https://[gitee.com/ThomasYou/musicfree/raw/master/dist/plugins.json](https://gitee.com/ThomasYou/musicfree/raw/master/dist/plugins.json)

这个文件具体内容如下:

{ "plugins": [ { "name": "bilibili", "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/v0.1/dist/bilibili/index.js", "version": "0.1.15" }, { "name": "QQ音乐", "url": "https://gitee.com/ThomasYou/musicfree/raw/master/dist/qq/index.js", "version": "0.2.6" }, { "name": "简繁音乐", "url": "https://gitee.com/ThomasYou/musicfree/raw/master/dist/wy/index.js", "version": "0.0.6" }, { "name": "云音乐", "url": "http://adad23u.appinstall.life/dist/kuwo/index.js", "version": "0.1.6" }, { "name": "咪咕音乐", "url": "https://gitee.com/ThomasYou/musicfree/raw/master/dist/mg/index.js", "version": "0.2.2" }, { "name": "酷狗", "url": "https://gitee.com/ThomasYou/musicfree/raw/master/dist/kg/index.js", "version": "0.1.6" }, { "name": "5sing", "url": "https://agit.ai/vale_gtt/MSC_API/raw/branch/master/%e7%8c%ab%e5%a4%b4%e7%8c%ab_plugs/5sing/index.js", "version": "0.1.1" }, { "name": "Audiomack", "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/v0.1/dist/audiomack/index.js", "version": "0.0.2" }, { "name": "音悦台", "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/v0.1/dist/yinyuetai/index.js", "version": "0.0.1" }, { "name": "酷歌词", "url": "https://gitee.com/ThomasYou/musicfree/raw/master/dist/kugeci.js", "version": "0.0.0" }, { "name": "歌词网", "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/v0.1/dist/geciwang/index.js", "version": "0.0.0" }, { "name": "歌词千寻", "url": "https://gitee.com/maotoumao/MusicFreePlugins/raw/v0.1/dist/geciqianxun/index.js", "version": "0.0.0" } ] }

OK影视 导入多个影视播放源

{ "urls": [

{ "url": "http://ok321.top/tv", "name": "👌OK内部" }, { "url": "http://ok321.top/ok", "name": "👌🏼OK外部" }, { "url": "http://bp.tvbox.cam", "name": "🆓白嫖" }, { "url": "http://肥猫.live", "name": "🐼肥猫" }, { "url": "http://饭太硬.top/tv", "name": "🍛饭太硬" }, { "url": "http://xhww.fun:63/小米/DEMO.json", "name": "🍚小米" }, { "url": "http://itvbox.cc/tvbox/云星日记/1.m3u8", "name": "📓云星日记" }, { "url": "http://home.jundie.top:81/top98.json", "name": "👨‍🎨俊佬" }, { "url": "https://raw.liucn.cc/box/m.json", "name": "👲刘备" }, { "url": "https://xhdwc.tk/0", "name": "0️⃣零" }, { "url": "http://tvbox.王二小放牛娃.xyz/", "name": "👦🏽放牛娃" }, { "url": "http://小白.love", "name": "🐼肥猫备用" }, { "url": "https://www.100km.top/0", "name": "0️⃣零备用" }, { "url": "http://fan.xxooo.cf/tv", "name": "🍛饭太硬备用1" }, { "url": "http://fan.888484.xyz/tv", "name": "🍛饭太硬备用2" }

]}

描述你考虑过的替代方案

No response

附加信息

No response