NicePlayer
NicePlayer copied to clipboard
fullscreen, borderless multi-engine player
`NicePlayer` 0.96.2.581 fails for me on 10.6 with: ``` GCC 4.2 is not compatible with the Mac OS X 10.4 SDK (file CSMCommand.m) ``` However the next released version, 0.97.9,...
The app doesn't play anything. It just displays a back rectangle with playback controls when I mouseover it. I can add things to playlist. But when I double click on...
I just installed v0.98 for 10.8.5 and it won't open MKV files. With Perian installed, I can open them in NicePlayer as well as QT, but it will play audio...
I assume the Versioning source code directory can be removed. The set_version.m file inside is only referenced by the version.sh script, the version.sh script isn't referenced from anywhere, and the...
Using your precompiled binary of 0.98, the Check For Updates menu item produces this error message: > Update Error! > > An error occurred in retrieving update information; are you...
I've built NicePlayer 0.98 from source on macOS High Sierra 10.13 (but [using the 10.11 SDK](5)) using MacPorts and although it builds successfully it crashes immediately upon launch: ``` $...
Building for x86_64 works but building for i386 fails: ``` /path/to/NicePlayer-0.98/Plugin Sources/DVDPlayer/DVDPlayerView.m: 311:11: error: initializing 'CGPoint' (aka 'struct CGPoint') with an expression of incompatible type 'NSPoint' (aka 'struct _NSPoint') CGPoint...
Building fails on OS X 10.8: ``` /bin/sh -c /path/to/NicePlayer-0.98/build/NicePlayer.build/Release/NicePlayer.build/Script-2513D30D07BDACBC00BB6055.sh /path/to/NicePlayer-0.98/build/NicePlayer.build/Release/NicePlayer.build/Script-2513D30D07BDACBC00BB6055.sh: line 2: /usr/bin/sdp: No such file or directory ``` On OS X 10.8 there is no `/usr/bin/sdp` but it...
GitHub provides automatically-generated tarballs of your tags, but they don't contain submodules, so trying to build your project from one of those tarballs fails. Therefore it would be great if...
Building NicePlayer fails using version 10.12 or later of the macOS SDK, because NicePlayer includes QuickTime.h which Apple has removed from the macOS SDK. ``` NicePlayer-0.98/Plugin Sources/DVDPlayer/DVDPlayerView.m:9:9: fatal error: 'QuickTime/QuickTime.h'...