Commit Graph

127 Commits

Author SHA1 Message Date
craig.p.drummond
a39211908e Reset the covers-requested-per-iteration counter after each event loop iteration. This should fix the case where sometimes the system tray notifications would not have a cover image. 2013-09-02 18:39:51 +00:00
craig.p.drummond
a037777ea5 Add config page to control which stream categories are enabled, to import new categories, and to remove imported categories. See README for import file format. 2013-08-28 18:50:04 +00:00
craig.p.drummond
98c9720df5 Dont use KIO - its not thread safe, and leads to segfault on exit if its used in a non-gui thread!!! 2013-07-16 18:31:55 +00:00
craig.p.drummond
16ea812937 Fix embedded covers sometimes not shwowing - filename needs to be kept internal to covers class.
BUG: 241
2013-06-17 18:34:57 +00:00
craig.p.drummond
7c2666e011 Fix Qt5 crash on exit due to destructnig static QStringList 2013-06-13 18:55:00 +00:00
craig.p.drummond@gmail.com
36321ef521 Fix build with no taglib
BUG: 236
2013-06-11 11:24:13 +00:00
craig.p.drummond@gmail.com
6653b11c82 - If cover is within song tag, then use this the next time it is requested
- Add some more debug...
2013-06-11 11:05:37 +00:00
craig.p.drummond
b374aba431 Add debug logging 2013-06-10 16:34:22 +00:00
craig.p.drummond
e263b069c2 Simplify last.fm code 2013-05-18 12:32:53 +00:00
craig.p.drummond
67f7058633 Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
813ee2f784 - Fix deletion of threads.
- Enable online services for windows builds.
2013-05-04 10:35:06 +00:00
craig.p.drummond
2b05751572 Fix cover downloading. 2013-05-03 23:22:32 +00:00
craig.p.drummond
211428d0e5 Fix usage of timers in threads 2013-05-03 19:07:12 +00:00
craig.p.drummond
5c5d99364f Fix Qt5 URLs 2013-05-01 07:00:28 +00:00
craig.p.drummond
49151e19c4 Need to lock mutext when adding to filename map! 2013-04-29 19:41:29 +00:00
craig.p.drummond
973d52bab9 Need to do cover locating/loading in a separate thread - otehrwise UI becomes jerky 2013-04-29 19:37:15 +00:00
craig.p.drummond
9a68198c00 Upate filename map 2013-04-29 18:35:10 +00:00
craig.p.drummond
7ca2162928 Only empty cache if downloaded an image 2013-04-29 18:34:55 +00:00
craig.p.drummond
d4e5592ca6 Initial attempt to improve item view responsiveness, as well as preserving cover load speed. Needs more work though :-( 2013-04-29 18:33:48 +00:00
craig.p.drummond
b6051593fd Fix decode of last.fm API call response.
BUG: 208
2013-04-28 11:36:56 +00:00
craig.p.drummond
e27b2a8bea Simplify last.fm parsnig code - its now inline with coverdialog 2013-04-25 13:10:10 +00:00
craig.p.drummond
722e68003d KIO is not thread safe, so we cannot use KIO's NetworkAccessManager in another thread. 2013-04-24 22:15:18 +00:00
craig.p.drummond
57e5b80ffc Remove unused var 2013-04-24 21:29:41 +00:00
craig.p.drummond
cd8019dcab Always use album artist 2013-04-24 21:23:30 +00:00
craig.p.drummond
61b9bbfb55 Allow to specify cover name as (e.g.) "%artist%-%title%"
BUG:202
2013-04-24 21:20:11 +00:00
craig.p.drummond
5b05ea1d12 - Download covers in a sepeare thread.
- Remove download queue, as this dealys drawing of album covers, so that we see the CD icon then the cover. However, now scrolling the view 'stalls' as covers are loaded :-( Hmm....
2013-04-24 18:42:49 +00:00
craig.p.drummond
2708f14001 Allow setting of artist image in cover dialog 2013-04-24 18:28:05 +00:00
craig.p.drummond
6adce20e17 Qt5 compile fix 2013-04-08 17:08:52 +00:00
craig.p.drummond
5b8f21cb9d Check up http folder structure for artist images. 2013-04-04 18:59:58 +00:00
craig.p.drummond
4b2d8a5b46 Use image file if we can 2013-04-03 17:00:25 +00:00
craig.p.drummond
1d7ee3801c Fix online image cache 2013-03-30 20:05:36 +00:00
craig.p.drummond
68fdf33cec Fix retrieval of artist images 2013-03-25 19:56:24 +00:00
craig.p.drummond
d4fbe2b561 Dont return details if image is null 2013-03-18 21:21:07 +00:00
craig.p.drummond
a70e3ffe95 - Group cd tracks under 'Audio CD' in grouped view.
- Add isCdda() to Song
2013-03-14 19:50:59 +00:00
craig.p.drummond
52c4883132 MusicBrainz lookup 2013-03-13 20:01:51 +00:00
craig.p.drummond
7f2224c7cd More work on CD device support. 2013-03-07 17:32:20 +00:00
craig.p.drummond
cb1d5b4b26 Support for Qt5 2013-02-08 17:57:02 +00:00
craig.p.drummond
a54b2fef00 - With grouped view, connect to Covers signal when model is set
- Use quint32 for cache key
2013-02-07 18:30:18 +00:00
craig.p.drummond
aed8d03e9a Keep track of song -> cover filename mapping 2013-02-07 18:22:10 +00:00
craig.p.drummond
15cd3efb8b Store artist images in mpd dir too 2013-02-05 17:46:22 +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
craig.p.drummond
0ded0e0934 Artist and album images for online services 2013-01-21 19:45:30 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
122f3472b2 - Search last.fm and Google for covers.
- Allow to specify local file to use as cover.
2012-12-17 18:00:29 +00:00
craig.p.drummond
04067dd520 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
9f5e0fa17d Add a 'Cache' page to settngs dialog, allowing cahce usage to be displayed and cache items delete. 2012-12-13 19:54:05 +00:00
craig.p.drummond
dde0f8ccbe When copying covers to device, only try this once - not for each song... 2012-12-03 20:39:32 +00:00
craig.p.drummond
a5ee50924f Add the code to do the cover scaling. Not mentioned in ChangeLog as there is no UI for this in 0.9.x 2012-11-20 21:35:24 +00:00
craig.p.drummond
a0511adf25 - Also need to copy covers if we are transcoding tracks!
- Initial work to support cover-scaling to devices
2012-11-20 21:34:44 +00:00
craig.p.drummond
603c0ed9d7 Place copycover into copy thread 2012-11-07 19:41:27 +00:00