Commit Graph

204 Commits

Author SHA1 Message Date
Craig Drummond
a550f0cd08 XiphComment::pictureList requires taglib>=1.11 2018-04-08 11:20:03 +01:00
Craig Drummond
a004d20851 Add current source and binary folders to include paths
Issue #1231
2018-03-10 09:49:01 +00:00
Craig Drummond
eff0e66d39 Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
ff48cfa0c0 Cleanup some settings. No longer offer to save lyrics, artist images,
and backdrops in MPD folder, just save in cache dir. Move cover setting
into interface settings - in a new 'Covers' tab.
2018-02-15 20:18:08 +00:00
Craig Drummond
b3889f14cf No need to update MPD if edit local files 2018-02-07 19:49:34 +00:00
Craig Drummond
95b178773d And add tag editor 2018-02-07 19:48:01 +00:00
Craig Drummond
7e7aa45982 Fix reading embedded covers from OGG files.
Closes #1195
2018-02-07 19:14:13 +00:00
Craig Drummond
37ed2e71fb Merge tag helper debug with main debug 2018-02-07 18:41:47 +00:00
Craig Drummond
db82c57772 TagLib extras not required 2018-02-07 18:20:52 +00:00
Craig Drummond
5d713012a1 Fix URL clicks in NOTE labels 2018-01-10 18:32:44 +00:00
padertux
4f26eb686e Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
padertux
dc8cbed1eb Refactor code to use C++11 overriding 2018-01-08 22:51:48 +01:00
Craig Drummond
2139d3dbb8 Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
6e100a5ef5 Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Wolfgang Scherer
70bad36bbd Server feature detection 2017-11-19 16:49:01 +01:00
Wolfgang Scherer
e97ecf1609 Option to suppress update command after manipulating files 2017-11-12 07:02:26 +01:00
Wolfgang Scherer
5914307c6b Adjust trackorganiser for absolute song filenames 2017-11-10 23:54:05 +01:00
Wolfgang Scherer
0db5703f1e Incorrect handling of absolute file names in tag editor fixed 2017-11-10 00:39:12 +01:00
Craig Drummond
5001c5b593 Revert "Remove Cantata's high-dpi handling code, this should be done by Qt."
This reverts commit 28df204fc4.

Issue #1077
2017-08-30 19:25:26 +01:00
Craig Drummond
e0b7550515 Remove Cantata's high-dpi handling code, this should be done by Qt.
Issue #1063
2017-08-15 23:20:18 +01:00
Craig Drummond
f4c48915d4 Always use external helper for tags 2017-04-09 00:31:44 +01:00
Craig Drummond
83581a7a16 Simplify CMakeLists.txt files a little 2017-04-08 10:57:52 +01:00
Craig Drummond
b63c6fbe26 Use Qt5's translation framework - ts files, not po files. 2017-04-08 10:35:31 +01:00
Craig Drummond
0a73215867 Update (c) year 2017-04-02 18:45:30 +01:00
Craig Drummond
b0b0140d98 Remove Qt4 support 2017-04-02 18:43:34 +01:00
Craig Drummond
a517bf4f17 Remove KDE4 and Ubuntu Touch support 2017-04-01 22:55:27 +01:00
Craig Drummond
6df9d176be Read lyrics from MP4 files.
Issue #923
2016-11-28 18:46:42 +00:00
Craig Drummond
eaca1f34f3 When listing albums where composer is used for artist grouping, place album artist name after album name if different from composer.
Issue #896
2016-10-16 22:33:41 +01:00
Craig Drummond
dc5f79b741 Use FontAwesome icons for buttons too 2016-07-22 17:43:29 +01:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
3ab3e059f5 Fix mac build 2015-10-18 13:55:54 +01:00
Craig Drummond
a04307d8e1 Dynamically load folder view. (No nonger use listall :-) ) 2015-10-08 21:42:35 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
9189eec406 Fix display of comment when showing tags for all tracks 2015-07-29 17:18:29 +01:00
Craig Drummond
8f8afef44f Fix bundled helper apps linking to system libs not packaged libs.
#675
2015-07-18 13:30:33 +01:00
Craig Drummond
22daa3f4bc Remove notes about mopidy - not really spported anyhow... 2015-07-15 22:49:23 +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.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
58c43ad012 Fix display of rating in tag dialog when only 1 file is being edited. 2015-02-27 18:18:19 +00:00
craig.p.drummond
fdc1c72aaf Enable 'save' button when reading ratings from multiple files.
BUG: 636
2015-02-26 20:08:02 +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
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
c43cca1444 Explicitly add source dir to includes
BUG: 589
2014-11-20 16:54:39 +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
260f8b4864 - Supply TagLib 1.9.1 for windows builds.
- Convert filename to UTF16 before passing to TagLib for windows builds.
BUG: 571
2014-10-29 09:26:26 +00:00
craig.p.drummond
b2c8dc217d Ensure rating is in correct range.
BUG: 559
2014-10-09 19:17:31 +00:00
craig.p.drummond
0d577731a4 For windows, install helpers at top levle folder - otherwise dll's are not found.
BUG: 550
2014-10-04 22:33:34 +00:00
craig.p.drummond
2b0db7749c In catata-tags.exe set unhandled exception handler, to prevent windows crash dialog appearing.
BUG: 550
2014-10-04 21:17:36 +00:00