I need to set up a library database (mainly for books, but flexible enough to manage other media too) for my father. Therefore, my primaray needs are:
- easy to use on the frontend (enter media data, complete information via Amazon, list/view data, search for media, optionally lend)
- flexible to set up ob the backend (I want to put all features needed onto the frontend, so I need page types for enter, list, search, lend, etc.)
For what I have understood so far MediaLibrary (and BookLibrary) is designed to
- enter/manage media (or book) information entered on the backend, and
- view and lend media on the frontend
Is this true?
My main concern about the backend is that this is not built for the end-user. There are too many menus visible by default, and the end-user could distroy the setup or data by mistake.
Do you have a solution for such a scenario?