David Sansome
|
b85ddbb380
|
Put the Jamendo songs in a separate database that gets attached to the main database. "Reload" it by deleting the file, which is much faster than DELETEing all the songs inside. Make reloading the Jamendo, Icecast and Magnatune databases always bypass the network cache. Store the Jamendo track IDs in a separate table - for some reason this makes inserts faster. Fix the Jamendo model after the inital database load. Make the Jamendo dymanic playlist use the entries that are already in the local database rather than fetching the song metadata again.
|
2010-11-27 16:14:09 +00:00 |
John Maguire
|
eca1704384
|
Sort of working Jamendo dynamic playlist.
|
2010-11-26 15:16:48 +00:00 |
David Sansome
|
4e60558053
|
Use the Jamendo track id as the ROWID for tracks, and implement reloading the database.
|
2010-11-25 23:05:37 +00:00 |
David Sansome
|
17da224283
|
Record the Jamendo album ID with each song, and implement the context menu items to open album info and download album pages.
|
2010-11-25 22:16:29 +00:00 |
David Sansome
|
927937e236
|
Save and restore Jamendo playlist items properly. Add a Jamendo context menu.
|
2010-11-25 22:04:23 +00:00 |
David Sansome
|
e36cbcb50c
|
Get proper sized album art for Jamendo songs
|
2010-11-25 21:20:18 +00:00 |
John Maguire
|
8ede752ff9
|
Fix small leak.
|
2010-11-25 17:25:50 +00:00 |
John Maguire
|
b2ffc58070
|
Only check subversion info if $BUILDBOT_REVISION not set.
Fix compile warning.
|
2010-11-25 17:14:11 +00:00 |
David Sansome
|
8d23c8b3ee
|
Comments from r2279
|
2010-11-23 22:37:00 +00:00 |
David Sansome
|
e4a3a12a83
|
Show progress information while downloading and parsing Jamendo and Icecast catalogues. Also parse Jamendo in chunks rather than all in one go.
|
2010-11-23 18:53:08 +00:00 |
John Maguire
|
5feabe09de
|
Add Jamendo support.
Fixes issue #470
|
2010-11-23 17:38:39 +00:00 |