Audiobookshelf Recommendations

AI-powered book recommendations based on your listening history

Your Recommendations

{% if recommendations %}
{% for rec in recommendations %}

{{ rec.title }}

by {{ rec.author }}

{{ rec.description }}

Why this book:

{{ rec.reason }}

{% if rec.genres %}
{% for genre in rec.genres.split(',') %} {{ genre.strip() }} {% endfor %}
{% endif %}
{% endfor %}
{% else %}

No recommendations yet. Sync your library and generate recommendations!

{% endif %}

Recent Listening History

{% if books %}
{% for item in books %}

{{ item.book.title }}

by {{ item.book.author }}

{% if item.session.is_finished %} Finished {% else %} In Progress ({{ (item.session.progress * 100) | round | int }}%) {% endif %}
{% endfor %}
{% else %}

No listening history found. Click "Sync with Audiobookshelf" to load your data.

{% endif %}