This package has been marked as deprecated, and it's suggested another
alternative is used.

MediaPlayer
MP3 Player that reads the file's metadata
Last updated | 2 years ago |
Total downloads | 1019 |
Total rating | 3 |
Categories | Code Mods |
Dependency string | SoulWithMae-MediaPlayer-2.0.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function

TrevTV-AudioImportLib
A simple mod library that allows mod creators to import audio files as AudioClips.
Preferred version: 1.2.0
gnonme-BoneLib
A BONELAB mod for making life easier for other mod creators.
Preferred version: 2.4.0README
MediaPlayer
MP3 Player that reads the file's metadata
IMPORTANT!
- DEPENDING ON HOW MANY MP3 FILES YOU PUT IN THE FOLDER, THE GAME MAY TAKE LONGER TO START UP!
- THIS IS INEVITABLE! PUTTING IT ON ANOTHER THREAD CRASHES THE GAME, AND IF IT WERE ASYNC IT MAY NOT BE FULLY LOADED BY THE TIME YOU SPAWN ONE IN, CAUSING PROBLEMS!
Setup
Mod
Installation
- Place the dll in the Mods folder and run the game once
Preferences
- In WeatherElectric.cfg, all preferences for the mod are in the MediaPlayer category
- You can also edit them in game through BoneMenu.
Custom Audio
Requirements
- MP3 files
- Mp3Tag
File Setup
- Drag your MP3 files into Mp3Tag
- Select all of them
- Right click and hit "Actions"
- Create a new action and name it anything
- Add an "Adjust cover" action to it
- Set the max size to "336"
- Deselect all action groups EXCEPT the one you just made
- Hit "OK"
Installation
- Place your MP3 files into UserData/Weather Electric/MediaPlayer/Custom Music
Development
- The TagLib wrapper has public methods in case you want to use them.
- GetTag(string filepath, Tag tag)
- GetCover(string filepath)
- GetFilename(string filepath)
- It is all explained within the documentation file.