Go to file
Tmanyo 8997251dc6
Fixed crash if no songs
2018-01-09 20:56:01 -05:00
textures New Files 2016-11-02 19:37:40 -04:00
README.md Changed documentation to match function 2018-01-09 20:41:57 -05:00
init.lua Fixed crash if no songs 2018-01-09 20:56:01 -05:00
license.txt New Files 2016-11-02 19:37:40 -04:00

README.md

tmusic_player

Music player for Minetest.

This mod allows you to play music in Minetest with an easy to use interface. It allows for playing, stopping, and looping music. There is a built in help feature as well.

Adding Music:

  • To add music, you must make sure that your sound file is an OGG Vorbis. You must name the file "tmusic_player_soundname", where soundname would be the name of the song. Place this file into the sounds folder and delete the space filler text document. Do not leave the text document in there because it will serve no purpose and play nothing.

Using the Interface:

  • To open the interface, type "/music" in chat. It will open the Interface.
    • Help:
    • If you need a refresher in-game, you can press "Help" for instructions.
    • Play:
      • To play a song, click the name of the desired song in the list.
    • Stop:
      • To stop a song, press the "Stop" button.
    • Looping or Repeating:
      • To repeat a song, click the song you would like to play and click Loop Current.

If you close the form, the song will keep playing. So you can build or do whatever you want to do without the song stopping when you exit.