flackbash / AudioAnchor

Android audio player that tracks the listening progress of your audio books and podcasts
GNU General Public License v3.0
216 stars 40 forks source link

Recursively scan folders for Audiobooks #92

Open grrrrr opened 3 years ago

grrrrr commented 3 years ago

Currently it appears that AutioAnchor will only scan one folder deep, this is quite limiting in how you add audiobooks or somewhat throw any organized folder structure out the window.

As I might have a number of books by the same author I organize as follow

SD Card
   |_ Audibooks
       |_ Author 1
          |_ Book 1
          |_ Book 2
       |_ Author 2
          |_ Book 1
          |_ Book 2

Using this structure, if I add the Audiobooks folder for import, I can see a list of imported authors in AudioAnchor but they are all empty.

To add all the books I would have to import each Book n folder separately which is time consuming.

A better option would be to recursively scan all folders as deep as is needed to ensure all books are added. To see this setup in use, check Voice app

flackbash commented 3 years ago

I will think about it. Thanks for the suggestion!

robbbbit commented 3 years ago

That would be a great feature I miss in AudioAnchor.