craig.p.drummond
|
830856c958
|
Slightly improve tag-guessing from tracks without tags.
BUG: 308
|
2013-10-02 20:21:36 +00:00 |
|
craig.p.drummond
|
2b1aa7cf75
|
If podcast has been downloaded, then play this and not the remote url
|
2013-10-01 18:16:12 +00:00 |
|
craig.p.drummond
|
726c446671
|
Cleaner way of setting online properties on song
|
2013-09-18 18:14:47 +00:00 |
|
craig.p.drummond
|
ea7dc892f7
|
Use composer in sort
|
2013-08-23 16:35:48 +00:00 |
|
craig.p.drummond
|
e872124e3b
|
Initial support for Composer tag
|
2013-08-22 18:18:59 +00:00 |
|
craig.p.drummond
|
2e98465f57
|
When sorting, use type first
|
2013-08-01 19:46:51 +00:00 |
|
craig.p.drummond
|
72cd22161c
|
Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
|
2013-07-18 14:52:45 +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
|
6dadcab228
|
Strip 'featuring' from artist names
|
2013-06-04 18:32:23 +00:00 |
|
craig.p.drummond
|
c8b1647af5
|
Place atrist trimming in Song class
|
2013-06-04 18:29:17 +00:00 |
|
craig.p.drummond
|
27047196ec
|
List untagged files in main 'artists'/'albums' views. Attempt to guess the tags based upon the filename/folder. e.g. $artist/$album/$trackNo - $trackTitle
|
2013-04-23 16:55:09 +00:00 |
|
craig.p.drummond
|
aa36c4ba80
|
Set song type when we parse MPD resonse
|
2013-03-22 20:57:52 +00:00 |
|
craig.p.drummond
|
8995a80be8
|
- Group cd tracks under 'Audio CD' in grouped view.
- Add isCdda() to Song
|
2013-03-14 19:50:59 +00:00 |
|
craig.p.drummond
|
bf15974210
|
Add some missing includes
|
2013-02-28 18:14:58 +00:00 |
|
craig.p.drummond
|
03d0cce9a6
|
Only set AlbumArtist from Artist if AlbumArtist is empty.
|
2013-02-19 20:22:47 +00:00 |
|
craig.p.drummond
|
09374f37a4
|
Remove Qt module prefix from includes - will make Qt5 port a little easier!
|
2013-01-28 19:33:42 +00:00 |
|
craig.p.drummond
|
476d132466
|
Update copyright year
|
2013-01-17 16:57:20 +00:00 |
|
craig.p.drummond
|
396f7d8d2b
|
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
|
0a09911a92
|
Fix decoding of Cantata HTTP stream URLs.
|
2012-12-30 21:52:11 +00:00 |
|
craig.p.drummond
|
9bbb73f751
|
Revert playqueue guessed tags when showing tag editor
|
2012-12-12 20:30:11 +00:00 |
|
craig.p.drummond
|
858f4bb52e
|
- 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
|
a465271b8b
|
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
|
1f1b5c16c2
|
Add 'Set Album Artist from Artist' action to tag editor.
|
2012-12-07 12:07:23 +00:00 |
|
craig.p.drummond@gmail.com
|
1a967755b0
|
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
|
5669f724f6
|
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
|
56927b42fc
|
- 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
|
dea1f32ea2
|
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
|
63e0431f6c
|
Make TagLib optional.
|
2012-06-18 18:22:58 +00:00 |
|
craig.p.drummond
|
09527996b1
|
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
|
3ce1821970
|
Show playlist files in library and album views.
BUG:27
|
2012-06-12 11:16:37 +00:00 |
|
craig.p.drummond
|
4b64fa30fc
|
Remove double semi-colons...
|
2012-06-10 14:44:29 +00:00 |
|
craig.p.drummond@gmail.com
|
882cb8d9ec
|
Take into account disc number when sorting songs.
|
2012-06-07 11:27:18 +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
|
d95b7170f2
|
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
|
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
|
7d02e8b27a
|
Give streams key 0
|
2012-04-08 11:20:37 +00:00 |
|
craig
|
0e9c009fd7
|
'modified title' is not really required
|
2012-04-02 18:01:36 +00:00 |
|
craig
|
197ea42c14
|
Fix single-tracks / multiple-artists when list is refreshed
|
2012-04-02 18:00:15 +00:00 |
|
craig
|
2d657b4007
|
Reduce memory usage - VERY slightly!!!!
|
2012-04-02 17:56:13 +00:00 |
|
craig
|
5a57f336b8
|
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
|
6e8e8f1ace
|
Much better playlist tree style
|
2012-03-06 19:03:40 +00:00 |
|
craig
|
2e2c1f34e4
|
Playlist string format
|
2012-03-06 19:02:54 +00:00 |
|
craig
|
d8627fa867
|
Update playlist list-style text
|
2012-03-05 19:50:40 +00:00 |
|
craig
|
7b6a518a98
|
Unknown song/cover
|
2012-03-04 21:03:12 +00:00 |
|
craig
|
374bba3d71
|
Sort songs when drag
|
2012-03-02 20:26:36 +00:00 |
|
craig
|
9455709b5c
|
Remove " - " from track listing - more consistent with playqueue
|
2012-03-01 20:55:06 +00:00 |
|
craig
|
58d06d3a09
|
Track & title consistency
|
2012-02-29 18:09:48 +00:00 |
|
craig
|
973963c179
|
init vars
|
2012-02-28 19:32:24 +00:00 |
|
craig
|
c92e6629f3
|
Key is 16-bit
|
2012-02-28 19:28:46 +00:00 |
|
craig
|
2198dd6637
|
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 |
|