Channels DVR

Just wondering if anyone anyone has installed Channels DVR using docker yet? Since TrueCharts is no longer supported I can’t upgrade until I figure out how to reinstall it. I’m just starting to experiment with Docker but the installation on Electric eel seems to be a little different than just running the provided command to deploy the container.

Are you using this Channels — Channels DVR Server yml?
It looks simple enough but I haven’t tried it myself. A common cause of trouble is setting the wrong permissions on the Host Path directory.

If you elaborate on where you get stuck others will have an easier time assisting you.

I appreciate the response. I was curious if anyone has tried it yet on Electric eel because I haven’t seen it posted anywhere yet. I haven’t looked into Docker much until now. I was able to spin it up pretty easily on Linux but TrueNAS is quite different.

It is a little fiddly at first, but I have it running well with EE. Under Proxmox even. Works great once dialed in.

I’m having a really hard time with ChannelsDVR. I dont know much about Docker. I have Channels installed where it pulled the image from Docker Hub but, i lose all configuration anytime I restart the app or server.

It is running great until a restart of any kind.

I have read about persistant storage but i am unable to get this figured out,

I’m too old for all the new technology…

You’re not too old for technology and the channels app sucks like that. If you reboot it works fine, but anytime you restart or upgrade, you have to restore the database.

I go to ChannelDVR settings page → general → save database backup, after restart or upgrade, just restore the latest database backup and it brings you exactly back to where you were. I tried to figure out why it did this for a while, but now I just use that process and everything it great.

I’ve just tried this and not working for me. I don’t use Channels in the traditional sense. I’m not using the DVR feature, or anything like that. I am only using it for TVEverywhere so I can log into my cable provider and have Channels generate a M3U and EPG that I can use in Emby.

So when I restore the backup, I have lost all of my live tv sources and the downloaded epg’s leaving me to recreate the sources again.

There is finally a community version of ChannelsDVR in the apps section of Truenas Scale but it ofcourse gives me a chrome error when i try to setup my sources in TVEverywhere.

Yeah, I don’t use TVE but my over the air sources are not impacted, the EPG data is, but I have 8GB internet, so that isnt a concern.

I’ve managed to migrate my Channels DVR server semi-fluidly as the BSD support was being phased out.

I use the community app version on 25.04 currently. I did have to manually set the User and Group IDs to match what my prior system used (820, in my case), i enabled “Host Network” so I could have it be discoverable (not needed, but simplifies not needing to set up all TVs yet again), and set the storage configuration to where I had it stored before as well as DVR recordings. I also have some static movies and tv content I shared via Host Path methods at the same path as prior (e.g. /mnt/MEGARAID/Media/Channels_TV → /mnt/TV ) and it all seems to work after I restored a fresh database backup from the DVR store. (remember to make a new one just before disabling the old server)

I’d like to set up an Instance (jail), even manually, but when I tried, there was no write access to the DVR storage, rendering it all moot at the moment. If theres a way to do that, I’d like to know, but with the experimental state of Instances, I don’t need to yet.

Other instances I had done, which is what I mean by fluid, I had tinkered with using a Raspberry Pi with the data stores mounted over NFS, and that seemed to work similarly (uses a container there too). For extra weird, just before I migrated to SCALE, I had configured a BHYVE VM on CORE running Debian to serve as DVR, which again I opted mount the data stores over NFS, which worked despite being the same physical machine. Instances wouldn’t be able to do that if MACVLAN is used, something about the stack being implemented in a way that confuses switches.

So I’ve been having good luck with Channels. I come from currently using linux for work, and having used it as my primary os and free time hobby (including custom kernel mods) in college in the late 90’s. After tinkering with SCALE on VMs and an older server for a few months, I figured it was time to transition. Which I did just yesterday.