Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for gpodder2go #27

Open
update-freak opened this issue Jan 6, 2025 · 0 comments
Open

Support for gpodder2go #27

update-freak opened this issue Jan 6, 2025 · 0 comments

Comments

@update-freak
Copy link

The sync with gpodder2go (https://github.com/oxtyped/gpodder2go) does not work with this addon.
I openend the Addon in Kodi but got no items (only the back-dots are visible),
Not sure if the support for gpodder2go is missing or if it's a bug (In the Addon I selected the gpodder service).
Below you will find the docker compose for gpodder2go (source: oxtyped/gpodder2go#44)

services:
  gpodder2go:
    image: quay.io/mhrivnak/gpodder2go-container:mhrivnak-fork
    container_name: gpodder2go
    ports:
      - 3005:3005
    environment:
      - NO_AUTH=false
      - VERIFIER_SECRET_KEY=""
    volumes:
      - /volume1/docker/gpodder2go:/data
    restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant