This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename application to 'Radiant Player' for trademark reasons
- Loading branch information
Showing
15 changed files
with
75 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ac/AppleScript/GoogleMusicScriptCommand.m → .../AppleScript/RadiantPlayerScriptCommand.m
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd"> | ||
<dictionary title="Google Music Terminology"> | ||
<suite name="Google Music Suite" code="GMMs" description="The suite specific to Google Music for Mac"> | ||
<dictionary title="Radiant Player Terminology"> | ||
<suite name="Radiant Player Suite" code="GMMs" description="The suite specific to Radiant Player for Google Play Music"> | ||
<command name="back track" code="GMMsbatr" description="reposition to beginning of current track or go to previous track if already at start of current track"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="next track" code="GMMsnetr" description="advance to the next track in the current playlist"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="playpause" code="GMMsplpa" description="toggle the playing/paused state of the current track"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="toggle thumbs up" code="GMMsthup" description="toggle thumbs up for current track"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="toggle thumbs down" code="GMMsthdw" description="toggle thumbs down for current track"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="toggle shuffle" code="GMMsshfl" description="toggle shuffle on/off"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="toggle repeatmode" code="GMMsrpmo" description="toggle repeat mode"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
<command name="toggle visualization" code="GMMsvisl" description="toggle visualization on/off"> | ||
<cocoa class="GoogleMusicScriptCommand"/> | ||
<cocoa class="RadiantPlayerScriptCommand"/> | ||
</command> | ||
</suite> | ||
</dictionary> |
Oops, something went wrong.