Page 1 of 1

Plex downloads, file name sanitizing

Posted: 27 Aug 2024 03:25
by moviebrain
I pull episodes from my local plex server into vlc for viewing when I don’t have signal.

I’ve noticed that VLC will rename or title the episodes based on the title in Plex, and often titles can have characters that are illegal as filenames, mostly the forward slash character. “/“

Is there any way to request illegal character sanitizing or replacement for files? Episodes with this specific character are unplayable and do not appear in the file picker screen for playback.

Re: Plex downloads, file name sanitizing

Posted: 27 Aug 2024 09:30
by fkuehne
How do you download from your Plex server. With our native Plex integration or via UPnP?

Re: Plex downloads, file name sanitizing

Posted: 27 Aug 2024 15:25
by moviebrain
How do you download from your Plex server. With our native Plex integration or via UPnP?
I just double checked, “universal plug’n’play upnp” under the File Servers section

Re: Plex downloads, file name sanitizing

Posted: 27 Aug 2024 15:49
by moviebrain
It looks like this could be same root problem as https://forum.videolan.org/viewtopic.php?f=36&t=163882

But I’m hoping since vlc takes the display name of the file from the plex meta data perhaps a little regex magic or string.replace wizardry could happen in between

Re: Plex downloads, file name sanitizing

Posted: 27 Aug 2024 15:58
by fkuehne
Yes, we should sanitise that. Thanks for the immediate follow-up!

Re: Plex downloads, file name sanitizing

Posted: 27 Aug 2024 15:59
by moviebrain
Yes, we should sanitise that. Thanks for the immediate follow-up!
It’s much appreciated and I look forward to it