Craig McConomy

Results 8 comments of Craig McConomy

I would suggest leveraging PortableApps: https://portableapps.com/development

Currently, entering the secondary "category" screen has the effect of showing as selected, all categories that have at least one selected channel. Clicking submit deselects every channel then selects every...

that's precisely what encouraged me to write this m3u proxy. Have you run it yet? By default no channels are selected, and you can search/ filter through channel or category...

Okay I think I understand what you're saying.. the m3u source file keeps changing as new shows are added, and you want to set up rules for whether to include...

I'll give it some thought thanks for the idea

> You got it If you upgrade to the latest version (instructions in README) I added a feature to help - any channels added since the last time you visited...

Thanks. The idea I had (open to change) was every time we reload m3u, to look for all new items and call a method to determine whether to include, see:...

I was able to fix this with the following docker compose: ``` yaml version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' environment: PUID: 1000 PGID: 1000 DB_SQLITE_FILE: "/data/sqlite/database.sqlite" restart: unless-stopped ports: -...