|
From: Tapio V. <aa...@us...> - 2009-12-03 15:07:12
|
Module: performous Branch: master Commit: a3f62e7b8fbe95aacf87c15b40c4d5f8618d3fc1 Author: Tapio Vierros <tap...@gm...> Date: Thu Dec 3 17:06:10 2009 +0200 Added Frets on Fire song dirs to search path. --- data/schema.xml | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/data/schema.xml b/data/schema.xml index a535623..60fcd55 100644 --- a/data/schema.xml +++ b/data/schema.xml @@ -212,9 +212,12 @@ to save the current settings to XML. <!-- System preferences --> <entry name="system/path_songs" type="string_list"> <stringvalue>/usr/local/share/games/ultrastar/songs/</stringvalue> + <stringvalue>/usr/local/share/games/fretsonfire/data/songs/</stringvalue> <stringvalue>/usr/share/games/ultrastar/songs/</stringvalue> + <stringvalue>/usr/share/games/fretsonfire/data/songs/</stringvalue> <stringvalue>../songs/</stringvalue><!-- For Windows where the program is started in bin/ --> <stringvalue>~/.ultrastar/songs/</stringvalue> + <stringvalue>~/.fretsonfire/songs/</stringvalue> <locale name="C"> <short>Song folders</short> <long>Where to recursively look for songs.</long> |