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
craig.p.drummond
fbe6f03408
Update copyright year
2013-01-17 16:57:20 +00:00
craig.p.drummond
c0bb7f00c9
For a song to be 'empty', artist, album, title, and name need to be empty.
...
This fixes detection of updates to the name field when playing streams.
2013-01-08 19:27:31 +00:00
craig.p.drummond
45398db407
Fix decoding of Cantata HTTP stream URLs.
2012-12-30 21:52:11 +00:00
craig.p.drummond
1ad030c7fa
Revert playqueue guessed tags when showing tag editor
2012-12-12 20:30:11 +00:00
craig.p.drummond
8675e3f44e
- When guessing tags, remove leading spaces/dashes from title.
...
- Also add tag/title guessing to details shown in main window.
2012-12-10 19:55:08 +00:00
craig.p.drummond
1cdb0ace8a
For playqueue items, if we only have a filename, and no artist, etc, then attempt to ascertain artist, album, title, and track number from the filename. These will be extracted if the filename has the following pattern:
...
"%artist%/%album%/%track% %title%"
Otherwise, if we cannot extract all of these, just set the title to the filename without path.
BUG:138
2012-12-10 19:54:34 +00:00
craig.p.drummond@gmail.com
b827c4b2ca
Add 'Set Album Artist from Artist' action to tag editor.
2012-12-07 12:07:23 +00:00
craig.p.drummond@gmail.com
a93dc24bf2
When sorting tracks, sort on duration after sorting on name, title, and genre. This way of tracks do not have a takc number, disc, year, etc, then we will sort on the name/title before duraiton.
2012-09-10 11:14:33 +00:00
craig.p.drummond
5c7d22c72d
Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!!
2012-09-02 20:13:00 +00:00
craig.p.drummond@gmail.com
62611bad53
- Dont split albums based upon year - this messes up compilation albums, where each track may have a different year.
...
- To be consistent, use the year of the lowest track number to be an album's year.
BUG:56
2012-08-21 11:05:41 +00:00
craig.p.drummond@gmail.com
6fcbfbabbb
Fix noticing of tag chages when MPD database is updated. When comparing songs need to check all fields - not just filename!
2012-06-26 11:23:35 +00:00
craig.p.drummond
c1c61ce0d4
Make TagLib optional.
2012-06-18 18:22:58 +00:00
craig.p.drummond
5bff55a584
Support MPD queue functionality. Add an 'Add With Priority' to menu of library, etc, views. Add a 'Set Priority' to play queue. Requires MPD 0.17.0 or newer.
2012-06-15 19:05:14 +00:00
craig.p.drummond@gmail.com
692bbf6590
Show playlist files in library and album views.
...
BUG:27
2012-06-12 11:16:37 +00:00
craig.p.drummond
3d4c516184
Remove double semi-colons...
2012-06-10 14:44:29 +00:00
craig.p.drummond@gmail.com
e245eb305e
Take into account disc number when sorting songs.
2012-06-07 11:27:18 +00:00
craig.p.drummond
f5f3114145
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
56557014b7
When updating a non-MTP device, prompt the user as to whether to perform a parial scan (only new songs are scanned), or a full scan (where all songs are rescanned).
2012-05-02 11:22:14 +00:00
craig.p.drummond@gmail.com
8b24d760a4
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
677bb33361
Give streams key 0
2012-04-08 11:20:37 +00:00
craig
566a2aec00
'modified title' is not really required
2012-04-02 18:01:36 +00:00
craig
9608e469ad
Fix single-tracks / multiple-artists when list is refreshed
2012-04-02 18:00:15 +00:00
craig
8e3e403263
Reduce memory usage - VERY slightly!!!!
2012-04-02 17:56:13 +00:00
craig
b60f6ffeb3
Use 'plchangesposid' MPD command to get list of playqueue changes - means
...
less data needs to be read from MPD per playqueue update.
2012-03-29 15:49:19 +00:00
craig
5b2afef3f3
Much better playlist tree style
2012-03-06 19:03:40 +00:00
craig
6c2610fbcf
Playlist string format
2012-03-06 19:02:54 +00:00
craig
e73973fd3a
Update playlist list-style text
2012-03-05 19:50:40 +00:00
craig
5ee588303c
Unknown song/cover
2012-03-04 21:03:12 +00:00
craig
e35bdaa74c
Sort songs when drag
2012-03-02 20:26:36 +00:00
craig
cb664fe57b
Remove " - " from track listing - more consistent with playqueue
2012-03-01 20:55:06 +00:00
craig
fe2aea3889
Track & title consistency
2012-02-29 18:09:48 +00:00
craig
3f21d2e0da
init vars
2012-02-28 19:32:24 +00:00
craig
902113f5d7
Key is 16-bit
2012-02-28 19:28:46 +00:00
craig
e39587af23
Initial import of collapsable play queue listview
...
TODO: Removing collapsed item only removes 1 track; reloading play queue needs to preserve exapanded albums
2012-02-27 22:03:07 +00:00
craig
239b066e36
Grouped play queue :-)
2012-02-24 18:09:07 +00:00
craig
9a42dcf084
Start of siplified, amarok-style, playqueue - NOT working, no drawing code yet!!!!
2012-02-23 16:55:14 +00:00
craig
165447624e
Dont change ABC to Abc
2012-02-14 21:22:46 +00:00
craig
49935e889b
Fix Qt-only complilation
2012-02-06 19:50:43 +00:00
craig
60d5fa73eb
Add fix va / revert va / capiatlise to tag editor
2012-02-05 21:53:27 +00:00
craig
a62f2c907f
When disaplying songs of various artists albums, show as 'track number -
...
artist - song'
2012-01-20 20:18:55 +00:00
craig
5788274bab
Work-around lack of album-artist in mtp
2012-01-19 19:29:35 +00:00
craig
658f0bc29e
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
518b7d41bb
Cleanup
2012-01-04 19:19:13 +00:00
craig
9fc2286ce3
Update copyright statements.
2012-01-04 19:15:55 +00:00
craig
60802587b2
Fix single-track - fixes a crash, and places sort in proxy models.
2012-01-04 19:15:34 +00:00
craig
43eb34ac23
Correct album i18n
2012-01-03 20:30:33 +00:00
craig
8ef2023882
Add option to group single track artist/albums under
...
'Various Artists'/'Single Tracks'/'Artist - Track'
2012-01-03 19:52:45 +00:00
craig
37e62aad3b
Fix Qt-only build
2011-12-15 18:10:50 +00:00
craig
36d2ca4404
...an more playlist work
2011-12-14 19:42:15 +00:00