Skip to content

No results for shows listed on mediathekviewweb #75

Description

@qroac

I try to add some tv shows to my library.
Namely, I tried to add:

  • Schwarzes Gold
  • HIP: Ermittlerin mit Mords-IQ
  • Ku'damm
  • Babylon Berlin
    Searches from Sonarr or Prowlarr (limited to results from mediathekarr) yielded no results.

Indexing itself seems to work. If I search e.g. for "Löwenzahn" I get results.

This is my config, quite similar to default config from the readme:

  mediathekarr:
    image: pcjones/mediathekarr:beta
    restart: unless-stopped
    container_name: mediathekarr
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/Berlin
      # You can use the web interface at http://localhost:5007 to configure the following settings
      # Alternatively, you can set them here
      - DOWNLOAD_INCOMPLETE_PATH=/data/downloads/mediathek/incomplete # Path to incomplete downloads
      - DOWNLOAD_COMPLETE_PATH=/data/downloads/mediathek/complete # Path to complete downloads"
      - CATEGORIES=tv,movies,sonarr_blackhole,radarr_blackhole # Comma separated list of categories to expose
      # Only change this if you are hosting your own API. Not needed for 99% of users
      - MEDIATHEKARR_API_BASE_URL=https://mediathekarr.pcjones.de/api/v1
    volumes:
      - ${INSTALL_DIRECTORY}/v/config/mediathek:/app/config
      - ${MEDIA_DIRECTORY}:/data
    ports:
      - 5007:5007 # Port on the left side can be changed to any value you like
    labels:
      com.centurylinklabs.watchtower.enable: true

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions