Ubuntu Forums Archive Viewer

[SOLVED] Frets on Fire songs

Archived thread 1009638 from Gaming & Leisure. Markdown source: Gaming_&_Leisure/thread_1009638_[SOLVED]_Frets_on_Fire_songs.md

Original URL About this archive
#1

I'm trying to figure out how to add new songs to Frets on Fire. In Windows (arghh) it was easy enough to just place a folder containing the appropriate files in the "songs" folder and it would recognize it. That doesn't seem to be working for me.

As a note this is a new platform I built with 64-bit Kubuntu. I have given myself full permissions on the data folder above the song folder.

Any help would be appreciated.

Thanks, Scott

#2

Appears all the files in each song directory must have all lower case names. I did that and it seemed to fix it.

Thanks, Scott

#3

To convert all the song files to lowercase with a single command:-

[FONT="Courier New"]sudo find /usr/share/games/fretsonfire/data/songs/ -depth -exec rename 's/(.*)\/([^\/]*)/$1\/\L$2/' {} \;[/FONT]

:guitar:

#4

*Thread closed.*

404