Hi all!
I did some digging on this but I didn't find anything. If this has already been asked and answered, please just point me to the answer.
I'm running Channels DVR 2021.1101.2046 from a SSD connected to a RPi. I don't think that matters but I'm trying to make sure I give anyone any detail that can help.
When the RPi reboots, the /media/DVR/Streaming directory is gone. /media is there but the subdirectories don't show up (at least not via an ls). So I sudo mkdir DVR and then under DVR I sudo mkdir Streaming. And the directories are there when I'm done (again, at least an ls shows them). So I then run chmod -R 777 * from the media directory to insure anything that needs to write to /media/DVR/Streaming can write to it. And for a while everything works as expected.
But then a reboot must occur. I'm guessing this because when I reboot the RPi myself via the web interface and check the directories on the SDD, the /media dir is there but the rest is gone. Is there some way to make these new directories (and their permissions) persist? I mean if sudo isn't doing the trick I honestly don't know how else I could do it.
Is /media a symlink? I mean am I somehow creating the directories somewhere besides the SDD?
Any help/suggestions would be greatly appreciated. Not being able to record shows because /media/* goes away is really sort of defeating the point of having the DVR in the first place 