2017년 10월 31일 화요일

Ubuntu 16.04에서 FLAC(or APE)+CUE 파일 분할하기

$ sudo apt install cuetools shntool flac 
 
$ sudo apt-add-repository -y ppa:flacon
$ sudo apt update
$ sudo apt install -y flacon 

$ iconv -f shift_jis -t utf-8//IGNORE original.cue -o new.cue
 
$ cuebreakpoints new.cue
3:53.05
7:35.23
11:27.53
....
 
$ shnsplit -f new.cue -o flac -t "%n - %p - %t" original.flac
 
$ mkdir original
$ mv original.flac original/.
 
$ cuetag new.cue *.flac
 

https://item4.github.io/2016-09-08/Split-FLAC-with-CUE-on-Ubuntu-16_04/ 


2017년 10월 28일 토요일

gemini scripts

  5. 외로움을 기본값으로 인정하기 "인간은 원래 혼자 와서 혼자 가는 존재"라는 사실을 담담하게 받아들이는 마인드셋이 중요합니다. 괴로운 외로움은 '남들은 다 행복해 보이는데 나만 혼자야'라는 비교에서 옵니다. 누구...