Commit Graph

703 Commits

Author SHA1 Message Date
craig.p.drummond
3d3736c913 Dont use KIO - its not thread safe, and leads to segfault on exit if its used in a non-gui thread!!! 2013-07-16 18:31:55 +00:00
craig.p.drummond
83faed9837 Remove lame usage, its not actually required for audio cd playback! 2013-07-12 19:29:34 +00:00
craig.p.drummond
cbeb44d699 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
ac204c56fd Default to enabling use of media keys under GNOME/Unity. 2013-07-10 18:34:42 +00:00
craig.p.drummond
179d0eeca2 Better TunIn searches. Search is now in main window, and all types are searched.
BUG:252
2013-07-09 14:15:11 +00:00
craig.p.drummond
62fc004933 Allow seeking in cantata HTTP streams. 2013-07-05 20:39:15 +00:00
craig.p.drummond
41509e196d If stream is not a cantata stream, and the total time is known, then enable the position slider. 2013-07-05 19:22:45 +00:00
craig.p.drummond
f9ba35930c Show message on playqueue when fetching a stream 2013-07-05 19:21:08 +00:00
craig.p.drummond
90e1ae4937 For MPD versions 0.17 and above, if Cantata can read a .cue file then it will list each track as a separate entry in the artists and albums views.
BUG: 249
2013-07-02 19:20:40 +00:00
craig.p.drummond
12705ed9e6 Add support for shoutcast 2013-07-01 19:57:04 +00:00
craig.p.drummond
f068278e1e Search in dynamic page now also searches rules 2013-07-01 19:53:45 +00:00
craig.p.drummond
2d17a2dba0 Place search fields on bottom of views, and hide by default. Show when Ctrl-F is used for views, and Ctrl-Shift-F for playqueue. 2013-06-30 21:35:43 +00:00
craig.p.drummond
b15775ebfa Add RockRadio.com 2013-06-29 07:49:00 +00:00
craig.p.drummond
bc3975766c Add 'Listen Live' to stream providers 2013-06-29 07:24:38 +00:00
craig.p.drummond
d27922e52f Simplify streams page 2013-06-28 18:24:49 +00:00
craig.p.drummond
9d04aa0d9a Add import of 'Digitally Imported' radio streams - free versions only at the moment. 2013-06-26 16:23:43 +00:00
craig.p.drummond
ce17aebf36 ...and the code to go along with the PNG icons... 2013-06-26 16:23:09 +00:00
craig.p.drummond
95307fee75 Copy Qt5 Linux system proxy code for Qt4 builds. 2013-06-26 16:19:57 +00:00
craig.p.drummond
29e003c5de Add 'Copy Songs To Device' action to playlists page. 2013-06-26 16:19:29 +00:00
craig.p.drummond
7a42703c7e Optionally use current album cover as play queue backdrop 2013-06-25 18:05:48 +00:00
craig.p.drummond
e8876e8bcb Hide HTTP server settings if we only have 1 active network connection (well 2 if you include loopback :-) ) 2013-06-24 18:48:39 +00:00
craig.p.drummond
d3cee2f516 Dont build proxy config dialog by default, proxy config should really be a system thing - and not a feature you would expect in a music player! 2013-06-24 18:47:53 +00:00
craig.p.drummond
cd8d69b947 Combine Output and Playback config pages. 2013-06-24 18:41:53 +00:00
craig.p.drummond
93db55160e Add support for a simple profile where MPD is started by cantata, and the only settings are the music folder and cover names. 2013-06-23 08:51:19 +00:00
craig.p.drummond
e772c8eef3 Fix page shortcuts 2013-06-19 18:25:15 +00:00
craig.p.drummond
aeffbd7db7 If cantata-dynamic is started in server mode, then communicate status via UDP multicast messages. 2013-06-18 18:35:10 +00:00
craig.p.drummond
fbc3a9e38e Delay loading of local devices at start-up, so view has time to show model 2013-06-17 18:36:49 +00:00
craig.p.drummond
a1735f302e Simpler proxy settings 2013-06-17 18:35:23 +00:00
craig.p.drummond@gmail.com
09f53e8bd7 If cantata-dynamic is started in server mode, then have it create any missing folders. 2013-06-17 11:10:06 +00:00
craig.p.drummond@gmail.com
ebbda96e71 Check that perl is installed before attempting to start cantata-dynamic in local mode.
BUG: 240
2013-06-17 11:09:25 +00:00
craig.p.drummond
291c07c8b5 Don't show page shortcuts in tooltips, as tooltip is not updated when shortcut is changed. 2013-06-15 19:12:08 +00:00
craig.p.drummond
edf3412cef For Qt builds, if shortcut is set to default then remove entry from config file. 2013-06-15 19:06:47 +00:00
craig.p.drummond
40dad559df Spelling 2013-06-14 17:29:59 +00:00
craig.p.drummond
1bb745730f Fix invalid covers showing for online services. 2013-06-14 17:29:10 +00:00
craig.p.drummond
662de74d1f Also use discogs for artist images in cover dialog. 2013-06-14 17:26:02 +00:00
craig.p.drummond
91ccb234e0 Add context menu to replygain and file orgainuzer dialogs to remove items from list. 2013-06-13 18:53:15 +00:00
craig.p.drummond@gmail.com
02c45db8b8 Refresh albums view when multiple-artist grouping is changed. 2013-06-13 11:29:34 +00:00
craig.p.drummond@gmail.com
a66853b49c Fix retrieval of covers in albums view for multiple-artist albums when these are configured to be grouped under "Various Artists"
BUG: 235
2013-06-13 11:29:07 +00:00
craig.p.drummond
730faaf9eb Store port number in cache filename, to handle cases where more than 1 MPD is running on a host 2013-06-12 20:02:36 +00:00
craig.p.drummond
f964173c42 Attempt to work-around Qt5 toolbutton auto-raise bug 2013-06-12 20:02:03 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
88f26a5462 Enable MPD HTTP stream playback using QtMultiMedia for Qt5 builds. Thanks to Marcel Bosling for the patch. Disabled by default, to enable pass -DENABLE_HTTP_STREAM_PLAYBACK=ON to cmake. 2013-06-11 17:46:19 +00:00
craig.p.drummond
58507f551b Add debug logging 2013-06-10 16:34:22 +00:00
craig.p.drummond
4f27849df1 Remove amazon cover fetching - required API key that Cantata never really had. 2013-06-08 07:43:00 +00:00
craig.p.drummond
bbb976866a For Qt4 linux builds, use system QJson if found.
BUG:229
2013-06-08 07:35:33 +00:00
craig.p.drummond
dc70298146 Add option to place context view into sidebar 2013-06-07 19:22:26 +00:00
craig.p.drummond
6ee798eed5 Add import/export of Streams XML files - these contians just streams, without categories. The intention is to be able to import these into MPDroid. 2013-06-07 19:21:59 +00:00
craig.p.drummond
a78a0ebf7a RTL fixes 2013-06-06 18:46:38 +00:00
craig.p.drummond
139dec345f Add cmake check to see if TagLib has id3version in MPEG save.
BUG:227
2013-06-05 17:37:12 +00:00
craig.p.drummond
521c01c606 Automatic accelator assignment for Qt builds. 2013-06-05 16:55:22 +00:00