HermesApp/Hermes
Fork: 100 Star: 379 (更新于 1970-01-01 00:00:00)
license: MIT
Language: Objective-C .
Compact macOS Pandora client that doesn’t use Flash
最后发布版本: v1.3.1 ( 2017-03-27 00:03:23)
Hermes
A Pandora client for macOS.
THIS PROJECT IS UNMAINTAINED
This means that bugs will not be fixed and features will not be added unless someone else does so. Unfortunately, the former maintainers no longer have the time and/or resources to work on Hermes further.
If you're interested in fixing up Hermes, please reply to this GitHub issue (237).
Download Hermes
- Click Download at hermesapp.org.
- Or install using Homebrew/Caskroom:
brew cask install hermes
.
If you would like to compile Hermes, continue reading.
Develop against Hermes
Thanks to the suggestions by blalor, there's a few ways you can develop against Hermes if you really want to.
-
NSDistributedNotificationCenter
- Every time a new song plays, a notification is posted with the namehermes.song
under the objecthermes
withuserInfo
as a dictionary representing the song being played. See Song.m for the keys available to you. -
AppleScript - here's an example script:
tell application "Hermes" play -- resumes playback, does nothing if playing pause -- pauses playback, does nothing if not playing playpause -- toggles playback between pause/play next song -- goes to the next song get playback state set playback state to playing thumbs up -- likes the current song thumbs down -- dislikes the current song, going to another one tired of song -- sets the current song as being "tired of" raise volume -- raises the volume partially lower volume -- lowers the volume partially full volume -- raises volume to max mute -- mutes the volume unmute -- unmutes the volume to the last state from mute -- integer 0 to 100 for the volume get playback volume set playback volume to 92 -- Working with the current station set stationName to the current station's name set stationId to station 2's stationId set the current station to station 4 -- Getting information from the current song set title to the current song's title set artist to the current song's artist set album to the current song's album ... etc end tell
Want something new/fixed?
-
Open a ticket! We'll get around to it soon, especially if it sounds appealing to us. We take all suggestions/feedback!
-
Take a stab at it yourself if you're brave. Just send us a pull request if you've got something fixed. Here's some common things to do at the command line:
make # build everything make run # build and run the application (logging to stdout) make dbg # build and run inside LLDB # Build with the 'Release' configuration instead of 'Debug' make CONFIGURATION=Release [run|dbg]
Please note that Media Key shortcuts will not work if compiled with
CONFIGURATION=Debug
(the default).
License
Code is available under the MIT License.
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2017-03-27 00:03:23 v1.3.1
2017-03-26 07:02:06 v1.3.1b1
2016-09-20 15:18:02 v1.3.0
2016-09-11 10:45:36 v1.2.9b2
2016-09-10 16:06:16 v1.2.9b1
2016-06-24 20:15:43 v1.2.8
2016-06-20 03:00:59 v1.2.8b4
2016-06-15 14:21:24 v1.2.8b3
2016-06-15 14:05:23 v1.2.8b2
2016-06-12 08:47:46 v1.2.8b1
HermesApp/Hermes同语言 Objective-C最近更新仓库
2024-11-18 13:27:42 roothide/Bootstrap
2024-09-15 10:49:02 focus-editor/focus
2024-09-02 19:28:18 opa334/TrollStore
2024-08-31 08:33:55 facebookincubator/SocketRocket
2024-08-22 18:45:46 SDWebImage/SDWebImage
2024-07-03 06:23:17 ccgus/fmdb