Fixed not-well-formed bcmath issue in av_metadata.html (ticket #24)
Added static method ArchiveStructure::force_decimal_point_char() for this.
https://www.php.net/manual/en/book.bc.php Reason was that bcmul() as part of BCMath "always expects a decimal point" (not comma, as it is using DE locale). Fixed by forcing (search+replace) "." instead of "," in numeric strings before using in bcmatch functions.
"bcmath function argument is not well-formed" in av_metadata.html
Warning "operation not permitted" when importing capture requests
Fixed in r563: Declaring "$rename=false" when calling move_files() for capture requests.
Fixed in rev. 566. NOTE: Before this revision, the case was kept as-is.
Capture requests with UPPERCASE filenames cause issues