Statistics -Audiobooks

Need help? Post your questions here.
madsub
Posts: 60
Joined: 04 Apr 2013, 10:35
Has thanked: 1 time
Been thanked: 19 times

Statistics -Audiobooks

Unread post 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?
User avatar
DoCC
Contributor
Contributor
Posts: 211
Joined: 25 Feb 2014, 14:41
Has thanked: 40 times
Been thanked: 65 times

Re: Statistics -Audiobooks

Unread post 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
gurutech
Contributor
Contributor
Posts: 323
Joined: 02 Jan 2013, 04:56
Has thanked: 11 times
Been thanked: 105 times

Re: Statistics -Audiobooks

Unread post 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.
madsub
Posts: 60
Joined: 04 Apr 2013, 10:35
Has thanked: 1 time
Been thanked: 19 times

Re: Statistics -Audiobooks

Unread post 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.
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: Statistics -Audiobooks

Unread post 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
daneren2005
Developer
Developer
Posts: 23
Joined: 03 Jan 2014, 00:20
Has thanked: 1 time
Been thanked: 8 times

Re: Statistics -Audiobooks

Unread post 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
User avatar
Madsonic
Administrator
Administrator
Posts: 984
Joined: 07 Dec 2012, 03:58
Answers: 7
Has thanked: 1201 times
Been thanked: 470 times

Re: Statistics -Audiobooks

Unread post 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
madsub
Posts: 60
Joined: 04 Apr 2013, 10:35
Has thanked: 1 time
Been thanked: 19 times

Re: Statistics -Audiobooks

Unread post 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.
These users thanked the author madsub for the post:
Madsonic
Rating: 7.69%
Post Reply