kalimaya
V2EX  ›  问与答

服务器搭建 Navidrome 音乐播放器,访问 onedrive 里的音乐,无法读取歌曲的封面和歌词,请问大佬们,如何解决?

  •  
  •   kalimaya · Jun 11, 2023 · 1504 views
    This topic created in 1093 days ago, the information mentioned may be changed or developed.

    Onedrive 已经通过 rclone 挂载到服务器 /home/music 文件夹内

    音乐文件的格式为 flac ,而且已经内置了歌词和封面。

    通过 docker 搭建 Navidrome 音乐播放器,能读取到歌曲,但是读取不到歌曲里的歌词和封面。

    version: "3"
    services:
      navidrome:
        image: deluan/navidrome:latest
        user: 1000:1000 # should be owner of volumes
        ports:
          - "4533:4533"
        restart: unless-stopped
        environment:
          # Optional: put your config options customization here. Examples:
          ND_SCANSCHEDULE: 1h
          ND_LOGLEVEL: info
          ND_SESSIONTIMEOUT: 24h
          ND_BASEURL: ""
        volumes:
          - "/dockerapp/Navidrome/data:/data"
          - "/home/music:/music:ro"
    

    有没有大佬知道这是什么原因......

    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5539 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 07:50 · PVG 15:50 · LAX 00:50 · JFK 03:50
    ♥ Do have faith in what you're doing.