Commit Graph

172 Commits

Author SHA1 Message Date
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
f236034dd0 Fix display of comment when showing tags for all tracks 2015-07-29 17:18:29 +01:00
Craig Drummond
4edffd074e Fix bundled helper apps linking to system libs not packaged libs.
#675
2015-07-18 13:30:33 +01:00
Craig Drummond
958b1107e1 Remove notes about mopidy - not really spported anyhow... 2015-07-15 22:49:23 +01:00
Craig Drummond
087bffb08c 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
1693fe4ef8 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
12b7bf0e83 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
e739223560 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
6d6b8fa676 Enable 'save' button when reading ratings from multiple files.
BUG: 636
2015-02-26 20:08:02 +00:00
craig.p.drummond
d678a203bb 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
3ad9a8ea93 In tag editor, only mark rating as changed if it has been. 2014-12-08 15:02:41 +00:00
craig.p.drummond
5829498149 Install helper apps to lib64 for 64bit linux builds 2014-12-08 14:54:05 +00:00
craig.p.drummond
11ed85817a Explicitly add source dir to includes
BUG: 589
2014-11-20 16:54:39 +00:00
craig.p.drummond
1fac959903 - 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
313a63bb13 - 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
4ef5c3349c Ensure rating is in correct range.
BUG: 559
2014-10-09 19:17:31 +00:00
craig.p.drummond
0c944bc6b0 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
8be4bf5ccf In catata-tags.exe set unhandled exception handler, to prevent windows crash dialog appearing.
BUG: 550
2014-10-04 21:17:36 +00:00
craig.p.drummond
db1f9e9cec - Add control buttons for windows thumbnail toolbutton.
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00
craig.p.drummond
a93e4e55ad Fix setting of modified state for ratings of 'All Tracks' 2014-09-22 18:42:24 +00:00
craig.p.drummond
d5ce7de372 Re-format mode MessageBox messages - so that they can be split into main/sub text for MacOS dialogs. 2014-09-16 21:21:43 +00:00
craig.p.drummond
301624cc1c Fix MacOS folders 2014-09-03 18:25:23 +00:00
craig.p.drummond
fb22276925 Init var 2014-09-03 18:25:03 +00:00
craig.p.drummond
f7352b26b7 Set ratnig on correct variable! 2014-09-01 18:29:37 +00:00
craig.p.drummond
4c3c5b2bb6 Only show '(Various)' for 'All tracks' entry 2014-09-01 18:28:59 +00:00
craig.p.drummond
b65be75d2f Show progress when reading ratings 2014-09-01 18:28:21 +00:00
craig.p.drummond
3243d339ca If not 'all' then dont check all files 2014-08-28 16:19:09 +00:00
craig.p.drummond
75c1ab33a2 Fix comment 2014-08-28 16:18:45 +00:00
craig.p.drummond
26cfece6db No need to cehck 'all' when checking if rartings have been read from MPD 2014-08-28 16:18:15 +00:00
craig.p.drummond
3c7b55467b Fix reading from file 2014-08-28 16:17:43 +00:00
craig.p.drummond
60288c900d Fix reading tags from MPD 2014-08-28 16:17:00 +00:00
craig.p.drummond
430d637e35 Fix text 2014-08-28 16:16:36 +00:00
craig.p.drummond
bbbf359a8d Add code to save rarings to song file.
NOTE: This is experimental and has not been tested!
2014-08-26 19:20:51 +00:00
craig.p.drummond
8580178e8a Capitalise composer, if appropriate, too 2014-08-22 15:49:55 +00:00
craig.p.drummond
3b9106ad63 Use read-only editable combo for filename in tag editor, so that text can be selected.
BUG: 524
2014-08-21 17:21:27 +00:00
craig.p.drummond
e3f26d7561 block signals when updating widgets 2014-08-21 16:42:32 +00:00
craig.p.drummond
6c77389b3a Add note-label classes to ensure consistency 2014-08-21 16:40:46 +00:00
craig.p.drummond
8c0252943c Add note about ratings being lost if file renamed 2014-08-12 19:46:07 +00:00
craig.p.drummond
93e0787a89 Fix compilation with taglib versions older than 1.8 2014-08-11 19:30:58 +00:00
craig.p.drummond
75d27d8ff6 turn null key constant into enum constant 2014-07-31 19:31:14 +00:00
craig.p.drummond
da0587a523 Use 0..10 for ratings. 1=0.5 star, 2=1 star, 3=1.5 stars, etc. 2014-07-31 19:29:38 +00:00
craig.p.drummond
5f0b59a7d6 Add a 'Read ratings from file' to tag editor 2014-07-30 19:06:00 +00:00
craig.p.drummond
e51b94e43b When adjusting track numbers in tag editor, start from first actual track. 2014-07-30 19:05:23 +00:00
craig.p.drummond
f171812a0d Add note abour rating 2014-07-26 17:41:25 +00:00
craig.p.drummond
9e7d3a7d7b Add ratings to tag editor 2014-07-23 18:06:02 +00:00
craig.p.drummond
0c50c28429 Fix text 2014-07-17 16:13:43 +00:00
craig.p.drummond
27811f4298 Update display when 'replace spaces' is toggled 2014-07-15 18:58:46 +00:00
craig.p.drummond
49a0f347c8 Use consistent song tooltip everywhere 2014-07-10 19:49:53 +00:00
craig.p.drummond
d70f7819ca Place all XML files in config 2014-07-07 19:06:29 +00:00
craig.p.drummond
313ad1c13e Mac package fixes 2014-07-07 19:03:31 +00:00