Stable: 2.5.2
Development: 2.6-alpha3
hi,
Is there a way to make moc not care about case? some of my filenames are all lowercase but their respective playlists have mixed case (for the same filenames) and thus do not play. hope this makes sense.
thanks, moc is great
golemj
Mon, 2008-01-07 23:53
Permalink
I think it is but ...
I think that it is possible to write appropriate patch but this is more file system problem than moc problem.
For example ext2/ext3 file system is case sensitive but FAT32 (vfat) is not so if you will copy files from ext3 to FAT32 with names test.fl and Test.fl, you will have only one test.fl file on FAT32.
ratnuts
Mon, 2008-01-07 23:59
Permalink
yeah, and that is precisely
yeah, and that is precisely what i am doing :(
azurite
Wed, 2009-09-30 19:29
Permalink
what about case insensitive dir/file browsing?
would it be possible when browsing in moc to have folders/files displayed in a case insensitive manner so that lower case doesn't all get lumped at the end of the listing?
thanks for any help!