is there a bracket missing? - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: is there a bracket missing? (/showthread.php?tid=2584) |
is there a bracket missing? - eslei - 05-25-2020 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 RE: is there a bracket missing? - Tim Curtis - 05-25-2020 Good question for the minifier https://refresh-sf.com RE: is there a bracket missing? - eslei - 06-15-2020 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 RE: is there a bracket missing? - TheOldPresbyope - 06-15-2020 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 RE: is there a bracket missing? - swizzle - 06-15-2020 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. RE: is there a bracket missing? - eslei - 06-19-2020 (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. thanks, follow your suggestion, but i'm behind tim's version and somehow could not upload the moode-sqlite3.db file. cheers RE: is there a bracket missing? - eslei - 06-19-2020 (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 RE: is there a bracket missing? - Tim Curtis - 06-19-2020 Here's a good overview of localization https://www.transifex.com/blog/2015/software-localization-guide/ It's what would need to be done to moOde sources and incorporated into the design and project. |