Mirror of my macOS audio player, Cog.
 
 
 
 
 
 
Go to file
Christopher Snowhill 8d231d34d4 Update several of the dependencies
- Updated libFLAC to the latest Git commit, post 1.3.4.
- Updated libid3tag to 0.16.1.
- Updated libopus to the latest Git commit.
- Updated my FFmpeg libfdk-aac patch. Previously was overwriting
  memory when it was supposed to be skipping samples.

Also added debug versions of several of the libraries, and changed
the library extractor script to unpack the debug libraries over the
release set to add the particular matching debug versions when
building a debug build.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-12 23:40:53 -07:00
.githooks [Git Hooks] Fix hook to ignore submodule projects 2022-06-09 18:55:21 -07:00
.github Added Lokalise logo and instructions. 2022-07-11 19:08:25 -04:00
.vscode Add clang-format style for VSCode. 2021-02-26 23:01:25 +03:00
Application [Translation] Privacy policy URL can now be loaded from strings files 2022-07-09 16:16:55 -07:00
Audio [Visualization Controller] Minor guard check 2022-07-11 14:39:23 -07:00
Base.lproj Experimental tag support redesign 2022-07-08 16:34:50 -07:00
Cog.help/Contents [Localizations] Remove or rename obsolete files 2022-06-19 00:03:09 -07:00
Cog.xcodeproj Update several of the dependencies 2022-07-12 23:40:53 -07:00
CogAssets.xcassets Icon: Replace icon with a newly rendered design 2022-05-02 14:35:09 -07:00
DataModel.xcdatamodeld/DataModel.xcdatamodel Ditch the data compression 2022-07-08 16:34:50 -07:00
DiskImage Removed get-dsstore.sh, its no longer used. 2007-02-25 22:23:27 +00:00
Equalizer [Equalizer] Remove unnecessary code 2022-07-03 22:40:33 -07:00
Feedback Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
FileTree [File Tree] Significantly improve the watcher 2022-07-06 22:39:47 -07:00
Formatters Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00
Frameworks Activate Polish translation 2022-07-11 14:40:32 -07:00
Icons Icon: Replace icon with a newly rendered design 2022-05-02 14:35:09 -07:00
Images Icon: Replace icon with a newly rendered design 2022-05-02 14:35:09 -07:00
InfoInspector [Event Handling] Add context to all observers 2022-06-15 16:47:43 -07:00
Playlist [Shuffle] Fix Shuffle Album mode 2022-07-11 19:44:19 -07:00
Plugins Update several of the dependencies 2022-07-12 23:40:53 -07:00
Preferences Russian translation: new strings (#310) 2022-07-11 19:58:58 -07:00
Scenes.scnassets [Visualization]: Add Spectrum window 2022-05-22 17:24:35 -07:00
Scripts Update several of the dependencies 2022-07-12 23:40:53 -07:00
Spotlight [Playlist Loader] Load files in the background 2022-07-06 14:28:14 -07:00
TagEditor Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
ThirdParty Update several of the dependencies 2022-07-12 23:40:53 -07:00
Transformers [Translation] The Big Translation Commit 2022-07-01 12:37:30 -07:00
Utils [Sandbox Broker] Only pop suggester for local URLs 2022-07-11 19:44:19 -07:00
Visualization [Spectrum] Enable switching style at runtime 2022-07-05 13:43:21 -07:00
Window Move all dialog XIBs for translation 2022-07-01 00:38:25 -07:00
Xcode-config Improve Shared.xcconfig. 2021-01-05 17:25:12 +01:00
ci_scripts [CI Scripts] Update to use `command -v` 2022-07-06 14:44:36 -07:00
en.lproj [Translation] Privacy policy URL can now be loaded from strings files 2022-07-09 16:16:55 -07:00
es.lproj [Spanish Translation] New strings 2022-07-09 16:16:55 -07:00
pl.lproj Activate Polish translation 2022-07-11 14:40:32 -07:00
ru.lproj Russian translation: new strings (#310) 2022-07-11 19:58:58 -07:00
.clang-format Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
.gitignore Update several of the dependencies 2022-07-12 23:40:53 -07:00
.gitmodules [Audio Output] Resample unsupported sample rates 2022-06-24 03:47:19 -07:00
.hgignore Added missing files and updated .hgignore file 2013-10-04 10:54:40 -07:00
.hgtags Added tag k54 for changeset ddfc3989351f 2013-10-10 17:38:05 -07:00
AboutCog.jp2 Update About Window logo 2022-07-11 19:44:19 -07:00
CODE_OF_CONDUCT.md Update Code of Conduct, remove placeholder 2022-01-30 14:38:49 -08:00
COMPILE Changed contact address in compiling guide 2013-10-11 06:17:29 -07:00
COPYING Initial revision 2005-06-02 18:16:43 +00:00
Changelog Updated COMPILE, README, Changelog, and version number. 2007-07-11 01:59:03 +00:00
Cog-Bridging-Header.h - Big Sur phase two 2020-11-22 18:16:34 -08:00
Cog.entitlements [Sandbox] Reduce entitlements granted by default 2022-06-28 22:58:57 -07:00
Cog.q1.json Equalizer: Implemented new presets contributed by Oleg-Chashko 2022-01-24 20:01:22 -08:00
Cog.sdef [AppleScript Automation] Rename Playlist member 2022-06-18 23:00:49 -07:00
Cog_Prefix.pch Initial revision 2005-06-02 18:16:43 +00:00
GoogleService-Info.plist [Crash Reporting] Replace Bugsnag with Crashlytics 2022-06-17 00:11:48 -07:00
Info.plist.template [FFmpeg Decoder] Enable Metroska and WebM videos 2022-07-05 14:25:49 -07:00
KnownIssues Completely redesigned all menus, fixed crashers due to new PlaylistEntry structure, validated menu items, added menu entry for fading, synthesized playbackStatus, updated KnownIssues 2008-02-23 22:20:14 +00:00
README.md Update README.md 2022-07-11 19:10:50 -04:00
SADIE_D02-96000.mhr Implemented all new HRTF filter 2022-07-09 16:16:55 -07:00
SpectrumViewCG.h [Spectrum Visualizer] Add crash check for SceneKit 2022-06-17 22:15:14 -07:00
SpectrumViewCG.m [Visualization System] Change API a bit 2022-06-26 05:40:06 -07:00
SpectrumWindowController.h [Visualization] Tear down window vis when not open 2022-05-22 18:39:32 -07:00
SpectrumWindowController.m [Spectrum] Enable switching style at runtime 2022-07-05 13:43:21 -07:00
TODO Version bump. 2008-06-12 22:41:26 +00:00
main.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
patrons.h Updated credits file with Patron preference 2022-07-01 00:17:55 -07:00
sf.play.pdf - Big Sur phase two 2020-11-22 18:16:34 -08:00

README.md

Cog buildable

Cog uses Lokalise for translation. If you want to contribute translations to Cog, send an email to kevin@kddlb.cl.


Cog is authored by Vincent Spader. It is released under the GPL. See COPYING for details.

The libraries folder contains various decoding and tagging libraries, which i have created Xcode projects for, and possibly modified to make compile on OS X. The various libraries are under each of their own licenses/copyrights.

All Cog code is copyrighted by me, and is licensed under the GPL. Cog contains bits of other code from third parties that are under their own licenses/copyright.

If you would like the photoshop sources for the various icons and graphics, please send me an email, and I will be happy to get them to you.

Share and enjoy. --Vincent Spader (vspader@users.sf.net)

ADDENDUM - 2022-06-21

Cog now uses App Sandbox. This requires permission paths to be granted in the settings, under the General tab. Right clicking the listing allows one to manipulate the list, including suggesting additions based on the current playlist. The suggestion dialog will pop up every path and permutation that isn't covered by an existing valid sandbox token. It is suggested to check only the paths that are most appropriate to cover most files you will ever play with Cog. It is not necessary to add either your default Music folder, your default Downloads folder, or your default Movies folder.

ADDENDUM - 2022-06-22

This branch is the App Store version. The only real difference between it and the sparkle branch is that two commits which removed the Sparkle framework were reverted in that branch. This branch contains an update to the README and an extra empty commmit so that the version numbers sync up between the two.

The App Store page for Cog is here, when it finally goes live.

ADDENDUM - 2013-09-30

I have forked this player to continue maintaining it for others to use, as its original author appears to have left it by the wayside. I will try to continue updating as I find more things that need fixing, or if I find new features to add which seem like they would be useful to me or others.

Up to date binaries will be available at the following link:

https://cog.losno.co/

--Christopher Snowhill (chris@kode54.net)

ADDENDUM - 2018-06-21

You will need to run the following to retrieve all the source code:

git submodule update --init --recursive

Setup your DEVELOPMENT_TEAM like described in Xcode-config/Shared.xcconfig to build the project.

(Add 2022-05-22) Also, be sure to configure the hooks path, so you won't accidentally commit your team ID to a project file:

git config core.hooksPath .githooks

(Add 2022-06-24) Also, you need to unpack the static and dynamic library dependencies, and update them any time the library path changes:

cd ThirdParty
tar xvf libraries.tar.xz

Screenshots

Main window and Info Inspector

Main window

Mini window

Mini window