golgote / rposx

The official OS X client to the Radio Paradise web radio.

Home Page:http://www.ilTofa.com/rphd/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Radio Paradise is a unique blend of many styles and genres of music, carefully selected and mixed by two real human beings — enhanced by a dazzling photo slideshow, tied in thematically with the songs that are playing. There's nothing else that's quite like it.

The Application

This is an OS X client for Radio Paradise. It is derived from the iOS app for radio paradise (also open source).

The app is currently published on the Mac App Store. If you only ned the executable, grab it from there.

The code

The code is almost the same of the iOS version and is based on AVPlayer, that manage all the audio play (both "standard" and PSD).

Main Controller

The main controller is RPWindowController. Code is hopefully easy to follow. There are 3 AVPlayer objects to manage the main stream and the PSD stream (PSD needs two object to manage the "PSD to PSD transition"), state transitions for the streams are managed via KVO.

Metadata about the played song are taken directly from radio paradise (not from the stream metadata, because AVPlayer do not supports that for network streams), a NSTimer handles the task (in -[metatadaHandler:timer]). Another NSTimer manages the load of the images for the HD stream (in -[loadNewImage:timer]). PSD play is triggered and managed here. The "return" from the PSD is also timer-triggered.

The management of UI state and stream start is via KVO.

The main controllers also tries to manage the fading between the main stream and the PSD streams. Unfortunately volume controls (and therefore the fading) don't work on main stream. This is a know limitation of AVPlayer (cfr. Apple's qa1716 ). The fading work on the PSD songs.

The application logs heavily when DLog() (defined in RadioParadise-Prefix.pch) is set to have output. Be aware to not distribute the application with logging on (it's really, really verbose).

Acknowledgements

This application uses code from:

STKeyChain by Buzz Andersen PiwikTracker by Mattias Levin iRate by Nick Lockwood.

The latest are included as submodules from my forks.

About

The official OS X client to the Radio Paradise web radio.

http://www.ilTofa.com/rphd/index.html