JacobMcAuley / playlist_import

A module for Foundry VTT for importing playlists.
GNU General Public License v3.0
7 stars 13 forks source link

Allow importing songs with different options than default #7

Closed Sciguymjm closed 4 years ago

Sciguymjm commented 4 years ago

https://github.com/JacobMcAuley/playlist_import/blob/master/src/main.js#L114

Right now the defaults are repeat: true, lvolume: 0.5 of which both defaults should be able to be changed (or even just repeat since that's what is available during sound creation normally).

JacobMcAuley commented 4 years ago

Another great idea! It's been updated to reflect the changes. Thanks for the suggestion!