rasguanabana / ytfs

YouTube File System
MIT License
1.1k stars 45 forks source link

Channel: searching #25

Closed beigexperience closed 4 years ago

beigexperience commented 8 years ago

Windows forbids the characters \ / : * ? " < > | from appearing in folder/file names.

So searching by "channel:channel_name" will not work. Can you provide a switch for a different delimiter?

rasguanabana commented 8 years ago

I think mount option is too much for a setting this small, but it definitely should be possible with config file, which isn't yet implemented. As for now I'll modify parser to recognise = as delimeter (interchangeably with :) Seems like I completely forgot about forbidden characters across various systems. I only did changing / to \ when a video title contains a slash, but I guess it will fail on Windows anyway. Thanks for pointing this out.