I’m a recent convert to the Channels DVR, and have used Plex to serve my media for a long time (and Plex DVR since it was in beta). I’d find it extremely helpful if Channels could support a typical existing Plex media hierachy:
-
Provide settings to relocate the
TV/
andMovies/
folders somewhere besides inside theChannels/
folder. In my case, In my system, theChannels/
folder is in/var/lib
(on the rootfs SSD) and my media is on a large raid array, under/video
. I imagine separating your working info (guide data, etc.) from your bulk storage (recordings) isn’t an uncommon arrangement. -
add ‘Season nn’ subfolders under each folder for a TV show. Plex is happier that way.
-
only replace a recording if it is higher quality than the existing one (or the same but with multi-channel audio). I really don’t want Channels DVR to ‘downgrade’ recordings
While I can work around these in a somewhat clunky way, it’d be much nicer if it ‘just worked’, particularly for other customers who may not be as technically adept as I am (I’m going to have to write some code…).
I know I can add the Channels/Movies
and Channels/TV
folders to Plex, but I then end up with many duplicate recordings consuming disk space (Channels doesn’t know when I already have an older episode of ‘Elementary’ for example, and will record it again). I could hardlink my existing recordings into the Channels folders, but I’m not sure how happy Channels would be if terabytes of ‘foreign’ recordings suddenly appeared in its private folders. Ditto if I mapped the Channels folders to my existing Movie and TV folders (e.g. with a symlink or bind-mount). Plus since there are no ‘Season’ folders under Channels/TV
, I’d still have the duplicate recording problem.
I realize these are not trivial to implement, and I appreciate you considering them, as I’m sure all your mutual Channels DVR & Plex users would.
- Paul