rschroll / beru

The Basic Epub Reader for Ubuntu
http://rschroll.github.io/beru/
GNU General Public License v3.0
25 stars 12 forks source link

Beru doesn't find books in subfolders on phone #30

Closed stuartlangridge closed 10 years ago

stuartlangridge commented 10 years ago

If I put books in ~/.local/share/com.ubuntu.developer.rschroll.beru/Books on the phone it works fine; if I put epubs in subfolders of that folder they are not detected. This means that I can't just copy folders of authors over from my already-categorised ebook collection, which is a bit annoying.

rschroll commented 10 years ago

This is a regression caused by 2e59f141a.

It looks like the way to do recursive file listings is with QDirIterator, and it's not too bad. http://stackoverflow.com/questions/8052460/recursive-scanning-of-directories http://qt-project.org/doc/qt-4.8/qdiriterator.html