Commit Graph

86 Commits

Author SHA1 Message Date
craig.p.drummond
7538591902 If an album consists of 1 music file and 1 cue file, then when load album, load cue file not music file. 2012-06-14 19:05:10 +00:00
craig.p.drummond@gmail.com
3ce1821970 Show playlist files in library and album views.
BUG:27
2012-06-12 11:16:37 +00:00
craig.p.drummond
746192d4a3 - Allow Icon/List for library view.
- Add option to show artist images in library view.
BUG:30
2012-06-11 21:07:24 +00:00
craig.p.drummond
4b64fa30fc Remove double semi-colons... 2012-06-10 14:44:29 +00:00
craig.p.drummond
632bc04c9b Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond@gmail.com
f53788fc9f When adding items to the playqueue, sort the selected items based upon their QModelIndex. 2012-06-07 11:27:29 +00:00
craig.p.drummond
f9f1edcb6f Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig.p.drummond@gmail.com
08813a7ec2 No need to store full path in each song file. 2012-05-02 18:37:45 +00:00
craig.p.drummond@gmail.com
c87402d2b6 When grouping songs into albums, take into account song year. Its possible for an artist to release two albums with the same name in different years!
BUG:6
2012-04-30 11:07:58 +00:00
craig.p.drummond@gmail.com
477953ddf3 Add a basic 'sync' dialog. Shows two lists; left has songs that are only in library, right has songs that are only on device. Each has a 'Copy to' action. When songs are copied, the lists are updated to show the remaining differences. 2012-04-26 12:30:00 +00:00
craig
c1b8c70dd0 Update genre list when add song 2012-04-06 20:36:40 +00:00
craig
3b07a1897b OK, need musiclibrayitem to inherit of QObject, just having Device inherit seems to produce crashes :-( 2012-04-02 18:03:00 +00:00
craig
094f4214b1 Reduce QObject usage 2012-04-02 17:58:29 +00:00
craig
2d657b4007 Reduce memory usage - VERY slightly!!!! 2012-04-02 17:56:13 +00:00
craig
46531ba19f Fix qt-translations 2012-03-26 18:34:41 +00:00
craig
1cfd62a95c Add action to show current track in lib 2012-03-21 19:05:55 +00:00
craig
199ec0805c Add #define for default cover icon names 2012-03-20 21:13:18 +00:00
craig
0b283a904a When checking whether a song exists in device, or library, need to also check
'single tracks' and 'multiple artist' groupings - if these have been enabled.
2012-03-20 21:11:19 +00:00
craig
1621faf8d6 Add option to group albums with multiple artists under Various Artists. 2012-03-20 21:11:02 +00:00
craig
c93d81ed5e Include icons in qrc for qt 2012-03-14 17:30:06 +00:00
craig
44172a48df Better tooltips 2012-03-07 19:27:13 +00:00
craig
b8f8e96d9c Show album durations 2012-03-06 18:59:48 +00:00
craig
374bba3d71 Sort songs when drag 2012-03-02 20:26:36 +00:00
craig
58d06d3a09 Track & title consistency 2012-02-29 18:09:48 +00:00
craig
8746d6189a Fix memleaks 2012-02-28 19:32:50 +00:00
craig
0653b3ed3c Grouped play queue :-) 2012-02-24 18:09:07 +00:00
craig
a0f42e8413 Add 'copy to device', etc, actions to folders page. 2012-02-10 20:32:56 +00:00
craig
1aae3d2edc Store genre in set 2012-02-09 19:13:21 +00:00
craig
743ae52f5c When using local UNIX domain socket, allow playback of non database files. 2012-02-06 19:49:53 +00:00
craig
69778b3262 Add track organizer dialog... 2012-02-03 20:59:04 +00:00
craig
0b6dce46d2 Show song location in tooltip 2012-02-01 21:24:53 +00:00
craig
dc51c8b03e Tag editor! 2012-02-01 21:06:53 +00:00
craig
751df9e68d Add option to cache contents of UMS library to an XML file on the device. 2012-01-30 19:27:46 +00:00
craig
d1dcdd7738 Move toXML/fromXML into root class 2012-01-30 19:27:32 +00:00
craig
a643daaf8b - Add text-urilist to library/folder/album drag'n'drop mimetypes - so that can drop onto k3b
- Store mpdDir as a QString in settings class, so that everyone can access it from there
2012-01-30 19:27:09 +00:00
craig
5aaa51ce6e Fix empty genres 2012-01-26 20:01:36 +00:00
craig
0b874c5a9e Use param 2012-01-24 22:00:40 +00:00
craig
ada3fb7a8e Call albums update directly, not via signal 2012-01-24 22:00:12 +00:00
craig
68d13c562f Better cache usage 2012-01-24 19:58:29 +00:00
craig
0d01526da5 Add simple timer to aid debuggin 2012-01-24 19:32:20 +00:00
craig
639c45c3a5 Speedup? 2012-01-24 19:31:17 +00:00
craig
44967aa209 When determining cache filename, replace slashes with underscores. 2012-01-24 19:31:07 +00:00
craig
fdcb4cf4db Only do incremental update if we have cache 2012-01-24 19:30:51 +00:00
craig
ae6ad0dc89 When disaplying songs of various artists albums, show as 'track number -
artist - song'
2012-01-20 20:18:55 +00:00
craig
f3f357f8a8 Remove debug 2012-01-18 21:02:19 +00:00
craig
75c66249d0 Fix idex creation in addSongs/removeSongsFromList 2012-01-16 19:49:58 +00:00
craig
50af950260 Update albums when update db 2012-01-16 19:48:55 +00:00
craig
08598687bf Fix removeSongFromList 2012-01-16 19:45:46 +00:00
craig
613f625422 Initial import of device support work
- Basic copy to/from device support.
- When refreshing library/albums, only affect parts of the model that have
  changed. (Previously the whole model was replaced).
- Allow songs to be deleted.

TODO:
- Make song deletion actually work
- Copy/delete album covers
- When deleting a whole album/artist, need to delete corresponding dir if it is empty.
- MTP devices
2012-01-15 19:18:12 +00:00
craig
88a5ea2028 Create custom cover for single-tracks album. 2012-01-06 19:36:38 +00:00