Skip to content

Commit

Permalink
Update README, bgmlib, and dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
DTM9025 committed Jun 29, 2024
1 parent 22c1ac4 commit 6f5fdea
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:

```
Expand Down
4 changes: 2 additions & 2 deletions dist/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion dist/musicroom.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ play = true
# Filename Pattern
pattern = "%number% %name%"

loop = 1
loop = 2
fade = 10.000000

# Streaming volume (0 - 100)
Expand Down
2 changes: 1 addition & 1 deletion libs/bgmlib

0 comments on commit 6f5fdea

Please sign in to comment.