Mirror of my macOS audio player, Cog.
 
 
 
 
 
 
Go to file
Christopher Snowhill 812da2e331 [Table Views] Add a safety check to cell creation
Cell creation may create some other type of view, somehow. No idea how.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-07-07 16:37:42 -07:00
.githooks
.github Update debug.yml 2022-06-26 22:07:12 -07:00
.vscode
Application [File Association] Correctly play files on open 2022-07-06 17:04:02 -07:00
Audio [Playback] Prevent erroneous file from repeating 2022-07-06 02:20:20 -07:00
Base.lproj [Spectrum] Enable switching style at runtime 2022-07-05 13:54:35 -07:00
Cog.help/Contents [Localizations] Remove or rename obsolete files 2022-06-19 00:03:09 -07:00
Cog.xcodeproj Change Crashlytics symbol upload script 2022-07-06 03:37:52 -07:00
CogAssets.xcassets
DataModel.xcdatamodeld/DataModel.xcdatamodel [Sandbox] Support bookmarking individual files 2022-06-29 12:00:25 -07:00
DiskImage
Equalizer [Equalizer] Remove unnecessary code 2022-07-03 22:37:52 -07:00
Feedback
FileTree [File Tree] Significantly improve the watcher 2022-07-06 22:41:38 -07:00
Formatters Use NSNumber Literals as much as possible 2022-06-17 06:39:02 -07:00
Frameworks Greatly improve tag reading performance 2022-07-05 00:55:21 -07:00
Icons
Images
InfoInspector
Playlist [Table Views] Add a safety check to cell creation 2022-07-07 16:37:42 -07:00
Plugins [FFmpeg Decoder] Further improve Matroska tags 2022-07-05 18:15:34 -07:00
Preferences [Table Views] Add a safety check to cell creation 2022-07-07 16:37:42 -07:00
Scenes.scnassets
Scripts [CI Scripts] Update to use `command -v` 2022-07-06 14:44:05 -07:00
Spotlight [Playlist Loader] Load files in the background 2022-07-06 14:28:34 -07:00
TagEditor
ThirdParty Build libOpenMPT from source once again 2022-06-30 22:56:52 -07:00
Transformers [Translation] The Big Translation Commit 2022-07-01 12:43:18 -07:00
Utils [Sandbox Broker] Greatly speed up path resolving 2022-07-06 00:04:28 -07:00
Visualization [Spectrum] Enable switching style at runtime 2022-07-05 13:54:35 -07:00
Window Move all dialog XIBs for translation 2022-07-01 00:39:37 -07:00
Xcode-config
ci_scripts [CI Scripts] Update to use `command -v` 2022-07-06 14:44:05 -07:00
en.lproj [Translation] The Big Translation Commit 2022-07-01 12:43:18 -07:00
es.lproj [Translation] The Big Translation Commit 2022-07-01 12:43:18 -07:00
.clang-format
.gitignore Update versioning setup 2022-06-26 22:08:42 -07:00
.gitmodules [Audio Output] Resample unsupported sample rates 2022-06-24 02:46:23 -07:00
.hgignore
.hgtags
AboutCog.jp2 [About Dialog] Implemented new About dialog 2022-06-20 21:58:22 -04:00
CODE_OF_CONDUCT.md
COMPILE
COPYING
Changelog
Cog-Bridging-Header.h
Cog.entitlements [Sandbox] Reduce entitlements granted by default 2022-06-28 23:14:53 -07:00
Cog.q1.json
Cog.sdef [AppleScript Automation] Rename Playlist member 2022-06-18 23:00:49 -07:00
Cog_Prefix.pch
GoogleService-Info.plist
Info.plist.template [FFmpeg Decoder] Enable Metroska and WebM videos 2022-07-05 14:26:04 -07:00
KnownIssues
README.md Move static and dynamic libaries to archive 2022-06-24 17:04:57 -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:39:24 -07:00
SpectrumWindowController.h
SpectrumWindowController.m [Spectrum] Enable switching style at runtime 2022-07-05 13:54:35 -07:00
TODO
main.m
patrons.h Updated credits file with Patron preference 2022-07-01 00:17:01 -07:00
sf.play.pdf

README.md

Cog buildable

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 - 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