Craig Drummond
60c2d4464b
Add option to show bitrate, sample rate, and format in toolbar.
...
Issue #1120
2017-11-11 19:24:46 +00:00
Craig Drummond
33e1800f39
Fix MPRIS length field.
...
Issue #1119
2017-11-10 23:38:52 +00:00
Craig Drummond
790a3830b4
Remember last loaded/saved playlist name - and use this as the default
...
name when saving.
Closes #1116
2017-11-05 15:58:47 +00:00
Craig Drummond
317090f31b
Mention Haiku support
2017-11-03 16:21:36 +00:00
Craig Drummond
de50e35ed5
Add "Add Local Files" to playqueu context menu.
...
Closes #1112
2017-11-03 16:18:45 +00:00
Craig Drummond
8bb167299f
If dynamic playlists helper does not start, show link to wiki page
...
detailing perl dependencies.
Closes #1113
2017-11-03 13:41:37 +00:00
Craig Drummond
56770a7dc2
Qt does not seem to consistently apply the application font under
...
Windows.
To work-around this, set the application font to that used for a
listview.
Closes #1097 and #1109
2017-10-28 10:56:24 +01:00
Craig Drummond
375f4b067b
Use a combo box for 'Transcode if...' options.
...
Issue #1107
2017-10-23 18:36:24 +01:00
Craig Drummond
4fdc1a84c6
If set to only transcode if source is different, or lossless, then only
...
change extension if song is actually transcoded.
Issue #23
2017-10-23 17:59:57 +01:00
Craig Drummond
4384409011
HTTP server is configurable
2017-10-15 18:16:37 +01:00
Craig Drummond
e7a5861946
Avahi support is a new feature, and adds new strings, therefore next
...
release needs to be a new minor version - not just patch.
2017-10-15 14:46:11 +01:00
padertux
ebfc99a78c
Add avahi support
...
This commit adds automatic avahi service discovery to Cantata. A new
dialog is added to the initial settings wizard and the settings menu
which lets the user choose the correct host configuration for all MPDs
on the network automatically.
(Issue #955 )
2017-10-14 21:12:07 +02:00
Craig Drummond
f71f82beec
Add ability to change grid cover size - Ctrl+ / Ctrl-
...
Issue #1092
2017-10-08 14:43:23 +01:00
Craig Drummond
148fe919bb
Only disable system tray support if org.kde.StatusNotifierWatcher is not
...
registered when running under Gnome.
Issue #1089
2017-10-04 20:40:48 +01:00
Craig Drummond
51fbdc48b7
When playing MPD's HTTP output, stop backend when MPD is paused.
...
Issue #1086
2017-09-24 16:51:55 +01:00
Craig Drummond
f1bc08848a
When playing MPD's HTTP output, only ask media backend to start playback
...
if it is not already playing.
Issue #1086
2017-09-24 09:39:32 +01:00
Craig Drummond
498d62b724
nly enable system tray for Linux if org.kde.StatusNotifierWatcher DBUS
...
service is registered.
2017-09-08 20:25:20 +01:00
Craig Drummond
102f7dd567
Mention MPRIS fixes
2017-09-08 20:14:23 +01:00
Craig Drummond
2f090ab994
Typo
2017-09-02 20:17:58 +01:00
Craig Drummond
fe8a736947
To support older GNOME settings daemon installations, if fail to use the
...
new MediaKeys DBUS interface the use the previous.
2017-09-02 18:01:12 +01:00
Craig Drummond
8f7865099f
Disable system-tray icon code for GNOME shell (but not Ubuntu's GNOME
...
shell session).
2017-09-01 22:57:54 +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
1e53c26d8f
Spelling!
2017-08-28 19:52:00 +01:00
CDrummond
1743ad2b3d
Fix sidebar highlight for windows (at least for Windows 10).
2017-08-26 08:47:14 +01:00
Craig Drummond
fb879b168d
Only set Qt::AA_EnableHighDpiScaling for Windows builds.
...
Issue #1073
2017-08-25 22:19:56 +01:00
Craig Drummond
9cb3cc6ada
Only set Qt::AA_EnableHighDpiScaling under Linux if
...
QT_AUTO_SCREEN_SCALE_FACTOR is set and non-zero.
Issues #1063 #1073
2017-08-22 20:17:51 +01:00
Craig Drummond
c2c02b559b
Reject HTTP incomming connections quicker if host does not match.
...
Issue #1072
2017-08-20 14:08:51 +01:00
Craig Drummond
dad279102d
Fix extraction of album names from DB - for use in tag editor and
...
playlist rules dialogs.
2017-08-19 14:49:38 +01:00
Craig Drummond
cf6faea85f
Add device option to only transcode if source is FLAC or WAV (detection
...
is solely extension based).
Issue #1049
2017-08-19 14:24:11 +01:00
Craig Drummond
9b1ef09dea
Use em-dash where appropriate
...
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
fc88de90bc
Initial implementation of smart playlists. NOT complete!!!
2017-08-18 22:45:18 +01:00
Craig Drummond
cdffe7ac12
Only use menubar for macOS builds.
2017-08-18 22:44:21 +01:00
Craig Drummond
d951588836
Spelling
2017-08-18 22:33:21 +01:00
Craig Drummond
221ba54596
Don't try to seek if no song loaded.
2017-08-17 16:57:55 +01:00
Craig Drummond
ee67ac61d7
In playlists page, internet, etc, allo back navigation to go fully back.
2017-08-17 16:54:00 +01:00
Craig Drummond
839b5983d1
If the initial start-up connection fails, try again every .5 second for
...
a few seconds.
Issue #1037
2017-08-16 20:15:49 +01:00
Craig Drummond
8a2d7288ce
If an error is to be shown, ensure Cantata is not minimised to system
...
tray.
Issue #1037
2017-08-16 16:39:48 +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
555737960c
Fix desktop detection via XDG_CURRENT_DESKTOP - check for colon
...
separated values.
2017-08-15 12:34:08 +01:00
Craig Drummond
ae47e34bc6
To support alder GNOME settings daemon installations, revert to the
...
previous MediaKeys DBUS interface.
Issue #1060
2017-08-15 12:07:57 +01:00
Craig Drummond
286d2f76e8
Remove unity menu icon work-around.
2017-08-14 22:42:17 +01:00
Craig Drummond
ace619aa2c
When adding items with a custom priority, or updating a custom priority,
...
add option to have this priority decrease with each item.
Issue #1054
2017-08-14 19:42:11 +01:00
Craig Drummond
16334e8465
Add to changelog: Fix potential issue with priority menu items being
...
disabled.
Issue #1054
2017-08-13 18:00:30 +01:00
Craig Drummond
c4a5a32b5e
Add option to set application style.
2017-08-12 22:27:58 +01:00
Craig Drummond
eca12746b0
Add option to specify number of play queue tracks for dynamic playlists.
...
Issue #1048
2017-08-12 20:05:15 +01:00
Craig Drummond
4b2034f280
Change version strings for 2.2.0
2017-08-12 16:43:17 +01:00
Craig Drummond
6ebd79ebd7
Fix adding covers to MTP devices when transcoding.
...
Issue #1044
2017-07-30 20:08:10 +01:00
Craig Drummond
cefb57776d
When AudioCD changed, delete its cached downloaded cover.
...
Issue #1044
2017-07-23 11:24:54 +01:00
Craig Drummond
8a85fcc4ba
If HTTP requests are redirected, copy over original headers.
...
Issue #1042
2017-07-13 23:15:12 +01:00
Craig Drummond
22d091d058
Store replaygain settings in Cantata's config file, as it appears MPD
...
does not persist changes.
Issue #1041
2017-07-10 20:32:54 +01:00