Skip to content

Commit

Permalink
Init Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Apr 11, 2023
0 parents commit 1b58519
Show file tree
Hide file tree
Showing 22 changed files with 8,863 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store
/config.json
/.idea/
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/copyright/GPL_3_0.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions .idea/copyright/LGPL_3_0.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/copyright/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Ts3AudioBotImportPlaylists

### 项目介绍

基于 TS3AudioBot 和 NeteaseCloudMusicApi 实现的,将网易云歌单导入 Ts3Bot 的脚本。
因为Ts3Bot并不提供除批量导入YouTube歌单以外的相关功能,需要手动添加,且寻找直链较为麻烦

### 依赖项目

机器人本体

[TS3AudioBot](https://github.com/Splamy/TS3AudioBot)

可以自建或用三方的

[NeteaseCloudMusicApi](https://github.com/Binaryify/NeteaseCloudMusicApi)

### 使用方法

运行环境:`JDK 17+`

运行命令:`java -jar ./Ts3AudioBotImportPlaylists-1.0-SNAPSHOT-jar-with-dependencies.jar`

自行构建或下载release的jar包,首次运行后退出,修改同目录下`config.json`内的两个api为你的地址,
请注意:两个都只需url部分 如`http://127.0.0.1:8080`,最后不要带`/`

### 使用截图

![1.png](https://cdn2.feczine.cn/2023/04/11/6434e37c85f30.png)

![2.png](https://cdn2.feczine.cn/2023/04/11/6434e37c88301.png)

### 版权声明
使用 GPLv3 协议开源
Loading

0 comments on commit 1b58519

Please sign in to comment.