diff --git a/README.md b/README.md index acdd318..f2b8a32 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -# Preservation notes +# Touhou Music Room + +The Touhou Music Room is program for playing, extracting, and tagging the music from the Touhou games. It currently supports all official games with the exception of TH13.5, TH14.5, TH15.5, and TH17.5. However, it still supports tagging music from those games if you have extracted them elsewhere. + +The music can be encoded into multiple formats (Ogg Vorbis native, FLAC and MP3 via bundled external encoders), while adding correct tags and comments in either Japanese or English. Translations are automatically downloaded and updated from the [Touhou Wiki](http://en.touhouwiki.net). You can mass update tags to your music files with this tool as well. + +You can customize the loop count, fade duration and automatic filenaming. + +It also can be used as a masstagger for the PC-98 soundtracks from Akyu's Untouched Score and every single one of ZUN's music CDs. + +Any future mainline games can be extracted with this tool by providing an appropriate bgm file in the `bgminfo` folder. To generate a bgm file for a mainline game, simply invoke the provided `valuespit_thXX.exe` with the `thbgm.fmt` file extracted from the game and edit the generated file as per the template in the `bgminfo` folder. + +## Building Prerequisites [`src/`](src/) corresponds to the source archive, [`dist/`](dist/) to the binary archive. [`libs/`](libs/) contains all used libraries as Git submodules, at the @@ -7,8 +19,6 @@ versions that were originally linked. The .bgm files and the `valuespit` tool are part of the [bgmlib repository](libs/bgmlib/). -## Prerequisites - * Clone the repo. It is suggested you do a recursive clone as follows: ``` diff --git a/dist/Readme.txt b/dist/Readme.txt index 4044244..5520312 100644 --- a/dist/Readme.txt +++ b/dist/Readme.txt @@ -37,8 +37,8 @@ Especially now. The newest version of this program, as well as the source code, can be downloaded from the following links: -- http://bit.ly/musicroom_interface -- http://dl.dropbox.com/u/13801415/Touhou/musicroom.htm +- https://github.com/DTM9025/musicroom/releases/latest +- https://github.com/DTM9025/musicroom Please only share either one of those links and not the direct link to the current version archive. diff --git a/dist/musicroom.cfg b/dist/musicroom.cfg index 7284d28..581c18f 100644 --- a/dist/musicroom.cfg +++ b/dist/musicroom.cfg @@ -10,7 +10,7 @@ play = true # Filename Pattern pattern = "%number% %name%" -loop = 1 +loop = 2 fade = 10.000000 # Streaming volume (0 - 100) diff --git a/libs/bgmlib b/libs/bgmlib index b90e648..fd7710f 160000 --- a/libs/bgmlib +++ b/libs/bgmlib @@ -1 +1 @@ -Subproject commit b90e648b8dfd4914cfbba8dba1fa6f1e7e78dcb5 +Subproject commit fd7710f2033515313428090bdca5abe7fe355830