Files
music-tag-web/README.md
2023-04-10 16:02:23 +08:00

62 lines
1.8 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
![](music-tag.png)
# 🚀 Music Tag Web
『音乐标签』Web版是一款可以编辑歌曲的标题专辑艺术家歌词封面等信息的应用程序 支持FLAC, APE, WAV, AIFF, WV, TTA, MP3, MP4, M4A, OGG, MPC, OPUS, WMA, DSF,
DFF等音频格式。
# 🎉 Feature
为什么开发web版 在使用Navidrome时我的音乐都是在远程服务器上的本地的Musictag和mp3tag不能满足我的需求 我需要部署在远程服务器上去需改线上的音乐标签相当于在使用Navidrome的边车应用。
- 该版本是我自用的小工具如果你也有这个需求可以使用。欢迎提出issues我会满足你的需求在我的能力范围内。
# 🦀 Show Project
[【音乐标签WebMusic Tag Web】](http://42.193.218.103:8002/#/)
# 🔨 How to Build
1. docker-compose -f local.yml build
2. docker-compose -f local.yml up
# 💯 How to Use
镜像已上传至阿里云Docker Registry 操作指南:
### 从阿里云Docker Registry拉取镜像
1`docker pull registry.cn-hangzhou.aliyuncs.com/charles0519/music_tag_web:latest`
### dokcer run
2. `docker run -d -p 8001:8001 -v /path/to/your/music:/app/media --restart=always registry.cn-hangzhou.aliyuncs.com/charles0519/music_tag_web:latest`
或者 使用portainer stacks部署
![img_1.png](img_1.png)
```yaml
version: '3'
services:
music-tag:
image: registry.cn-hangzhou.aliyuncs.com/charles0519/music_tag_web:latest
container_name: music-tag-web
ports:
- "8001:8001"
volumes:
- /path/to/your/music:/app/media:z
command: /start
restart: always
```
3 访问在127.0.0.1:8001
# 📷 User Interface
![](img.png)
![img_3.png](img_3.png)
![img_2.png](img_2.png)
# 💬 Contact me
各位大佬有什么意见需求欢迎提出issues我会满足你的需求在我的能力范围内。