Commit Graph

1043 Commits

Author SHA1 Message Date
craig
4181654bdf Improve MPD connection reliability. When one socket (command or idle) is
disconnected, only reconnect that one. If a reconnect fails, then
disconnect both. If we receive an empty reply to a command and socket has
been closed - then attempt to reconnect and resend command.
2012-04-17 15:51:10 +00:00
craig
cd3831c3db Re-arrange connection logic. dyanmizer appears to (sometimes) be causing errors! 2012-04-16 21:06:09 +00:00
craig
70b35ae0be Update text 2012-04-16 18:44:46 +00:00
craig
9c19f04190 Default to 'Alt+<num>' for page shortcuts. 2012-04-16 18:44:07 +00:00
craig
4ca5f4f635 s/playlist/playqueue/g 2012-04-16 18:43:50 +00:00
craig
65b87911f0 Add support for del key 2012-04-16 18:40:05 +00:00
craig
9f727ba366 - Change icon of active dynamic playlist
- Allow to have any combination of act1, act2, and toggle in itemview
2012-04-16 18:39:50 +00:00
craig
5818ab9047 Dont display message when dynamic mode enabled - too intrusive! 2012-04-16 18:39:05 +00:00
craig
2a84c7c2bc Return correct type 2012-04-16 18:38:47 +00:00
craig
461815b238 Fix qt build 2012-04-16 18:38:37 +00:00
craig
0af2590eef Show song information in playqueue tooltips. 2012-04-16 18:38:18 +00:00
craig
693b26e27d - Add showPAge to MPRIS interface
- Add a 'search' action (Ctrl-F) that will move focus to curent tab's search
field - or to play queue search field (if play queue has focus).
2012-04-16 18:38:00 +00:00
craig
7912fea3e9 Correct kde4 desktop name 2012-04-16 18:36:46 +00:00
craig
70f456a446 Coding standard 2012-04-16 18:36:34 +00:00
craig
c30a67bf56 Support MPRIS Raise command 2012-04-16 18:36:24 +00:00
craig
7afc042d9c Update grouped-view controlled albums set when we update model 2012-04-16 18:36:02 +00:00
craig
0970d7f5ec Better, less hacky, workaround for QAbstractItemView shif-select bug
(https://bugreports.qt-project.org/browse/QTBUG-18009). Thanks to Spitfire
from qtcentre.org forums for fix.
2012-04-16 18:35:20 +00:00
craig
6c6cf953ea Mention BE::MPC script 2012-04-14 10:53:22 +00:00
craig
50b771aa97 Revert back to oxygen shuffle icon - downloaded one was blurry!!! 2012-04-14 10:49:18 +00:00
craig
0925f08c40 Correct icon name 2012-04-14 10:44:19 +00:00
craig
7d67855fe7 Add now playing info to MPRIS interface 2012-04-14 10:43:14 +00:00
craig
34c89542cf Add a custom random/shuffle icon - matches repeat icon better. 2012-04-14 10:42:05 +00:00
craig
1476939541 Get URL handlers when stats updated 2012-04-14 10:25:17 +00:00
craig
73974dcec4 Endure different year to last? COMMENTED OUT 2012-04-14 10:20:52 +00:00
craig
7334becd9b Close old notifier when change track 2012-04-14 10:20:19 +00:00
craig
a37b5f5af6 In tag-editor, only set placeholder text to '(Various)' for fields where
there are actually some values set.
2012-04-14 10:20:01 +00:00
craig
647ac5abdd Allow to specify search type - eact, or partial 2012-04-14 10:19:44 +00:00
craig
8c9bb671dc Disable pos slider if no current track 2012-04-14 10:19:24 +00:00
craig
8168bdfde1 Fix from date 2012-04-14 10:19:06 +00:00
craig
abd09e6a8a Stop dynamizer if stop on exit 2012-04-14 10:18:55 +00:00
craig
562aec1816 Allow date ranges 2012-04-14 10:18:42 +00:00
craig
4f071d5163 Spelling 2012-04-11 22:24:51 +00:00
craig
9a233fbaf1 clear any existing search when 'Locate In Library' is activated. 2012-04-11 21:51:58 +00:00
craig
24829b3d0f Fix detection of non standard filename covers. 2012-04-11 21:48:03 +00:00
craig
22e3e9282c Dynamic playlists!!! 2012-04-10 21:23:21 +00:00
craig
81f7b2a04f Fix grouped playqueue when we have repeated instances of an album. Now when
an album is expanded/collapsed - all instances are expanded/collapsed.
2012-04-10 16:16:06 +00:00
craig
1ae2c6b9db Update 2012-04-08 17:51:06 +00:00
craig
3111c1b3f0 - Display 'Streams' as group title for streams
- Display stream tracks as 'artist - title (name)', or just file
- Don't show duration if this is 0
2012-04-08 17:41:11 +00:00
craig
c4d15cbbc4 If song details changed, need to emit dataChanged 2012-04-08 17:39:26 +00:00
craig
fdc17d2542 Need to keep track of which ids refer to streams, as these may change artist/title/etc, so will always need full updates 2012-04-08 17:39:01 +00:00
craig
7d02e8b27a Give streams key 0 2012-04-08 11:20:37 +00:00
craig
b4bfcee2d5 Set file perms for mpd lyrics files - and make thes owned by 'audio' group 2012-04-08 11:09:34 +00:00
craig
228a40b2e1 Only expand if we have text 2012-04-07 20:17:35 +00:00
craig
c1b8c70dd0 Update genre list when add song 2012-04-06 20:36:40 +00:00
craig
f352244831 Read genre from XML!!! 2012-04-06 20:36:27 +00:00
craig
7563e49c7a Update 2012-04-05 14:28:24 +00:00
craig
f650fa2f90 Playlists model expects rows to be in ascending order when removing 2012-04-05 14:26:58 +00:00
craig
c3a8c16884 Cleanup 2012-04-05 14:19:26 +00:00
craig
b46329d53c Delete rows in reverse 2012-04-05 14:19:16 +00:00
craig
adf25e16f2 No message on del 2012-04-05 14:19:00 +00:00