I'm a newb; for the last 4 weeks i've been trying to implement drupal to one of my websites.
Like many other people, I'm also having trouble with taxonomy & breadcrumbs.

Here I will explain what my problem is..
I have many reviews, and I would like to categorize them to animes, books and movies.
I also want to categorize them into genres (action, drama, horror, thriller and detective).
So I create two vocabularies: types and genres.

These are how they look:
Types (vocab)
-animes (term)
-books (term)
-movies (term)

Genres (vocab)
-action (term)
-drama (term)
-horror (term)
-thriller (term)
-detective (term)

From what I read, this is called "faceted metadata".
Okay, I have no problem with it, visitors can easily search my reviews.
But how can I manage my breadcrumbs? For example, I want this structure:
home >> movies >> horror
or
home >> books >> detective
or
home >> animes >> drama

I have read every tutorial, manual and discussion.
But I still can't find the answer. Did I miss something?
Is it possible to create such breadcrumbs using faceted metadata?