Commit Graph

308 Commits

Author SHA1 Message Date
Craig Drummond
69020f3d94 Instead of setting MPD top level folder, add option to disable library
page population for an MPD server. This is required in the case where a
UPnP backend is used - in this case there could be duplicated tracks.
This is what the top-level setting was designed to work-around, however
there could be multiple UPnP servers - in which case this would break.
2015-10-08 22:22:54 +01:00
Craig Drummond
f6d30399df Show folder view by default 2015-10-08 21:46:03 +01:00
Craig Drummond
effebc3abd Don't use KWallet for MPD password - it's overkill, as MPD password is sent in plain text! 2015-09-18 21:27:35 +01:00
Craig Drummond
e144adb246 Place context view in toolbar by default - as per previous releases. 2015-08-29 18:00:55 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
2fc124e799 Add option (in Interface/Tweaks) to control how CUE files are handled.
#708
2015-08-09 19:24:42 +01:00
Craig Drummond
fe4bcfca61 For consistency with library model, only add songs that pass filtering 2015-07-26 19:11:07 +01:00
Craig Drummond
9215b4bdf5 Add option to disable MPRIS interface.
#707
2015-07-25 18:07:15 +01:00
Craig Drummond
ecae49c24e Add option to set prefixes to ignore when sorting (e.g. 'The')
#706
2015-07-25 17:38:56 +01:00
Craig Drummond
cd7cda06d7 Change defaults; no context background, and dont force dark 2015-07-15 21:58:35 +01:00
Craig Drummond
be99f94d6b Show search and info views by default 2015-07-15 21:56:22 +01:00
Craig Drummond
26294b5fa5 - Use messagebox to prompt if should clear playqueue
- Dont prompt to clear playqueue by default
#681
2015-07-04 16:51:29 +01:00
Craig Drummond
487fd0f3c0 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
ac4cd39139 Always use monochrome sidebar icons 2015-06-26 18:15:20 +01:00
Craig Drummond
e2c2f41e20 Add (untested!) option to group tracks within configured folder as 'Various Artists / Single Tracks' 2015-06-08 18:46:39 +01:00
Craig Drummond
4a713c7ec9 Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
Craig Drummond
0322d0818f Move MPD specific settings out of gui/settings and just use
Configuration to read.
2015-04-27 20:43:13 +01:00
craig.p.drummond
f943592f7d CMake option to enabkle touch-friendly support. Disable by default (apart from in Windows) as it only really works under windows. 2015-04-05 20:09:16 +00:00
craig.p.drummond
cf3816fd0f Remove touch friendly setting from OSX builds - no touch screen Macs? 2015-04-05 09:55:11 +00:00
craig.p.drummond
0cf86b417e Add option to provide a list of genres which should use composer, and not album-artist, to group albums. 2015-03-25 23:19:42 +00:00
craig.p.drummond
93b70ec240 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
dcd5daab76 Call lsinfo recusrively to populate artists and albums, instead of using listallinfo 2014-12-05 14:33:17 +00:00
craig.p.drummond
2a5d186943 Construct a new config object, rather than changing group, to avoid any race conditions.
BUG: 600
2014-12-03 19:11:05 +00:00
craig.p.drummond
d9664f251e Add config item to set music root folder 2014-11-21 18:12:21 +00:00
craig.p.drummond
276c8607db Re-add option to show artist images in tree and list views.
BUG: 575
2014-10-30 17:21:11 +00:00
craig.p.drummond
50333c002e Seek current track when Control+Arrow key pressed.
BUG: 566
2014-10-17 22:18:39 +00:00
craig.p.drummond
5f50c57615 Use separate action for playqueue search 2014-10-02 17:08:30 +00:00
craig.p.drummond
452bc33b2d Don't make media keys backend configurable, auto detect the best one. 2014-09-29 11:26:05 +00:00
craig.p.drummond
bab9f00255 If initial settings wizard is canceled, ensure that it is shown at next start. 2014-09-26 16:50:35 +00:00
craig.p.drummond
5781d3308f Use correct function! 2014-09-25 21:08:11 +00:00
craig.p.drummond
8fb3586ddc Configurable podcast download limit; 0 (dont download), 1, 2, 5, 10, 15, 20, 50, or all episodes.
BUG: 547
2014-09-25 20:56:56 +00:00
craig.p.drummond
3a488dd912 Use dark background for context view by default. 2014-09-25 20:28:06 +00:00
craig.p.drummond
bfe2472fd1 - add inhibit suspend whilst playing for Mac
- add detection of resume from suspend for Mac
2014-09-22 19:45:48 +00:00
craig.p.drummond
0cf5dc87cc Better retina support. 2014-09-18 16:29:58 +00:00
craig.p.drummond
9b07bd1445 Add option to have separate play queue search action.
BUG: 545
2014-09-17 21:01:59 +00:00
craig.p.drummond
7f41428e8b - Fix saving of file paths
- Convert home-path to/from ~ for files too
BUG: 544
2014-09-17 18:28:44 +00:00
craig.p.drummond
2190ba242b Add option to disable song info tooltips. 2014-09-14 08:01:19 +00:00
craig.p.drummond
9b2ea337fd ~ / QDir::homePath()
BUG: 538
2014-09-12 20:40:43 +00:00
craig.p.drummond
807b50466e Hide rating widget in toolbar by default 2014-09-03 18:28:31 +00:00
craig.p.drummond
ef155d5a1b Fix reading of playqueue, and context, backdrop settings.
BUG: 525
2014-08-22 15:49:17 +00:00
craig.p.drummond
456a7725a7 Init settings 2014-08-18 19:07:37 +00:00
craig.p.drummond
2884bd3b51 Fix fade range 2014-08-18 19:05:52 +00:00
craig.p.drummond
6ab0726788 No need for settings to be a QObject 2014-07-30 19:01:11 +00:00
craig.p.drummond
ec97c25085 Remove some old config compatibility code 2014-07-30 19:00:44 +00:00
craig.p.drummond
58b98a0ee6 - Place toolbar options in there own tab
- Add option to toggle rating widget in toolbar
2014-07-24 17:37:02 +00:00
craig.p.drummond
d72c899dca - Remove GUI option to control saving of scaled covers. This is enabled by default, and can be toggled via the config file.
- Dont re-load view when sort changes.
2014-07-16 19:07:41 +00:00
craig.p.drummond
68cc3c2410 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
068e3c8341 Only save size if greater than 16,16 2014-06-19 19:25:52 +00:00
craig.p.drummond
70f8aca3ca Re-add collapsing of interface 2014-06-18 19:05:26 +00:00
craig.p.drummond
d6b41bf793 Re-add option to have cover in toolbar 2014-06-18 18:52:18 +00:00