PBS Feeds

Yep, back working again. Another 5 months...

Yep, another 5 months :crossed_fingers:
And miibeez left instructions for how to update it next time.

1 Like

just replied. Glad to help. For anyone else on here my PBS solution is pretty slick and I actually respond in a timely manner when someone reaches out :slight_smile:

Nice!

How do I update? I don't use Compose or Portainer. Would a version of the below work (a batch file I was given to update FastChannels):

docker container stop --timeout 30 fastchannels
docker container rm fastchannels
docker image rm ghcr.io/kineticman/fastchannels
docker run -d --name fastchannels --restart unless-stopped -p 5523:5523 -v fastchannels_data:/data ghcr.io/kineticman/fastchannels:latest

Would this work:

docker container stop --timeout 30 vlc-bridge-pbs
docker container rm vlc-bridge-pbs
docker image rm registry.gitlab.com/miibeez/vlc-bridge-pbs
docker run -d --restart unless-stopped --name VLC_Bridge_PBS -p 7777:7777 registry.gitlab.com/miibeez/vlc-bridge-pbs:latest

After doing this, do I have to re-do the various setups I've done in Channels to set location, map IDs to channels in the lineup, etc.?

I checked those instructions, and they seem to be linux-specific, not something I can do as a Windows user. So is the Docker container on the source site updated?

Since I don't use portainer or compose (don't understand them), I only work with docker run commands. I'm thinking of trying to port instructions I was given for updating FastChannels to work with this, but haven't tried it yet - hoping someone more knowledgeable can help.