craig.p.drummond
e3186c83d5
Remove stream name from url - so that it is not shown in tooltip
2013-04-27 15:24:08 +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
fd581bce70
Show next track in tooltip of next track button. (Only valid whilst playing)
2013-04-22 19:44:32 +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
64a4e4bc0b
Always use name, if set
2013-03-20 20:13:08 +00:00
craig.p.drummond
ad9942f039
Add stream name to fragment part of URL sent to MPD. This way, when the playqueue listing is received back from MPD, the name can be determined.
2013-03-19 19:29:24 +00:00
craig.p.drummond
874a374d79
Only parse file if name is empty
2013-03-19 19:24:49 +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@gmail.com
727be08e0d
Only set title from file, if title is empty!
2013-01-16 12:03:43 +00:00
craig.p.drummond
a993d86a79
For streams, use filename part of path as track title.
2013-01-15 22:08:43 +00:00
craig.p.drummond
5d51288af3
Only fill tags if we actually have a song - otherwise infoview loads wiki of 'Unknown'!!!
2013-01-12 08:30:17 +00:00
craig.p.drummond
60ca81e7c7
Only guess tags / fill empty for non-stream songs
2013-01-08 19:26:00 +00:00
craig.p.drummond
0a09911a92
Fix decoding of Cantata HTTP stream URLs.
2012-12-30 21:52:11 +00:00
craig.p.drummond
b79fedfbdc
Need to set key (used to group albums) AFTER guessing tags and filling empty fields.
...
(This was accidentaly reverted by r1759)
2012-12-15 17:39:32 +00:00
craig.p.drummond
b79f87a377
Import initial cover download dialog. This is so that trunk actually compiles!
...
THIS IS NOT FINISHED, NOT EVEN SLIGHTLY!!!
2012-12-15 12:39:45 +00:00
craig.p.drummond
63acab3bdb
Need to set key (used to group albums) AFTER guessing tags and filling empty fields.
2012-12-14 09:10:49 +00:00
craig.p.drummond
e3f326d162
Ensure we ALWAYS guess tags for untagged playqueue items
2012-12-13 19:53:22 +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
fc7a0829e3
Handle UTF-8 playlist names.
...
BUG:109
2012-10-15 11:11:55 +00:00
craig.p.drummond@gmail.com
70b6f5d550
Move most of Utils into support lib
2012-10-08 11:22:54 +00:00
craig.p.drummond@gmail.com
6ca5a860fb
Set Artist, AlbumArtist, and Album of cue files to that of assigned album.
...
BUG:79
2012-09-10 12:07:19 +00:00
craig.p.drummond
191261759d
D'oh!!!
2012-09-03 19:06:39 +00:00
craig.p.drummond
0c61131818
Reduce number of translations
2012-09-03 19:05:04 +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
fad8f81f84
Cleanup
2012-08-31 11:44:06 +00:00
craig.p.drummond@gmail.com
647530b94f
HTTP paths should also be fixed to end with /
2012-08-23 11:05:24 +00:00
craig.p.drummond@gmail.com
73f3815338
If the date string recieved from MPD is longer than 4 characters, just use the first 4 - as we are only interested in the year.
2012-08-23 11:04:34 +00:00
craig.p.drummond@gmail.com
6db6265ad9
Fix issue with filenames containing quotes for playlist items
...
BUG:58
2012-08-20 11:09:01 +00:00
craig.p.drummond
7c9a2fa74b
Fix handling of filename's with quotes.
...
BUG:58
2012-08-19 10:56:51 +00:00
craig.p.drummond
bbc8503ddf
If 'Music folder' in settings dialog is a http folder (path starts with http://), then attempt to download cover-art from the http server.
2012-07-10 19:43:58 +00:00
craig.p.drummond
169f8a97d9
- Use better names for library/folder loading signals.
...
- Don't pass dbDateTime into load function, instead store dbDateTime in connection and use this.
- Don't store db time all over the place in the GUI thread, turn MPDStats into a singleton like MPDStatus and use that
2012-06-27 17:05:48 +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
28947a62b0
Disable volume control if MPD returns a volume of -1 - as it does when the mixer is disabled.
...
BUG:23
2012-06-10 13:45:12 +00:00
craig.p.drummond@gmail.com
e95ba21ba7
Add support for listing playlist files in folder view.
...
BUG: 19
2012-06-06 11:14: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
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
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
0e9c009fd7
'modified title' is not really required
2012-04-02 18:01:36 +00:00
craig
2d657b4007
Reduce memory usage - VERY slightly!!!!
2012-04-02 17:56:13 +00:00
craig
72265d2bf3
Support 'single' mode.
2012-03-29 15:49:47 +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
d69febfb38
Remove unused
2012-03-29 15:48:42 +00:00
craig
c82cf8ed21
Update playlists if modified by another client.
2012-03-20 21:11:34 +00:00
craig
1621faf8d6
Add option to group albums with multiple artists under Various Artists.
2012-03-20 21:11:02 +00:00
craig
b450c6ad45
Reduce QMutex usage - have MPDStats/MPDStatus emitted as objects, and
...
stored in relevant classes.
2012-03-13 19:31:25 +00:00
craig
2e58ef7a72
Cleanup MPDStats
2012-03-06 19:01:14 +00:00