Commit Graph

5504 Commits

Author SHA1 Message Date
craig.p.drummond
0de7adb4e2 Do not reset current song when shuffling albums, or sorting playqueue.
BUG: 606
2015-02-07 23:45:23 +00:00
craig.p.drummond
97371a403f Add 'Copy To Device' to playqueue.
BUG: 607
2015-02-07 07:55:20 +00:00
craig.p.drummond
906936e92d Also accept 'localhost' when checking for local MPD 0.19 connection. 2015-02-07 07:32:59 +00:00
craig.p.drummond
28a6e9263d Fix variable setting 2015-02-06 22:39:17 +00:00
craig.p.drummond
e13a9b3547 Increase min width of OSX config dialog by 48px... 2015-02-05 20:23:30 +00:00
craig.p.drummond
7d143947f7 Use QApplication::style for styleHint in constructor 2015-02-05 19:34:21 +00:00
craig.p.drummond
190670a986 For Linux non-KDE builds, use login1 interface to detect system resuming. 2015-02-04 21:59:29 +00:00
craig.p.drummond
8cc45f74fc Add some doc 2015-02-01 13:28:25 +00:00
craig.p.drummond
fcf8547fcb Only use lib64 for non-KDE 64 bit linux builds if -DUSE_LIB64_FOR_HELPERS=ON is passed to cmake.
BUG: 618
2015-02-01 13:25:49 +00:00
craig.p.drummond
49f20ea400 Explicitly state which ffmpeg libs are required (libavcodec/libavutil/libavformat) 2015-02-01 12:27:24 +00:00
craig.p.drummond
7ba08ae8bb Fix wrong icon!!! Oops! :-( 2015-01-16 19:34:02 +00:00
craig.p.drummond
ba6d330485 - (both) don't allow to set shorcut for actions that are menus (set prio, copy to dev)
- (trunk) reduce number of actions that can have shortcuts defined, list was way tooooo large!
2014-12-15 13:21:11 +00:00
craig.p.drummond
6cf66d1d19 In tag editor, only mark rating as changed if it has been. 2014-12-08 15:02:41 +00:00
craig.p.drummond
2f4b901d64 Install helper apps to lib64 for 64bit linux builds 2014-12-08 14:54:05 +00:00
craig.p.drummond
80fac37647 Fix copying of covers to UMS, etc, devices if song is transcoded.
BUG: 603
2014-12-08 14:30:32 +00:00
craig.p.drummond
80739ccaa0 If 'url' entry is empty in 'enclusure' section of podcast RSS file, then use 'guid' text as url - if possible.
BUG: 602
2014-12-07 14:47:30 +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
9416e243c1 If fading volume on stop, then reset volume just before stopping. Some outputs (e.g. pulse audio) only allow setting a volume whilst playing. 2014-12-05 13:40:21 +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
79ef7068e1 Only show output change notification if outputs menu was not previously empty. 2014-12-03 10:11:41 +00:00
craig.p.drummond
c6ea331bd6 Don't allow to set short-cuts for actions that are menus. 2014-12-03 10:06:31 +00:00
craig.p.drummond
caa5c08971 Fix Mac (and windows?) builds. 2014-12-02 20:16:57 +00:00
craig.p.drummond
25c67a1fb4 Correct example OSX cmake command. 2014-12-02 15:13:18 +00:00
craig.p.drummond
bba9cfd880 Fix duplicate notification when Cantata is started whilst playing, or when 'Replace Play Queue' is used. 2014-11-27 21:01:41 +00:00
craig.p.drummond
724473ad92 Add option to set MPD top-level path. Only tracks that are under this path will be used to populate artist and album listings. This is mainly of use when MPD is configured to use a UPnP backend.
BUG: 591
2014-11-26 13:00:46 +00:00
craig.p.drummond
1ba2a2c2ff - Fix potential crashes on refresh. Need to ensure consistent string is used for album index. Also, when getting albums and artists via index, ensure correct item is returned.
BUG: 596
2014-11-26 12:24:51 +00:00
craig.p.drummond
4e35831a52 Correctly initialise seach category.
BUG: 595
2014-11-23 21:56:03 +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
c43cca1444 Explicitly add source dir to includes
BUG: 589
2014-11-20 16:54:39 +00:00
craig.p.drummond
3cc814df2a When parsing podcast RSS, if episode is marked as video (e.g. video/mp4) but the url ends in an audio extension then use it is proably an audio podcast.
BUG: 588
2014-11-17 14:58:23 +00:00
craig.p.drummond
f311076d2f When calculating ReplayGain, if peak value is less than 0.00001 then assume the calculation is invalid.
BUG: 587
2014-11-16 22:32:34 +00:00
craig.p.drummond
e71ad8b146 Add high-dpi support to Linux and Windows Qt5.4 builds. 2014-11-14 16:39:01 +00:00
craig.p.drummond
ca98f4405a Don't allow to set short-cuts for collections and outputs actions, as these are menus. 2014-11-14 16:07:17 +00:00
craig.p.drummond
647bb21191 Use Control+Alt+Number as shortcut to toggle an output.
BUG: 586
2014-11-14 11:37:40 +00:00
craig.p.drummond
efe93581f1 - Hide ratings widgets, etc, in tag editor for devices and Mopidy, etc.
- If MPD does not support 'sticker' command, then inform user that ratings cannot be stored. (trunk only)
2014-11-12 11:18:35 +00:00
craig.p.drummond
792e36adf2 Fix OSX executable name for case-sensitive filesystems.
BUG: 585
2014-11-11 14:11:14 +00:00
craig.p.drummond
c4e37534b1 Fix setting of cover when existing cover is embedded in music file. 2014-11-02 15:37:10 +00:00
craig.p.drummond
73197114f3 Use regular artist icon for "Various Artists" 2014-10-31 21:35:45 +00:00
craig.p.drummond
08112c685f Spelling! 2014-10-31 21:25:30 +00:00
craig.p.drummond
88cc717a0b In Artists view, place "Various Artists" in alphabetical position - this is consistent with albums view.
BUG: 579
2014-10-31 21:24:25 +00:00
craig.p.drummond
257ae31f39 Ignore "The" when sorting albums.
BUG: 578
2014-10-31 21:16:38 +00:00
craig.p.drummond
f932c080e2 When refreshinbg search menu, clear items first!
BUG: 581
2014-10-31 21:09:37 +00:00
craig.p.drummond
f9797a977b Fix Ubuntu Touch builds.
BUG: 577
2014-10-31 20:30:56 +00:00
craig.p.drummond
39e6cbac51 Add missing argument from French translation 2014-10-30 22:24:36 +00:00
craig.p.drummond
903491fd39 Backport artist images in tree/list views to 1.5 branch.
BUG: 570
BUG: 575
2014-10-30 18:06:59 +00:00
craig.p.drummond
e35fc43bd9 Fix dynamic playlists with no include rules. 2014-10-30 17:38:32 +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
9f10db10e7 Document Ubuntu options. 2014-10-30 15:05:15 +00:00
craig.p.drummond
b7fd69e003 Mention MPD version for alwaysUseHttp config option. 2014-10-30 15:01:43 +00:00
craig.p.drummond
f988d6e055 Use file:// for local files with MPD 0.19 if connected to 127.0.0.1 2014-10-30 14:59:25 +00:00