Commit Graph

451 Commits

Author SHA1 Message Date
craig.p.drummond
52c4883132 MusicBrainz lookup 2013-03-13 20:01:51 +00:00
craig.p.drummond
755e1217d2 Remove icons from menu for Qt5 QGtkStyle 2013-03-13 19:50:54 +00:00
craig.p.drummond
e029143785 Reduce memory usage - by having only Device/OnlineService derive from QObject, as opposed to every artist/album/song! 2013-03-12 17:04:54 +00:00
craig.p.drummond
50d76a7139 Intial attempt at audio-cd playback support. DOES NOT WORK! 2013-03-11 19:50:27 +00:00
craig.p.drummond
2c68475245 When finsing if song exists, also check track number 2013-03-11 19:49:06 +00:00
craig.p.drummond
4ec872866d Fix order of items added to playqueue via drag-n-drop when playqueu alreay has items. 2013-03-07 21:32:46 +00:00
craig.p.drummond
25f5c3cce9 Connect signals, so that CDDB selection dialog appears! 2013-03-07 19:23:36 +00:00
craig.p.drummond
e33e188fa0 Show album cover in devices view 2013-03-07 17:39:51 +00:00
craig.p.drummond
3e6c45c626 Initial support for AudioCDs
TODO: Editing of track details, covers, testing, etc...
2013-03-06 17:24:33 +00:00
craig.p.drummond
64de943f3d Remove QPointer usage 2013-03-04 19:39:41 +00:00
craig.p.drummond
b7a9b21bdf Only add connect/disconnect action if device supports this! 2013-03-04 19:39:26 +00:00
craig.p.drummond
dbab3443d2 Expand device when connected. 2013-03-04 19:38:17 +00:00
craig.p.drummond
daaedeadf0 Use list of actions 2013-03-01 21:32:22 +00:00
craig.p.drummond
5175a836c1 When checking song against song-item, used displayTitle - as this is what is shown! 2013-02-27 19:43:28 +00:00
craig.p.drummond
3260c4e975 Make function const 2013-02-27 19:42:49 +00:00
craig.p.drummond
70ad6e0022 If album's year is updated in tag-editor, then reflect this in views. 2013-02-26 20:06:50 +00:00
craig.p.drummond
4f9c1a4305 Dont show MTP IDs in tooltips 2013-02-26 20:01:41 +00:00
craig.p.drummond
5bb4363962 Attempt to work-around album-artist support 2013-02-25 18:55:55 +00:00
craig.p.drummond
78b21f730d Load/unload file device on mount change 2013-02-22 20:37:20 +00:00
craig.p.drummond
68d1b24ab9 Fix updating of genres 2013-02-21 20:07:02 +00:00
craig.p.drummond
2279f48b1a Let model setup signal connection 2013-02-21 20:06:34 +00:00
craig.p.drummond
8c431ac361 Store empty 'Album Artist' in cache 2013-02-19 20:22:11 +00:00
craig.p.drummond
cd89cab621 No need to call load when mount points cahnge to mounted - as that is what the device is doing! 2013-02-18 20:03:07 +00:00
craig.p.drummond
1c2b3154f4 Indicate if service is availabl or not 2013-02-18 18:13:38 +00:00
craig.p.drummond
2c85ddadca Forgot to add these!!! 2013-02-18 17:27:07 +00:00
craig.p.drummond
7417f9040d - Move common actions into StdActions
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
4258c09786 Set minimum sizes for cover size settings 2013-02-15 17:25:19 +00:00
craig.p.drummond
6e439671fa Fix memleak!!! 2013-02-15 17:21:28 +00:00
craig.p.drummond
11e1d4c35e If replacing playqueue with a stream, then start playing when added. 2013-02-13 19:42:27 +00:00
craig.p.drummond
f99a70080c Consistency.. 2013-02-13 19:42:03 +00:00
craig.p.drummond
ce51673738 Dont remove service when disable model 2013-02-12 16:46:39 +00:00
craig.p.drummond
02ee6d5702 Dont remove device/online-service when relevant page is disabled 2013-02-12 16:40:42 +00:00
craig.p.drummond
aa3a1326e8 Allow streams to have multiple genres. 2013-02-11 19:33:58 +00:00
craig.p.drummond
f504259aa7 If all streams (and categories) have been removed, then remove streams xml file as well. 2013-02-11 19:32:11 +00:00
craig.p.drummond
cd731dfd86 Make it possible to obtain list of streams from MPD server via http 2013-02-08 17:58:32 +00:00
craig.p.drummond
4e48b6b9ff Remove 'Auto' cover size setting. Now cover sizes are based upon setting and font size. 2013-02-07 18:47:50 +00:00
craig.p.drummond
493648eefb When reading cache (either MPD, or device), and the grouping (single tracks, or multiple artists) has changed - then dont do a rescan, just re-do the grouping. 2013-02-04 17:27:45 +00:00
craig.p.drummond
813c1046a2 Save immediately if file does not exist - to catch errors 2013-02-04 17:27:18 +00:00
craig.p.drummond
d423afb79b Set file perms 2013-02-04 17:26:50 +00:00
craig.p.drummond
479e21545d Compress streams xml files too 2013-02-04 17:25:35 +00:00
craig.p.drummond
789ff9ae2b Dont qCompress when coverting old cache files 2013-02-04 17:25:18 +00:00
craig.p.drummond
09c7bf0920 Check if can save 2013-02-04 17:24:53 +00:00
craig.p.drummond
dff8c31684 Trigger save on add 2013-02-04 17:24:39 +00:00
craig.p.drummond
f304152fb7 Add option to save streams in mpd folder. 2013-02-03 20:38:11 +00:00
craig.p.drummond
cdec89c347 Allow to move streams to different categories via drag-n-drop. 2013-02-01 18:07:03 +00:00
craig.p.drummond
87ca5f013f Add virtual destructor to remove compiler warning 2013-01-30 19:23:19 +00:00
craig.p.drummond
ac3345c65c Better thread termination 2013-01-30 19:16:03 +00:00
craig.p.drummond
5cc0c407bd Add both services by default 2013-01-30 19:15:27 +00:00
craig.p.drummond
b30c62470b Re-organise the code a little... 2013-01-28 19:56:14 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00