djaenecke
djaenecke
Just saw a (minor) issue in the database setup file (`database/onlineshop.sql`): ```sql START TRANSACTION; […] CREATE DEFINER=`root`@`localhost` PROCEDURE […] CREATE TABLE […] COMMIT; ``` Any DDL statement causes an implicit...
By default when the help screen was printed the script is ended by `exit()`. There are cases were this behavior is undesired. The change allows to bypass this, the default...
I have a directory with 2377 mp3 files, but minidlna will only index 799 of them. There are no errors in the log for specific files (log level warn). There...
The README suggest to look into INSTALL for instructions; unfortunately there is none. However - configure always fails for me with `configure: error: Could not find libavformat - part of...