2023-04-08 14:33:54 +08:00
2023-03-11 15:13:24 +08:00
2023-03-11 15:23:08 +08:00
2023-03-11 16:51:50 +08:00
2023-04-07 23:15:34 +08:00
2023-04-07 21:16:10 +08:00
2023-04-07 21:28:11 +08:00
2023-03-11 16:51:50 +08:00
2022-07-06 18:32:25 +08:00
2023-03-11 16:51:50 +08:00

Music Tag Web

『音乐标签』Web版是一款可以编辑歌曲的标题专辑艺术家歌词封面等信息的应用程序 支持FLAC, APE, WAV, AIFF, WV, TTA, MP3, MP4, M4A, OGG, MPC, OPUS, WMA, DSF, DFF等音频格式绿色无广告无任何功能限制。

Why me

为什么开发web版 在使用Navidrome时我的音乐都是在远程服务器上的本地的Musictag和mp3tag不能满足我的需求 我需要部署在远程服务器上去需改线上的音乐标签相当于在使用Navidrome的边车应用。

  • 该版本是我自用的小工具如果你也有这个需求可以使用。欢迎提出issues我会满足你的需求在我的能力范围内。

How to Build

  1. docker-compose -f local.yml build
  2. docker-compose -f local.yml up

How to Use

镜像已上传至阿里云Docker Registry 操作指南:

  1. docker login --username=xxx registry.cn-hangzhou.aliyuncs.com
  2. docker pull registry.cn-hangzhou.aliyuncs.com/charles0519/music_tag_web:0.05
  3. docker-compose.yml / portainer stacks img_1.png
version: '3'

services:
  music-tag:
    image: registry.cn-hangzhou.aliyuncs.com/charles0519/music_tag_web:0.5
    container_name: music-tag-web
    ports:
      - "8001:8001"
    volumes:
      - D:\Music:/app/media:z
    command: /start
    restart: always

User Interface

img_3.png img_2.png

Description
Languages
Python 42.7%
JavaScript 22%
HTML 17.8%
CSS 9.2%
Vue 6.5%
Other 1.7%