The migration of the docker container to a rootless one requires the
default library to move.
This change strips the library path from the path to the ROM and
replaces it with an SQL view that concatenates the library path and ROM
path.
* Server will now quit on start up if schema updates fail (closes Abort start up if an error occurs during database upgrade #221)
* Moved AgeGroups to it's own class
* Improved query performance by defining the AgeGroupId as a metadata item. A metadata refresh is required to generate this data
* Implement infinite scrolling and paging (selected via preference) (closes#202)
* Display game counts on more filter types (closes#194)
* Make game counts larger (closes#194)
* Include age groups in filtering (closes#200)
* Add sorting options (closes#145)