You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to use multiple modV's together on the same computer (like modV2 and modV3), it would be nice to configure the app path, as currenlty it will always be modV.
The only solution right now is to change it directly in ./node_modules/modv-media-manager/lib/index.js#63:
getdataPath(){//eslint-disable-line// Change the name "modV" to whatever you want, e.g. myawesomefolderreturnpath.join(ospath.data(),'modV');}
And then you have to change the options.json that is inside the modV folder (or what ever you renamed it to), to also point to the new name:
In order to use multiple modV's together on the same computer (like modV2 and modV3), it would be nice to configure the app path, as currenlty it will always be
modV
.The only solution right now is to change it directly in
./node_modules/modv-media-manager/lib/index.js#63
:And then you have to change the options.json that is inside the modV folder (or what ever you renamed it to), to also point to the new name:
The text was updated successfully, but these errors were encountered: