Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Request: Full Character Support under Compliant Filesystems #6113
Comments
|
Why don't you handle that in your application? for example, save the original title somewhere (i.e dump the JSON info and get it from there) and save the file name and the original title as metadata (say a row in a table in a DB?). Hope that helps |
|
@manrodriguezf Is "your application" referring to a wrapper I should create, or youtube-dl? |
|
A wrapper that does those two things I mentioned. Regards |
|
@Athertonius any luck? |
|
@manrodriguezf I've been rather busy with University these past weeks, but I'll try something this weekend. |
|
I think this should not be on by default – Firefox does this by default, I dualboot, and now I have multiple video files with colons or question marks in their names that I cannot open on Windows. |
When downloading videos with characters typically unsupported under NTFS, and similarly handling file systems, titles of videos with characters like ? < > \ : * | " , have their contents replaced with safe characters - this handling can be disregarded on many non-Windows, except for the fringe cases of NUL and /, and may be desirable when cataloging videos with filenames true to their titles. Such change could be implemented via a flag, proposedly --original-title.