sketchpunk / opencomicreader

Comic/Manga viewer for Android devices.
95 stars 37 forks source link

Feature Request: Recursive folder search #49

Closed trentmilton closed 9 years ago

trentmilton commented 9 years ago

Currently it seems the folders you add as library folders only search 1 level deep. It would be good if it could recursively search down for comics.

sketchpunk commented 9 years ago

Actually, it does a recursive search for comics. Here, look at line 180 https://github.com/sketchpunk/opencomicreader/blob/master/src/com/sketchpunk/ocomicreader/lib/LibrarySync.java

I call the function crawlComicFiles. I never had a problem with this on my devices I tested. This has been part of the app since the beginning.

trentmilton commented 9 years ago

Yea, my bad. I've had a series that failed to open and I assumed (stupidly) that there was no recursive search. I'll close this off then.