A modern Music Player Daemon based on Rockbox open source high quality audio player
libadwaita audio rust zig deno mpris rockbox mpd

Update spellcheck script.

- Fix wrong argument list for screenshot macro
- Add some more macros to the ignore list.
- Ignore tex files in platforms/
- Add a user wordlist with common Rockbox terms.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30276 a1c6a512-1295-4272-9138-f99709370657

+32 -3
+6 -3
manual/spellcheck.sh
··· 13 13 # This will invoke aspell interactively. 14 14 15 15 MANDIR=$(dirname $0) 16 + PERSONALDICT=$MANDIR/spelldict.pws 16 17 if [ $# -gt 0 ]; then 17 18 TEX_FILES="$1" 18 19 else 19 - TEX_FILES=$(find "$MANDIR" -name "*.tex" | sed -e "s/\S*preamble.tex//") 20 + TEX_FILES=$(find "$MANDIR" -name "*.tex" | sed -e "s/\S*preamble.tex//;/platform\//d;") 20 21 fi 21 22 22 23 for file in $TEX_FILES; do 23 24 aspell -t -l en_UK-ise --add-tex-command="opt pp" \ 24 - --add-tex-command="nopt pp" --add-tex-command="screenshot ppo" \ 25 + --add-tex-command="nopt pp" --add-tex-command="screenshot ppp" \ 25 26 --add-tex-command="reference p" --add-tex-command="fname p" \ 26 27 --add-tex-command="wikilink p" --add-tex-command="IfFileExists p" \ 27 28 --add-tex-command="newcommand pp" --add-tex-command="renewcommand pp" \ 28 - --add-tex-command="download p" \ 29 + --add-tex-command="download p" --add-tex-command="begin ppp" \ 30 + --add-tex-command="config p" \ 31 + --personal=$PERSONALDICT \ 29 32 -c $file 30 33 done
+26
manual/spelldict.pws
··· 1 + personal_ws-1.1 en 25 2 + Gapless 3 + Rockbox 4 + Codecs 5 + Viewports 6 + wiki 7 + JPEG 8 + filename 9 + kbps 10 + Lossless 11 + Quickscreen 12 + playlist 13 + cuesheet 14 + Plugins 15 + ASF 16 + FLAC 17 + NES 18 + realtime 19 + Vorbis 20 + Lossy 21 + AAC 22 + codec 23 + viewport 24 + plugin 25 + WPS 26 + metadata