본문 바로가기

library3

로깅 라이브러리 https://softworld.tistory.com/61 - C https://github.com/gabime/spdlog - C++ https://woochan-dev.tistory.com/9 - android https://yhzion.tistory.com/10 - java https://nowonbun.tistory.com/568 - java https://python-guide-kr.readthedocs.io/ko/latest/writing/logging.htm - python 2021. 12. 6.
vscode에서 platformio 라이브러리 추가 ~/내문서/PlatformIO/Projects/프로젝트명/lib 에 라이브러리로 사용할 파일들 or 디렉토리를 넣어주고 platformio.ini 파일에 lib_deps = 추가한 디렉토리명 해주면 include 할 때 별도의 디렉토리 명칭 없이 헤더 파일명만 주면 된다. 혹은, platformio.ini 파일에 lib_deps = http://github.com/shirriff/Arduino-IRremote 라고 주어도 로컬에 저장된 파일을 사용하는 것과 같은 효과를 준다. monitor_speed = 57600 시리얼 터미널의 속도 설정, 재시작 필요 2021. 1. 2.
plex Library 저장 위치 실제 구동시키는 스크립트인 /usr/sbin/start_pms 파일의 내용을 보면 다음과 같은 구절이 있다. export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="${HOME}/Library/Application Support" 이 위치에 plex-media-server 에서 생성한 라이브러리가 저장된다. 나는 NFS로 연결된 /Library라는 디렉토리 밑에 두기를 원했기에 다음과 같이 바꿔 주었다. export PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR="/Library/Application Support" /Library/Application Support/Plex Media Server/Plug-in Support/Databases 2020. 3. 14.