So (today) I see, File Export -> m3u / m3u8 should export as "SFN", & I think - but it's not working? (At least it wasn't working over this weekend.)
And then I think, just what is it that I'm doing? And I realize it is not export -> m3u, but rather export to .efu.
And many times I'll send .efu data to other programs, but a lot of times, those other programs can't handle "LFN".
(Oddly, said programs [for whatever reason] ignore the extraneous data [Size, Date, ...] found in the .efu., but do accept the file names - except for LFN.)
So, if there were option/switch to toggle the behavior more generally then just with .m3u, that would be helpful.
I'll export something like:
@es.ex2 -instance 15 %* -export-efu c:\out\sssGO.efu !\Windows\Recent file:And I'll use the exported file (sssGO.efu) as input to some other program:
START "" C:\WLIB\PLAYERS\mpv.net-71\mpvnet.exe C:\out\sssGO.m3u8And a sample file name (.efu, as it is) that fails (in multiple players):
Code: Select all
Filename,Size,Date Modified,Date Created,Attributes
"C:\TMP\BRU\xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx012345678999-255.char.name.وبة فنية كبيرة.jpg.txt.NoScriptBug.cleaned.mp4",891237,132992599960069972,,0
So if there were a -sfn switch, I could:
@es.ex2 -instance 15 %* -sfn -export-efu c:\out\sssGO.efu !\Windows\Recent file:to send LFN as shorts, while leaving shorts alone.
Maybe... (& of lessor value I'd expect), a -sfna (Short File Names, Always), which might help if you were running in to 2K/8K command line or drag&drop or other similar character length limits.