1
0

A title was changed for a filelist.

This commit is contained in:
Alexander Andreev 2024-05-12 04:02:10 +04:00
parent 154682ea4f
commit e2555d82e3
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -4,7 +4,7 @@ radio_dir=/mnt/data/appdata/radio
case $1 in
f | filelist)
tree -H '' -T "Arav's dwelling / Radio / List" \
tree -H '' -T "List – Arav's dwelling / Radio" \
-P '*.ogg' --charset=utf-8 --prune --du -hnl \
--nolinks -o $radio_dir/filelist.html $radio_dir/music
break