Moode Forum

Full Version: is there a bracket missing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, there,

in the file /www/js/playerlib.min.js

"setforclockradio-m"==$(this).data("cmd")&&$("#configure-modal").modal("toggle"), 

could it be 
"setforclockradio-m"==$(this).data("cmd")&&($("#configure-modal").modal("toggle")), ?



cheers
Good question for the minifier
https://refresh-sf.com
thanks tim, i just learned something new and i love moodeaudio.

made a chinese version of moode 6.5.2 for the convenience of several friends, glad if more people can use it, is it a good idea to put it on the github?


cheers
If you mean create your own github repo which starts as a fork of https://github.com/moode-player/moode.git, sure, why not. If you look at Tim's repo, you'll see it's been forked 57 times already.

Regards,
Kent
A separate branch or fork is probably the best choice right now but it would be cool to support localization in the main branch some day.
(06-15-2020, 10:57 AM)TheOldPresbyope Wrote: [ -> ]If you mean create your own github repo which starts as a fork of https://github.com/moode-player/moode.git, sure, why not. If you look at Tim's repo, you'll see it's been forked 57 times already.

Regards,
Kent

thanks, follow your suggestion, but i'm behind tim's version and somehow could not upload the moode-sqlite3.db file.


cheers
(06-15-2020, 11:41 PM)swizzle Wrote: [ -> ]A separate branch or fork is probably the best choice right now but it would be cool to support localization in the main branch some day.

i'm a retired hardware engineer and my computer skills are out of dates, i'd love to be able to do something, please tell me how?


thanks
Here's a good overview of localization
https://www.transifex.com/blog/2015/soft...ion-guide/

It's what would need to be done to moOde sources and incorporated into the design and project.