Skip to content

Commit

Permalink
Major program update.
Browse files Browse the repository at this point in the history
Added diagnostics,
improved playlist limit management,
improved management of multiple playlists
  • Loading branch information
Harpo3 committed Jul 21, 2020
1 parent 9b4b316 commit 3ea808c
Show file tree
Hide file tree
Showing 6 changed files with 192 additions and 378 deletions.
2 changes: 0 additions & 2 deletions ArchSimian.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ SOURCES += \
src/main.cpp \
src/playlistcontentdialog.cpp \
src/playlistfunctions.cpp \
src/playlistlimit.cpp \
src/utilities.cpp \
src/writesqlfile.cpp \
src/getartistexcludes.cpp
Expand All @@ -60,7 +59,6 @@ HEADERS += \
src/lastplayeddays.h \
src/playlistcontentdialog.h \
src/playlistfunctions.h \
src/playlistlimit.h \
src/utilities.h \
src/writesqlfile.h

Expand Down
502 changes: 179 additions & 323 deletions src/archsimian.cpp

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/archsimian.ui
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,9 @@ MediaMonkey database backup file</string>
</property>
</widget>
<widget class="QSlider" name="playlistLimitSlider">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>90</x>
Expand Down Expand Up @@ -2122,6 +2125,9 @@ MediaMonkey database backup file</string>
</property>
</widget>
<widget class="QLabel" name="playlistLimitSliderValue">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>360</x>
Expand All @@ -2135,6 +2141,9 @@ MediaMonkey database backup file</string>
</property>
</widget>
<widget class="QLabel" name="minPlaylistLimitLabel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>90</x>
Expand All @@ -2148,6 +2157,9 @@ MediaMonkey database backup file</string>
</property>
</widget>
<widget class="QLabel" name="maxPlaylistLimitLabel">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>320</x>
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const int kRatingCode7{7};
const int kRatingCode8{8};

// Constant to turn on or off troubleshooting feedback in console
const bool kVerbose{true};
const bool kVerbose{false};
}

#endif // CONSTANTS_H
47 changes: 0 additions & 47 deletions src/playlistlimit.cpp

This file was deleted.

5 changes: 0 additions & 5 deletions src/playlistlimit.h

This file was deleted.

0 comments on commit 3ea808c

Please sign in to comment.