Lucaslhm / Flipper-IRDB

A collective of different IRs for the Flipper
2.64k stars 1.04k forks source link

case-sensitive spelling of directories "Humidifiers/HoMedics" and "Humidifiers/Homedics" causes problems on case-insensitive file systems #782

Open Abdull opened 2 months ago

Abdull commented 2 months ago

There exist directories

This causes problems on case-insensitive filesystems such as NTFS.

E.g. I noticed my Linux-Windows syncthing setup failing to synchronize because of this.

Solution would be to use only one capitalization convention.

UberGuidoZ commented 1 month ago

Makes sense and agreed - any differences like that should absolutely be merged/changed. If you want to take a crack at it, more power to you. =) Otherwise I'll see if I can run through and find them all "Soon ™️ "

UberGuidoZ commented 1 month ago

Fixed the example above, will look for more as time allows.