If you get this error message: can't read superblock on /dev/sde1
you can try to fix it by the following code sudo fsck -yv /dev/sde1.
a thoughtful use of digital
If you get this error message: can't read superblock on /dev/sde1
you can try to fix it by the following code sudo fsck -yv /dev/sde1.
In Linux you can
such as
ffmpeg -i input.mp3 -filter:a "loudnorm" -q:a 2 output.mp3 for a change with a re-encodig of high quality, or ffmpeg -i input.mp3 -filter:a "loudnorm" -b:a 192k output.mp3 to a bitrate of 192, and so on)mp3gain -r *.mp3, or mp3gain -r -k *.mp3, to avoid clipping problem)This second way on the one hand is less invasive (and less destructive), but on the other hand the changes could be not correctly read by the audio player you use.
it may happen that keys left and right don’t work as expected, showing two columns instead of one. You can try to resize the window.
After many attempts I finally figured taht it’s impossible embed an audio playlist (such as m3u) to a webpage: you can add only multiple (audio) files, but not a playlist.
I tried with the <audio> tag: nothing to to, even with jquery or javascript. Neither with <embed> or <object> html tags: html developers allow only a single audio playing, not a playlist.
The mimetype “audio/x-mpegurl” doesn’t work.