Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@

# MusicName

This plugin prints the names of music played in chat based on a config file.

> [!NOTE]
> The [`clientpref-ver`](https://github.com/notkoen/sm-plugin-MusicName/tree/clientpref-ver) branch contains the code for ClientPrefs support that saves player settings for automatically displaying song names.
This plugin prints the names of music played on maps to chat based on a config file.

## Config Formatting

The plugin reads configs in the format below under `/sourcemod/configs/musicname/<mapname>.cfg`. For sample configs, you can refer to my other [Music-Names](https://github.com/notkoen/music-names) repository.

> [!CAUTION]
> File extensions must be **included** *(such as `.mp3`)* for music to be detected and displayed
> File extensions must be **included** *(such as `.mp3`)* for music to be detected

> [!CAUTION]
> File names must be **lowercase**
Expand Down
Loading