Skip to content

Fix song.conf issues [CORRECTIVE]

Matti Tiainen requested to merge mvtiaine/uade:fix-song-conf into master
  • Fix player override via conf file [CORRECTIVE]

  • Fix global song.conf being ignored [CORRECTIVE]

There was empty song.conf created always after first run in home dir, and then global song.conf was ignored because of it's existence. Global song.conf is still ignored if there is valid one in homedir, but looks like intended behaviour.

Fix:

  1. avoid creating useless empty file
  2. check that the song.conf file actually has some entries
  • Open global song.conf and contentdb read-only [CORRECTIVE]

Global song.conf and contentdb was opened read-write and also locked, which fails if owned by different user for example

Fixes #20 (closed), #30 (closed).

Edited by Matti Tiainen

Merge request reports