Rasp Pi with Streamlinks and PlayOn - Good Option?

With the newest(very nice) additions of Streamlinks and PlayOn support is a Rasp Pi still a good DVR option? I am very new to using a Pi for the DVR, so I may completely off on my thinking.

It would seem I have to unplug the external Pi library disk and connect it to a “computer” to create the StreamLinks text files and then plug it back into the Pi. Is this right?

I am pretty much an iPad Pro only user so the Pi solution works pretty well for me. I have an old 2009 Mac Mini around if I really need a computer for something, but it is never in use.

I also have an old 216+ Synology, but I was not happy with the DVR performance on that old machine. For files and photos it is fine.

Do I need to rethink my DVR setup to use these new features?

You should be able to turn on file sharing and access the Pi over the network. On iPad the Files app has the ability to connect to SMB servers, so combine it with a text editor and you should be all set.

TIL ... I had no idea that the Files app could do this, but there the option is (on the iPhone, too).

But yes, enabling the Samba option to remotely connect is probably the best/easiest way. Another option is SSH/SCP. I would probably in use the option to power off the Pi and attach the drive to another machine as a last resort.

Can file sharing be enabled on the Pi if the Pi is only being used for the ChannelsDVR via USB thumb drive? I am not using the “Pi” interface.

Are you saying Enable Samba on the Server Admin site?

Yes that’s correct.

So, being new to this do I have to use the server IP along with the \RASPPI4\MEDIA\DVR\ to connect via Files?

I think I am getting there. But, my DVR files are on an external drive connected to the Pi, so at the RASPI4/MEDIA/DVR location it is empty.

I don’t have a Raspberry Pi so I’m not sure how the standard Samba setup works, sorry. It might be possible to ask for it to share your external drive too (if it’s not shared already?) Try just using the hostname and seeing if there are multiple shares advertised.

Can someone using the Raspberry Pi image check how Samba is configured?

It appears I get a Content Unavailable - Unkown Error has occurred

Do I have to adjust the location of the DVR files to work with SAMBA?

Are you using the Channels-provided image for a Raspberry Pi 4 to boot off USB, or are you using a standard Linux install on the Pi and running Channels as a service/application like any other?

If the former, file sharing/Samba is enabled in the DVR server's web interface, the same way recordings are managed.

If the latter, then that varies depending upon which distribution of Linux and how it is handled by the OS.

Using the Channels image. Samba says to access RASPI4/MEDIA/DVR but that is not where the library resides. Do I have to move the Files?

Try opening //RASPI4/MEDIA and you should see the other drive there

Same Result

Try prefixing it with smb:, like smb://RASPI4/MEDIA/. Or by IP: smb://192.168.1.233/MEDIA/.

All options give the Content Unavailable - Unknown Error.

In iOS Files when creating the connection it asks to Connect As guest or registered. Guest will not allow anything. As Registered I am using my Channels user name. Is that correct?

No, you use the credentials for the user on the system. Perhaps a dev can chime in, as I don't know which user/pass they've established as the filesystem owner.

Does
\\RASPPI4\MEDIA
(note two P's)
or
\\192.168.1.233\MEDIA
work?

No. This does not. Invalid URL.

I can get to the Media folder using smb://192.168.1.233/MEDIA/ but not sure what needs to be user for the User name. IOS Folders connection asks to Registered user and a Name and/or optional password.

That question was never answered