5039 Commits

Author SHA1 Message Date
John Maguire
4bba0fda09 Blacklist artist images from echonest using dead last.fm server.
(cherry picked from commit 5b4c0c920c98ab105146ed7b78218582c3624957)
2016-02-17 16:17:46 +00:00
John Maguire
42c21f0d03 Make image requests follow redirects
(cherry picked from commit a80e241bbe2d51e3e01641c53758a37d3909fa81)
2016-02-17 16:17:40 +00:00
Clementine Buildbot
01a4387ac4 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit b3d5cabdc142a894d635a57a321307b008ab2b69)
2016-02-17 13:32:05 +00:00
John Maguire
c7ca852433 Fix songkick concert fetching
(cherry picked from commit ce3ba02749632c08e0004b7de11970111d7ac501)
2016-02-11 17:00:21 +00:00
John Maguire
29668fcd6c Only set lastfm to https for liblastfm1
(cherry picked from commit 1cc889fbfc80ce6e3d2c4593f0efe9ef8f0a1b6c)
2016-02-09 15:17:55 +00:00
John Maguire
3546bcf08d Don't leak AudioScrobbler.
(cherry picked from commit 20de7a1a811326aedf46648cd3382d383ad388cc)
2016-02-09 11:55:35 +00:00
John Maguire
270ff34d39 At least try to authenticate with last.fm over https
(cherry picked from commit ccedb0fdc6ca7fc2cf1a7d45a006635cd938b0f0)
2016-02-09 11:55:29 +00:00
Andreas
8b02ae592f Use desktopauth instead of mobileauth for last.fm
It now uses an oauth like authentication process so the user isn't required to enter the last.fm password in Clementine but rather authenticate through the last.fm website.

Updates #5028

(cherry picked from commit 6c726e3e382bdd28fd00a5e68725980ef0da91e1)
2016-02-09 11:50:39 +00:00
Clementine Buildbot
641b597447 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 9ba41411d3776da420b9c046c37b497fa7b8a677)
2016-02-09 11:48:57 +00:00
Clementine Buildbot
bfca46e224 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit ac0aff5e813b264a2fe4a7d6c28ff142831fa58c)
2016-02-09 11:48:53 +00:00
John Maguire
d92fe15123 Bump spotify lib & blob version.
(cherry picked from commit 8ef1d4cae2ddf8396f650046fa2d77d9041f8696)
2016-01-28 14:55:49 +00:00
Clementine Buildbot
5251801635 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit e269cdc8ee103032b9178fd98ac55af4bd9f171c)
2016-01-27 15:30:34 +00:00
John Maguire
ffd09617ff Download spotify blob over ssl
(cherry picked from commit 9467babee478018eabfe480d0933dac79e9f9fb7)
2016-01-21 14:57:12 +00:00
Clementine Buildbot
7add34a784 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 8eec78671ff3c72a4f27b033909c19a334ff147f)
2016-01-19 12:30:10 +00:00
Arnaud Bienner
0972507ecc SoundCloud: add configure action to context menu
(cherry picked from commit 8579cce85cfe58df0d3c511287054efa021a3120)
2016-01-14 15:18:31 +00:00
Chocobozzz
bcd769c25a show settings dialog for difm when populate streams without a premium account
(cherry picked from commit ef58ce27e5dc4d1313153647a6d8a35f46d766db)
2016-01-14 15:18:03 +00:00
Clementine Buildbot
08e6b9092a Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 3463b720c9b38d27212ba4c6fce3f9739d52e0fd)
2016-01-13 12:30:57 +00:00
Clementine Buildbot
6ef7bfb450 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 3271c06d107faecc106985b6c317195b6728ed7a)
2016-01-13 12:30:50 +00:00
Mattias Andersson
a6e3b2210e Use mp4mux instead of ffmux_mp4 when transcoding to aac
(cherry picked from commit d9c4e0844de12c973b9d9730c59bda91a55210b4)
2016-01-12 16:16:20 +00:00
Andreas
cced6cfc49 Execute global search always in main thread
Otherwise the timer doesn't work and the invoke of the closure fails (BlockingSearchProvider::SearchAsync).
This is because Q_ARG doesn't work well with templates and "QMetaMethod::invoke: Unable to handle unregistered datatype 'Arg'" is logged.
See closure.h "void Unpack(QList<QGenericArgument>* list, const Arg& arg)" and "Closure::Call".

This change was made because global search with the network remote didn't work anymore (network remote runs in a separete thread).

(cherry picked from commit bca26078505f8034af6da7ce73f54d0aed235f10)
2016-01-09 15:53:06 +01:00
John Maguire
dcadc98a5d Geolocate over ssl.
(cherry picked from commit 70070ee0bfa3075cc8454dd6681f213f7d5f71c7)
2016-01-08 12:14:15 +00:00
Andreas
1e9288e14d Fix transcoder settings not applied for network remote
The format was supplied, but the settings for the format was not applied when transcoding files for the network remote.

(cherry picked from commit ab000b1ba5492386c818a0e9d371481c8ed969b1)
2016-01-06 13:20:35 +01:00
David Sansome
a168b618d3 Rename "Import" to "Add directory" in the transcode dialog 2015-12-31 11:02:45 +11:00
Clementine Buildbot
ef8787e461 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-12-28 10:00:38 +00:00
Santi
98b042d29c Disable translation of shortcuts 2015-12-22 18:33:07 -03:00
John Maguire
0c97803f11 Merge pull request #5163 from Ede123/star_icon
Improve the star icon of `favoritewidget`
2015-12-22 14:28:23 +00:00
Eduard Braun
f68e4c8c87 Improve the star icon of favoritewidget
* Use the star icon in its native size (16 px × 16 px) instead of unnecessarily scaling it down by 1 px
* Center the star icon vertically
2015-12-21 22:25:32 +01:00
John Maguire
b3e2525170 Merge pull request #5160 from v-fox/moodbar-regression-fix
Avoiding usage of pixelMetric because it breaks on non-Oxygen styling
2015-12-21 18:59:41 +00:00
John Maguire
7555913b0c Merge pull request #5161 from Chocobozzz/master
Reload playcount from tagreader only if it is set
2015-12-21 18:48:32 +00:00
John Maguire
c15a6c8ee9 Merge pull request #5166 from Chocobozzz/edit_tag_main_window
Add error message if editing tag from playlist fails
2015-12-21 18:47:57 +00:00
Clementine Buildbot
0f46967c00 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-12-21 10:00:48 +00:00
Chocobozzz
5675091816 Add error message if editing tag from playlist fails 2015-12-20 19:07:15 +01:00
Chocobozzz
dfdb21cd61 Reload playcount from tagreader only if it is set 2015-12-19 19:42:52 +01:00
Clementine Buildbot
6205166823 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-12-14 10:00:40 +00:00
v-fox
a9f9b0ef72 Avoiding usage of pixelMetric because it breaks on non-Oxygen styling
Partial revertion for commit "3f79fa5c651f23e48faf1af6ca56dbff9e5660ab" because of
https://github.com/clementine-player/Clementine/issues/4770
2015-12-14 07:16:30 +05:00
David Sansome
5a49fa4ad0 Fix an old bug in the dmg rule 2015-12-13 16:23:35 +11:00
David Sansome
d50cfd5293 Install frameworks into the app bundle properly so Mavericks considers them signed 2015-12-10 23:31:01 -06:00
Nick Lanham
ee7c9527a0 Add ampache=1 to getAlbum for playcounts
- Ampache recently added support for returning playcounts, if the client
  reports that it knows it's talking to an ampache server:
  1aaf01ae98

- This checks the type attribute on the ping request to see if
  Clementine is talking to an Ampache server, and if so, it adds
  ampache=1 to getAlbum requests, and uses the returned playcounts.
2015-12-08 14:15:56 -08:00
John Maguire
d47ee24962 Merge pull request #5138 from nicklan/master
Add "Smart Playlists" for subsonic
2015-12-08 12:26:18 +00:00
Nick Lanham
8dc6563718 Always pass size and count parameters, init to defaults 2015-12-07 11:00:03 -08:00
John Maguire
d256763dcb Update link to point to github
Fixes #5147
2015-12-07 14:37:44 +00:00
Nick Lanham
da537d9a4b use WaitForSignal 2015-12-03 17:25:00 -08:00
Nick Lanham
310cf001af Updates from hatstand's comments 2015-12-01 14:59:40 -08:00
narunlifescience
2603cf2088 use iconloader & cleanup previous remnants
update
2015-12-01 00:32:20 -06:00
Nick Lanham
d022f974a1 Add "Smart Playlists" for subsonic
Notes:
- These playlists allow access to the subsonic feature of pulling new, frequently played, and so on albums.
- See: http://www.subsonic.org/pages/api.jsp#getAlbumList for the subsonic description
- The subsonic api is inherently album oriented.  Therefore at the moment the "count" argument for GenerateMore is used as the number of albums to pull, which hopefully isn't a problem.
- Could be made more efficient by multi-threading the fetch of the songs for each album
2015-11-30 22:13:37 -08:00
John Maguire
f300946c81 Remove most usages of QFutureWatcher 2015-11-27 14:28:12 +00:00
John Maguire
2d61fe6c87 Changed my mind about automatically passing QFutures. 2015-11-27 12:04:14 +00:00
Arnaud Bienner
ec98a68c3d Update SLOT signatures.
There weren't update as part of commit 33494dcddcb64f9fccae215f1100cfa885c72039: this prevented the slider to be updated, among other things.
2015-11-27 11:44:59 +01:00
John Maguire
3cc9c1e446 Remove ModelFutureWatcher 2015-11-26 19:02:08 +00:00
John Maguire
33494dcddc Remove BoundFutureWatcher 2015-11-26 18:53:42 +00:00