ohare93 / brain-brew

Automated Anki flashcard creation and extraction to/from Csv
The Unlicense
89 stars 5 forks source link

Filenames that are too long are not found #1

Closed ohare93 closed 4 years ago

ohare93 commented 4 years ago

E.g: "empty-room-interior-design-open-space-big-panoramic-window-balcony-sea-view-parquet-wooden-floor-modern-contemporary-141777978.jpg"

os.walk does not seem to find files of this length. Finding a solution would be good, but for the meantime I've just manually changed my files with this.

ohare93 commented 4 years ago

Nevermind...? These three files seem to actually be missing :thinking: They are no longer working in my Anki either, as something has renamed them to a shorted file version:

empty-room-interior-design-open-space-big-panoramic-window-balcony-sea-view-parquet-wooden-floor-modern-contemporary-141777978.jpg

->

empty-room-interior-design-open-space-big-panoramic-window-balcony-sea-view-parquet-wooden-floor-modern-conte.jpg

This could not have been Brain Brew, as I have only done exporting from Anki, no imports with any of this data. My git history shows I never had the correct files in the first place. Now just to find out what renamed my files that were working a most a month ago!