mesure et mp3 tagging

This commit is contained in:
qo-op 2020-05-26 04:03:16 +02:00
parent 8a13c26f91
commit d8c7725ec5
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ fi
# MPD/MPC RompR AUDIO LAYER
###############################
if [[ ! $(which mpd) ]]; then
sudo apt-get install libid3-tools mpd mpc lame ffmpeg lsof inotify-tools -y || err=1
sudo apt-get install libid3-tools mpd mpc lame ffmpeg lsof lltag inotify-tools -y || err=1
sudo apt-get install lame sox libsox-fmt-mp3 eyed3 python-chardet imagemagick curl -y || err=1 #libav-tools unavailable on some system
sudo apt-get install ca-certificates git-core binutils rsync alsa-utils bc espeak mpg321 fuse atomicparsley -y || err=1

View File

@ -57,7 +57,7 @@
<nav class="navbar navbar-light bg-light static-top">
<div class="container">
<a class="btn btn-lg btn-primary" href="/profile" onclick="javascript:event.target.port=10040;event.target.protocol='http:';" target="oasis">Réseau social</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10030;event.target.protocol='http:';" target="cesium">Unité de mesure</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10030;event.target.protocol='http:';" target="cesium">Unité monétaire</a>
<a class="btn btn-lg btn-primary" href="/index.html" onclick="javascript:event.target.port=10020;event.target.protocol='http:';" target="gchange">Marché intelligent</a>
</div>
</nav>