“LastPass likely could have prevented this if they were more concerned about keeping their users secure than about saving their face. Their statement is also full of omissions, half-truths and outright lies. As I know that not everyone can see through all of it, I thought that I would pick out a bunch of sentences from this statement and give some context that LastPass didn’t want to mention.” Wladimir Palant helps to decode what LastPass had to say about their latest security breach.
palant.info
Tag: metadata
Setting the compilation tag using eyeD3 and Linux
With the eyeD3 command you can easily set the compilation tag for compatibility of your MP3 files with Apple gear. Just change to the directory containing the files making up the compilation (or soundtrack) and execute the following command:
user@debian:/path/to/your/compilation/$ find ./ -name "*.mp3" -exec eyeD3 --set-text-frame=TCMP:1 '{}' ';' &
Hope this snippet proves useful.
github.com