UltraStar-Manager icon indicating copy to clipboard operation
UltraStar-Manager copied to clipboard

UltraStar Manager

Results 7 UltraStar-Manager issues
Sort by recently updated
recently updated
newest added

When compiling I get the following error on Debian unstable: ``` # cd src && qmake UltraStar-Manager.pro && make && cd ../ g++ -c -pipe -O2 -std=gnu++11 -Wall -Wextra -D_REENTRANT...

There is no QT::endl in QT < 5.14 fast fix: ``` #include #if QT_VERSION >= QT_VERSION_CHECK(5,14,0) #define ENDL Qt::endl #else #define ENDL endl #endif ``` and replace QT::endl with ENDL

there is a PLAY Button to play the currently selected Song on right click, but there is NO Stop Button, the stop button is only in the media-player ..

I tried building UltraStar-Manager on a current Ubuntu. This resulted in an error claiming stdlib.h was not found. Googeling brought up this: https://bugreports.qt.io/browse/QTBUG-53367 => removing -isystem /usr/include from the makefile...

See https://github.com/UltraStar-Deluxe/UltraStar-Creator/issues/4

I'm running into the issue that the latest released version is pretty old (400 commits behind). I don't want to install the whole developer tool-chain just to build it so...