MP3 Player that reads the file's metadata
- 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!
- Place the dll in the Mods folder and run the game once
- In WeatherElectric.cfg, all preferences for the mod are in the MediaPlayer category
- You can also edit them in game through BoneMenu.
- MP3 files
- Mp3Tag
- 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"
- Place your MP3 files into UserData/Weather Electric/MediaPlayer/Custom Music
- 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.