Page 1 of 1

Statistics -Audiobooks

Posted: 16 Dec 2014, 12:21
by madsub
I had a look at my statistics recently and noticed there are listed 0 Audiobooks.
As I have some audiobooks (MP3s) in my library - what do I have to do to get them listed as audiobooks?

Re: Statistics -Audiobooks

Posted: 16 Dec 2014, 19:19
by DoCC
i got only one audiobook ...
and this is a file named " die bombe die nicht tickt (audiobook) "

there are no special info in metaheads or mp3 tags ...
i guess the only chance to flag an audiobook, is to rename it like this

Re: Statistics -Audiobooks

Posted: 16 Dec 2014, 22:01
by gurutech
Put the audiobook files into a separate sub-folder outside your main music folder, and add it as a second media folder in Madsonic.

I did this between Music, Movies, and Audiobooks.

Re: Statistics -Audiobooks

Posted: 17 Dec 2014, 08:30
by madsub
gurutech wrote:Put the audiobook files into a separate sub-folder outside your main music folder, and add it as a second media folder in Madsonic.
My audiobooks are in a seperate folder and they don't show up as audiobooks in the statistics.

Re: Statistics -Audiobooks

Posted: 17 Dec 2014, 15:27
by Madsonic
Hi there,

for clarification: the identification for audiobooks are

Code: Select all

if (path.contains("audiobook") || genre.contains("audiobook") || path.contains("audio book") || genre.contains("audio book")) {
    return AUDIOBOOK;
}
best regards

Re: Statistics -Audiobooks

Posted: 17 Dec 2014, 16:29
by daneren2005
Mad you may want to make that a case insensitive check. A lot of people like title case ;)

Sent from my Nexus 5 using Tapatalk

Re: Statistics -Audiobooks

Posted: 17 Dec 2014, 16:37
by Madsonic
daneren2005 wrote:Mad you may want to make that a case insensitive check. A lot of people like title case ;)

Sent from my Nexus 5 using Tapatalk
Thanks, thats a good idea!

Best regards

Re: Statistics -Audiobooks

Posted: 17 Dec 2014, 20:22
by madsub
Madevil wrote:for clarification: the identification for audiobooks are
All my audiobooks have "Audiobook" in the genre-tag.
In the meantime I had a look at the integrated database-features and made a database-query "SELECT TOP 500 * FROM media_file where TYPE='AUDIOBOOK'".
The audiobooks are listed there.

But the statistics still says that iI have 0 audiobooks.
The statistic also says that I have 1 podcast with 7 MB in my MP3-Album-Folders. I never cared about podcasts in my life and I don't know what this could be.