Music host #8

Closed
opened 2024-10-11 10:57:08 +00:00 by Erik · 7 comments
Owner

Jellyfin, navidrome or something else

Jellyfin, navidrome or something else
Author
Owner

Und https://picard.musicbrainz.org/ verwenden fürs tagging von Musik

Und https://picard.musicbrainz.org/ verwenden fürs tagging von Musik
Author
Owner
Siehe https://github.com/basings/selfhosted-music-overview
Author
Owner
https://github.com/ampache/ampache-docker
Author
Owner

Es könnte möglich sein einfach nextcloud mit ampache zu mirroren

Es könnte möglich sein einfach nextcloud mit ampache zu mirroren
Author
Owner

Man könnte das hier verwenden um Musik auf kleinere Geräte zu packen

Man könnte [das hier](https://wiki.hydrogenaud.io/index.php?title=LossyWAV) verwenden um Musik auf kleinere Geräte zu packen
Author
Owner

das hier verwenden um zu checken ob Musik upscaled ist

[das hier](https://losslessaudiochecker.com/) verwenden um zu checken ob Musik upscaled ist
Author
Owner

Ampache wurde installiert und mit Synfonium eingerichtet!

version: '3'

services:
  ampache:
    image: ampache/ampache:latest
    container_name: ampache
    restart: unless-stopped
    ports:
      - 8075:80
    volumes:
      - ./data/config:/var/www/config
      - ./data/log:/var/log/ampache
      - ./data/media:/media
      - ./data/mysql:/var/lib/mysql
    environment:
      DISABLE_INOTIFYWAIT_CLEAN: ${DISABLE_INOTIFYWAIT_CLEAN-0}
Ampache wurde installiert und mit Synfonium eingerichtet! ```yaml version: '3' services: ampache: image: ampache/ampache:latest container_name: ampache restart: unless-stopped ports: - 8075:80 volumes: - ./data/config:/var/www/config - ./data/log:/var/log/ampache - ./data/media:/media - ./data/mysql:/var/lib/mysql environment: DISABLE_INOTIFYWAIT_CLEAN: ${DISABLE_INOTIFYWAIT_CLEAN-0} ```
Erik closed this issue 2024-10-11 21:37:51 +00:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Erik/server#8
No description provided.