달력

4

« 2024/4 »

  • 28
  • 29
  • 30
2014. 9. 27. 22:29

비틀즈 음악이 무료!! etc2014. 9. 27. 22:29






https://itunes.apple.com/us/album/4-john-paul-george-ringo-ep/id919161 (169)

애플 아이튠즈에서 

비틀즈의 네 맴버인 존 레논, 폴 매카트니, 링고 스타, 조지 해리슨의 솔로 앨범들을 프로모션 하면서 

이들의 솔로 앨범에서 각각 한 곡씩을 모은 "4: John Paul George Ringo" 미니 앨범을 무료로 제공중 

 

아래와 같습니다.

 

1. Love : John Lennon & The Plastic Ono Band

2. Call Me Back Again : Wings (폴 매카트니)

3. Let It Down : George Harrison

4. Walk With You : Ringo Starr

 

아이튠즈 미국 링크

https://itunes.apple.com/us/album/4-john-paul-george-ringo-ep/id919161640

 



'etc' 카테고리의 다른 글

맥 사용자와 PC 사용자의 차이점  (0) 2014.09.30
모니터 크기와 모니터 두대에 관련한 작업 능률 연구결과  (0) 2014.09.30
3일  (0) 2014.09.15
촬영하지 말라고 했지  (0) 2014.09.13
뭐 그렇다구요.  (0) 2014.09.12
:
Posted by uno-ani
2013. 10. 24. 20:24

iWork 무료 및 팁!! Aperture 까지 Application/Apple2013. 10. 24. 20:24

2013.10.02 이후 구매자와 예전 DVD구매한 사용자도 무료 업데이트 가능합니다.


여기 한가지 팁!! 애플의 버그(?!)인지 이로 인해 iWork가 무료로 다운이 가능합니다.

방법은 트라이얼버젼을 다운로드 받아 설치합니다.

여기에서 중요한 것이 설정에서 언어를 영어 상위로 설정한 후 재부팅합니다.

부팅후 앱스토어를 실행해보면 iWork 업데이트 가능이라고 나옵니다.

업데이트 하고나면 자신의 Apple ID계정 구매목록에 iWork가 설정되어 버립니다.

막히기 전에 실행하여 59달러를 SAVE 하세요.  







'Application > Apple' 카테고리의 다른 글

iWorks'09 의 진화  (0) 2012.06.07
Logic 9 Install in Lion  (0) 2011.12.29
GarageBand로 대충 작업하기  (0) 2011.10.11
왕초보를 위한 Logic 무료 강좌  (0) 2009.03.06
Logic 제거하기  (0) 2009.02.28
:
Posted by uno-ani
2012. 11. 24. 22:42

Colored Folder Creator 가 무료 Application/System2012. 11. 24. 22:42

맥 사용자들 특히 여성분들에게 필요하겠군요.

폴더를 칼라로 독특하게 꾸며줍니다.


- https://itunes.apple.com/kr/app/colored-folder-creator/id412516557?mt=12




'Application > System' 카테고리의 다른 글

Data Rescue  (0) 2013.02.28
Stellar Phoenix Macintosh v3.5  (0) 2013.02.28
Parallels 설치하는 방법  (1) 2012.11.04
TeamView 설치하는 방법  (0) 2012.11.04
ISO, DMG, TOAST 이미지 파일 굽기  (0) 2012.10.19
:
Posted by Ritz®™
동영상 플레이 : mplayerx

- 메뉴 지우기등이 안될때 이 방법을 이용하면 편리하다.

- 터미널은 다음과 같이 SoptLight를 이용하여 "Terminal"을 입력해주고 클릭하여 실행한다.

Sans titre

1. MPlayerX 와 관련된 사용자 환경변수 파일은 다음과 같다.

cd ~/Library/Preferences
ls -al  |  grep MPlayerX 

org.niltsh.MPlayerX.LSSharedFileList.plist

org.niltsh.MPlayerX.LSSharedFileList.plist.lockfile

org.niltsh.MPlayerX.plist   

org.niltsh.MPlayerX.plist.SqaPxE4   

org.niltsh.MPlayerX.plist.lockfile


2. 간단하게 다음과 같이 사용자 환경설정 화일들을 제거하여 준다.

$cd ~/Library/Preferences

$sudo -s <<<- 패스워드입력, 당연히 패스워든 화면에 나타나지 않는다. #rm -rf org.niltsh.MPlayerX.LSSharedFileList.plist #rm -rf org.niltsh.MPlayerX.LSSharedFileList.plist.lockfile #rm -rf org.niltsh.MPlayerX.plist #rm -rf org.niltsh.MPlayerX.plist.SqaPxE4 #rm -rf org.niltsh.MPlayerX.plist.lockfile


3. 각각의 환경변수 설정하는 방법

기본적으로 터미널 어플리케이션을 이용하여 다음과 같이 각각의 환경변수를 설정할 수 있다.
command:

cd ~/Library/Preferences
defaults write org.niltsh.MPlayerX Name -type Value


cd ~/Library/Preferences
defaults write org.niltsh.MPlayerX SpeedStepIncre -float 0.1

Name type default value comment available from
SpeedStepIncre float 0.1 when to change the speed in the accessary control(the TextField), the increment value when press ↑↓ unknown
SubDelayStepTime float 0.1 similar with SpeedStepTime, the time in seconds unknown
AudioDelayStepTime float 0.1 similar with SpeedStepTime, the time in seconds unknown
SubScaleStepValue float 0.1 similar with SpeedStepTime, it is rational to set this value within 0-1 unknown
SeekStepTimeL float -10 when use ← to backward, the jump time in seconds unknown
SeekStepTimeR float 10 when use → to forward, the jump time in seconds unknown
SeekStepTimeU float 60 when use ↑ to forward, the jump time in seconds unknown
SeekStepTimeB float -60 when use ↓ to backward, the jump time in seconds unknown
VolumeStep float 10 when use =/- or menu to increase/decrease the volume, the increment value(should be within 0-100) unknown
SnapshotSavePath string (internal value) if you don’t want to save the snapshot pics into your ~/Pictures, the Full Path of the folder where you want to save it unknown
HideTitlebar boolean NO always hide titlebar even the mouse is hovering on the window unknown
LogMode boolean NO output logs to console unknown
Prefer64bitMPlayer boolean YES try to use 64bit mplayer, even with YES, this will fallback to NO, if you have a 32bit CPU unknown
CloseOnStopped boolean YES When playback finished, whether to close the player window unknown
SubBorderWidth integer 2 border width of the subtitle unknown
CloseWndOnEsc boolean NO close window when pressing escape unknown
PlayWhenEnterFullScrn boolean NO auto resume when entering full screen if paused unknown
SupportAppleRemote boolean YES Support Apple Remote (Remote Buddy users may want to disable this) unknown
AssSubMarginV integer 12 the position of Subtitle from bottom, in pixels unknown
ResizeControlBar boolean YES let the control bar autoresizing with window, or keep it unchanged unknown
InitialFrameSizeRatio float 1.0 the initial frame size ratio when opening a video unknown
DisableLastStopBookmark boolean NO disable the last stopped time completely unknown
ResizeStep float 0.1 the ratio when stepping up/down window size unknown
OldFullScreenMethod boolean NO the old style of full screen animation(only for Lion) 1.0.9
ClickTogPlayPause boolean NO single click to toggle play/pause 1.0.11
ARMenuKeyTogTimeDisp boolean NO AppleRemote menu key to toggle the elapse/remaining time 1.0.11
FFPThreshRatio float 1.8 the threshold to judge pinch is happening with 4 fingers 1.0.11
PauseShowTime boolean NO Show current time when paused 1.0.14
ControlUIDetectMouseExit boolean YES Hide mouse immediately when it exit from player window 1.0.14
EnableHWAccel2 boolean YES Enable Hardware Accelerated Decoding 1.0.17


'Studio > Media' 카테고리의 다른 글

Avid Media Composer/Symphony v6.5.3  (0) 2013.06.24
Wherever You Go  (1) 2013.06.07
Nothing  (0) 2012.10.23
Rhinoceros  (0) 2012.06.21
Bigasoft Audio converter  (0) 2012.06.21
:
Posted by uno-ani