8 Commits

Author SHA1 Message Date
Craig Drummond
31b8a6d9b9 Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
This reverts commit be9c1e74e0.
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0 Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
This reverts commit cb18837d11, reversing
changes made to b296cf7113.
2021-07-28 19:44:57 +01:00
John Regan
130f9ee1cc cmake: move all taglib checks to FindTagLib.cmake 2021-07-20 14:15:28 -04:00
Thomas Uhle
bdbee8ca6f Use pkg-config to support finding libraries
Using pkg-config helps to find libraries on systems where these libraries
are installed in non-standard locations.
2020-04-10 22:55:30 +02:00
Craig Drummond
b98fac70af Add /usr/local/include as include path 2017-07-08 23:37:43 +01:00
Craig Drummond
24ccc44418 Use VERSION_LESS and not STRLESS to compare TagLib version against min
#727
2015-09-02 19:45:26 +01:00
craig.p.drummond
941dd77c2b Add cmake check to see if TagLib has id3version in MPEG save.
BUG:227
2013-06-05 17:37:12 +00:00
craig
658f0bc29e Initial import of device support work
- Basic copy to/from device support.
- When refreshing library/albums, only affect parts of the model that have
  changed. (Previously the whole model was replaced).
- Allow songs to be deleted.

TODO:
- Make song deletion actually work
- Copy/delete album covers
- When deleting a whole album/artist, need to delete corresponding dir if it is empty.
- MTP devices
2012-01-15 19:18:12 +00:00