Web Dev Ben
Web Dev Ben
@jbleyel , which folder are you in when you run that command? `(cd ./sourcefiles/modern/ && npm run build-css)`
openwebif$ (cd ./sourcefiles/modern/ && npm run build-css) > [email protected] build-css ~/Development/wedebe/enigma2/e2openplugin/openwebif/sourcefiles/modern > npx ./_utils/mincss.js -o '../../plugin/public/modern/' './css/**/*.css' where `pwd`: ~/Development/wedebe/enigma2/e2openplugin/openwebif/ (this works for me on MacOS) Could you do an...
Hmm, the `dist` folder isn't needed in `./sourcefiles/modern`, but that's not the issue here. does `npm run build-entry` work for you from `./sourcefiles/modern/`? Could you run `nvm ls` and post...
Great :) Should the readme be updated to clarify this?
> UPDATE !! > > Install node 14.17.1 LTS from here > https://nodejs.org/en/ > > -> Success > > Install node 16.3.0 from here > https://nodejs.org/en/ > > -> Failed...
Either way, I'm gonna investigate alternative solutions when I have some time.
[edited to add context] Seems `start` here is picking up mm:ss instead of hh:mm Unfortunately date formatting is considerably inconsistent across OpenWebif (including `begintime`/`endtime` returning serial in one place but...
[edited] @Grumpy-Geoff, could you attach the values you find in the /etc/enigma2/settings file which start with `config.usage.date.`, please? E.g.: ``` config.usage.date.compact=%-d %b config.usage.date.compressed=%-d%b config.usage.date.displayday=%a %-d %b ``` Also, what date&time...
Thanks for those settings - way more than I have! Perhaps moving the recently-added `FuzzyTime2` code from `movies.py` back to `utilities.py` and leveraging that across OWIF would bring a good...
So right now we've got OWIF FuzzyTime OWIF FuzzyTime2 OATV FuzzyTime OPLI FuzzyTime and BWIZ FuzzyTime , all of which differ slightly? 🙈