I like to have footcite likt this: First Name, Last Name, Title, Location, Publisher, Date and a bibliography like this: Last Name, First Name, Title, Location, Publisher, Date
My code:
\documentclass[a4paper, 11pt]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[ngerman] {babel}
\usepackage[autostyle,german=guillemets]{csquotes}
\usepackage[style=verbose-ibid, autocite=footnote]{biblatex}
\DeclareDelimFormat[bib]{nametitledelim}{\addcomma\space}
\renewcommand{\bibfootnotewrapper}[1]{%
\bibsentence#1}
\renewcommand*{\finentrypunct}{}
The problem is the dot between the title and the location. I also like to have a enumerated bibliography like -source1 -source2 ...
Thank you for helping!

itemize-d bibliography with just dashes or bullet points instead of a numbered bibliography? – moewe Dec 20 '18 at 12:54