Commit Graph

7126 Commits

Author SHA1 Message Date
Craig Drummond
26627b4140 If HTTP stream is not enabled, return -1 for volume 2018-09-19 17:16:53 +01:00
CraigD
4dfe319be5 Merge pull request #1372 from ivanradanov/master
Add missing ifdef for libvlc support
2018-09-18 07:26:34 +01:00
Ivan Radanov Ivanov
c9a3cd4f76 Add missing ifdef for libvlc support
QMediaPlayer related code was not ifdef'ed out when libvlc is used.
2018-09-18 08:28:26 +03:00
Craig Drummond
7e66bbf8d5 Update 2018-09-15 22:42:33 +01:00
CraigD
7e6b42c3c6 Merge pull request #1371 from theirix/fix-qmediaplayer
Fixed QMediaPlayer stuck with network streams
2018-09-15 22:41:15 +01:00
theirix
4699dee13f Fixed QMediaPlayer stuck with network streams
- QMediaPlayer is often stuck after stopping in InvalidMedia media state
and it is needed to call again setMedia and then play not just play.
- Fixed starting playback even if MPD state has not changed
2018-09-15 21:44:09 +03:00
Craig Drummond
8f7f4c8c9f Allow .jpeg as extension from cover dialog.
Closes #1368
2018-09-12 19:48:41 +01:00
Craig Drummond
201dc114d1 When getting 'basic' title of song, also remove any 'prod. XXX', etc.
values.
2018-09-11 22:38:18 +01:00
CraigD
bbfbac98de Merge pull request #1367 from aqua36/master
mpd-interface: basic(str) now strips producer names too
2018-09-11 22:27:52 +01:00
aqua36
1570018ea9 mpd-interface: basic(str) now strips producer names too 2018-09-11 20:08:37 +03:00
Craig Drummond
069bc5eb6a Don't package .github folder 2018-09-02 22:45:33 +01:00
CraigD
edce462b9e Update issue templates 2018-09-02 22:42:29 +01:00
CraigD
108430deb5 Update issue templates 2018-09-02 22:41:45 +01:00
Craig Drummond
6679cf5542 Add doc explaining FontAwsome mods, and include license file 2018-09-02 10:16:20 +01:00
Craig Drummond
11ef9932a0 Merge branch 'master' of ssh://github.com/CDrummond/cantata 2018-09-01 23:32:49 +01:00
Craig Drummond
8d49459f4f Fix saving 'Descending' order for smart playlists.
Issue #1356
2018-09-01 23:29:17 +01:00
CraigD
e980cbcb61 Merge pull request #1354 from rptx/patch-1
Update cantata_fr.ts
2018-09-01 10:54:56 +01:00
rptx
161d8464ee Update cantata_fr.ts
Typos and wording.
2018-08-31 22:05:23 +02:00
Craig Drummond
d932126e1f Remove confirmation dialog when saving replaygain tags. 2018-08-27 18:27:50 +01:00
Craig Drummond
b985fa9328 Set ReplayGain/R128 difference to 0 - as this is the only combination
that sounds the same between FLACs and OPUS for me with MPD 0.20.21

Also, only apply the difference (when reading tags) if the unmodified
tag is not 0

Issue #1345
2018-08-27 09:50:50 +01:00
Craig Drummond
47dc61e9db Adjust R128 tags to take into account difference between R128 and
ReplayGain
Issue #1345
2018-08-23 18:28:31 +01:00
Craig Drummond
bc41098483 Use same 'album key' for all discs in an album, so that playqueue groups them together, and shuffle by albums keeps them together.
Closes #1349
2018-08-23 17:47:58 +01:00
Craig Drummond
4aaa94e2c9 Opus RG issues 2018-08-21 23:12:28 +01:00
Craig Drummond
8919693d10 Fix setting of R128 tags?
Issue #1345
2018-08-21 17:38:53 +01:00
Craig Drummond
2679e72517 Opus does not use replaygain peak tags 2018-08-20 19:33:48 +01:00
Craig Drummond
5e98e54351 If artist, album, and title are empty in replaygain dialog, then show filename in title column. 2018-08-20 16:52:21 +01:00
Craig Drummond
562fd3ff89 Initialise network proxy factory when starting.
Issue #1346
2018-08-14 15:57:39 +01:00
Craig Drummond
cdf4363df9 Add '.opus' to list of recognised extensions for local files. 2018-08-11 08:31:40 +01:00
Craig Drummond
4184c18880 Add 'paranoiaOffset' config item to set cdparanoia offset whe reading
discs.
Issue #1341
2018-08-10 11:31:24 +01:00
Craig Drummond
f0b0d722e2 Remove user-agent checking when serving local files, this is easily fake-able and breaks playback to forked-daap (and mopidy?)
Issue #1339
2018-08-10 09:37:17 +01:00
Craig Drummond
b66d0f0959 For Opus files, use R128_TRACK_GAIN and R128_ALBUM_GAIN to store replaygain values.
Issue #1345
2018-08-10 09:04:41 +01:00
Craig Drummond
f5cb0b4559 Suru is Yaru for ubuntu - but don't install icon by default. v2.3.2 2018-08-02 18:31:17 +01:00
Craig Drummond
d74a5d8dc5 Revert rgReferenceLevel change 2018-08-02 16:46:48 +01:00
Craig Drummond
894d059466 Add non-GUI rgReferenceLevel config item to set the reference level for ReplayGain scanning. e.g. add 'rgReferenceLevel=-16.0" to the "General" section.
Issue #1337
2018-08-01 23:19:34 +01:00
Craig Drummond
fe158f41db Use ":/" as root path for windows folder browse, seems to then list each
drive.
Closes #1331
2018-07-29 18:03:01 +01:00
Craig Drummond
21f7b43021 Proxy config is now standard 2018-07-27 22:45:10 +01:00
Craig Drummond
bb595cfbba If a dynamic playlist has rating 0..5 stars, then include all songs (even those without an explicit rating).
Closes #1334
2018-07-24 16:31:50 +01:00
Craig Drummond
75f7a5d447 Add all drives (apart from A and B) to folder page for windows.
Issue #1331
2018-07-20 22:57:39 +01:00
Craig Drummond
10004277de Due to reports of crashes in libvlc code, default to using QtMultiMedia for HTTP stream playback on Linux builds (already default for Mac/Win).
Issue #1329
2018-07-19 21:54:15 +01:00
Craig Drummond
6078090681 Fix libVLC crash with invalid HTTP streams - check with QUrl that URL is valid and scheme starts with http.
Issue #1329
2018-07-19 17:46:46 +01:00
CraigD
99af1e1f42 Merge pull request #1325 from edhelas/master
Small updates in CMakeLists for CPack
2018-07-12 17:07:43 +01:00
Timothée Jaussoin
9ecbf856d6 Set properly the description with cpack
Generate the dependencies using shlibdeps
2018-07-12 00:01:44 +02:00
Craig Drummond
95a3d9c037 Brazilian Portuguese 2018-07-10 22:30:38 +01:00
Craig Drummond
c480caf7a9 Add source translation, not compiled version 2018-07-10 17:37:33 +01:00
Craig Drummond
64742047d1 Fix 'Locate In Library / Album' for albums with musicbrainz ID.
Issue #1324
2018-07-09 16:37:38 +01:00
Craig Drummond
8a3973cc97 Update 2018-07-07 14:32:49 +01:00
Craig Drummond
f6669f6096 Add Portuguese translation - thanks to Wanderson Gonçalves Pereira 2018-07-05 16:43:15 +01:00
Craig Drummond
5814e66684 Fix enable output signal 2018-06-30 13:55:11 +01:00
Craig Drummond
233bc19f73 Enable proxy settings config by default
Closes #1323
2018-06-30 13:53:01 +01:00
Craig Drummond
650f05430a Fix smart playlists with a rating range and no song include/exclude rules. 2018-06-24 16:18:27 +01:00