The Wayback Machine - https://web.archive.org/web/20220407042101/https://github.com/topics/mediaserver
Skip to content
#

mediaserver

Here are 69 public repositories matching this topic...

gerbera
hmoffatt
hmoffatt commented Jun 1, 2021

The instructions for docker-compose reference a volume called gerbera-config, but it is not declared, so starting the container fails with

ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera" but no declaration was found in the volumes section.

The container needs to be declared with

volumes:
  gerbera-config: {}

However, I don't thin

Oblecto
robinp7720
robinp7720 commented Oct 10, 2021

Having an automatic method of sorting/cleaning up a media library would be incredibly beneficial.
Ideally, items should be moved to the correct location after they have been indexed, but there should also be a rest endpoint to execute a cleanup manually.

Options that should be available for cleaning up series libraries:

  • Group by (multiple may be possible, order also matters):
    • Network

Improve this page

Add a description, image, and links to the mediaserver topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mediaserver topic, visit your repo's landing page and select "manage topics."

Learn more