Baltazar Gomez
Baltazar Gomez
Publisher page https://github.com/btzr-io/jelly-beats/issues/27
@stragu Let me know if you have more questions, I really need to write some documentation soon :stuck_out_tongue:
This is an alpha version of the project so there are some important features missing such as publish content and playlists.
@stragu Hi, any kind of help is welcome, there are some issues open if you want to check them out, most of them are `dev-code` stuff or if you prefer...
> Also, I noticed that the search for my artist name ("gentil"), lists two tracks from a few months ago, but not the three tracks uploaded to LBRY in the...
See https://choosealicense.com/licenses/mpl-2.0/
This supports more archive types but not sure how well it handles 7z : https://github.com/nika-begiashvili/libarchivejs
> Load libunrar.js in a web-worker and call readRARContent function, read the source code for parameter/return value. Also read worker.js, index.html for usage example. It seems like libunrar.js wont work...
> If you are in node.js environment then this is probably useless for you because you can call the native unrar utility/library > https://github.com/wcchoi/libunrar-js#why
**Minimal modifications:** - Add [package.json](https://docs.npmjs.com/files/package.json) - function [loadScript(url) ](https://github.com/workhorsy/uncompress.js/blob/master/js/uncompress.js#L8l) needs to be replaced by [require()](https://nodejs.org/api/modules.html#modules_loading_from_node_modules_folders) - function [currentScriptPath()](https://github.com/workhorsy/uncompress.js/blob/master/js/uncompress.js#L21) needs to be replaced by [__dirname](https://nodejs.org/docs/latest/api/globals.html#globals_dirname) - find [libunrar.js](https://github.com/wcchoi/libunrar-js) alternative (Just in...