Commit Graph

2882 Commits

Author SHA1 Message Date
rembo10
f685a63de2 Changed 'Blackhole' to 'Usenet' on default config page 2012-07-05 12:30:23 +05:30
rembo10
e629ebd3db Merge remote-tracking branch 'leadhead9/master' into develop 2012-07-05 12:23:54 +05:30
Evan
2b3a4a19ce Fixed a bug where Torrent files were not actually being written to disk, also caused seacher.py to fail marking the Album as snatched. Files will now be written to the TORRENTBLACKHOLE_DIR. This addresses a few open issues: 460, 716, and 720 2012-07-04 20:48:28 -03:00
rembo10
7f2402ecaf Fixed bug where marking albums as skipped/downloaded in bulk resulted in them being marked as wanted 2012-07-04 12:35:03 +05:30
rembo10
df45255a44 Possible fix for foreign characters on windows 2012-07-03 22:56:30 +05:30
rembo10
e878266071 Fixed variable name in blacklist logger 2012-07-03 14:55:17 +05:30
rembo10
c993e6ddb5 Removed the track matching from librarysync. It was probably a longshot anyways, and it was taking a lot of time and causing too many errors to make it worth it 2012-07-03 14:18:48 +05:30
rembo10
5a00e9769c Removed log message if the destination file doesn't exist 2012-07-03 14:04:34 +05:30
rembo10
59ce361b8b Merge remote-tracking branch 'scardus/postproc' into develop 2012-07-03 14:01:37 +05:30
rembo10
23682bc9d1 Fixed ArtistID->artistid typo 2012-07-01 21:25:25 +05:30
rembo10
54bd17b8da Merge branch 'blacklist' into develop 2012-07-01 12:08:34 +05:30
rembo10
1b00a7d94e Added a blacklist table to the database, modified webserve to put artistids on the blacklist if they're manually deleted, modified importer to skip blacklisted artistids if automatic import, if manually adding artist, delete from blacklist 2012-07-01 12:05:20 +05:30
xbmc
64ae0a5db6 Added some debug code on test for existing dest file 2012-06-29 11:15:59 +01:00
rembo10
93187dcd9a Merge branch 'managealbums' into develop 2012-06-28 22:35:00 +05:30
rembo10
186311672a Added managealbums.html page, modified manage.html to include the new managealbumslink, added the album_table th#artistname to style.css, changed webserve to managealbums.exposed 2012-06-28 22:34:13 +05:30
rembo10
f883902fa3 Add a managealbums page to webserve 2012-06-28 21:44:47 +05:30
rembo10
5d81811db3 Added a ' 'Last Updated' column to manageartists 2012-06-27 19:35:45 +05:30
rembo10
3ec0f51bd4 Merge branch 'develop' 2012-06-27 16:48:41 +05:30
rembo10
de10357a9d Fix for windows cache path 2012-06-27 16:45:48 +05:30
rembo10
925aed0d26 Grab the artist id for getArtistArt/getAlbumArt javascript queries from the img id rather than the artist href title 2012-06-27 16:32:18 +05:30
rembo10
6047014f42 Merge branch 'develop' 2012-06-26 20:30:32 +05:30
rembo10
9cc5dbb4a2 Fixed some of the log levels in the music_encoder 2012-06-26 20:29:02 +05:30
rembo10
2aefb55a1a Changed log level for cache updates to debug 2012-06-26 19:46:21 +05:30
rembo10
408cb7d1fc Updated README with new screenshots :-) 2012-06-26 19:30:49 +05:30
rembo10
ac85236f36 fancybox fix 2012-06-26 19:17:41 +05:30
rembo10
ee441f334e Updated README with new screenshots, link to new forum 2012-06-26 19:11:13 +05:30
rembo10
05cc10df1a Merge in elmarkou's changes 2012-06-26 19:02:02 +05:30
rembo10
1f397857c6 Fixed bug where albums would show up under upcoming on the upcoming/wanted page after an album was marked as skipped or downloaded 2012-06-26 14:12:31 +05:30
rembo10
39d1afc089 Fixed bug where marking albums as wanted on the album page resulted in it getting marked twice - and then loading the artist subhead instead of album subhead 2012-06-26 13:50:55 +05:30
rembo10
e26dabbeca A couple syle changes to keep the artist image normally proportioned. Also fixed the fancy boxes on the artist & album
pages
2012-06-26 13:02:37 +05:30
rembo10
df9a3021b4 Removed unused function in script.js, fixed typo 2012-06-26 09:26:49 +05:30
rembo10
c20094cb46 Cache the ajax calls to the thumbnail urls 2012-06-26 09:21:04 +05:30
rembo10
a8a3680806 Moved bencode.py to the lib folder and changed the import in searcher.py 2012-06-26 00:01:23 +05:30
rembo10
02258a23d2 Merge remote-tracking branch 'AdeHub/master' into develop 2012-06-25 23:59:14 +05:30
rembo10
1bcb3d4eb2 Merge branch 'cache' into develop 2012-06-25 23:56:23 +05:30
rembo10
f4074f433a Moved all of the ajax functions over to use the cache rather than last.fm/amazon 2012-06-25 23:55:14 +05:30
rembo10
fa1a4afdb3 Initial changes to the default template to use the cache 2012-06-25 22:44:20 +05:30
rembo10
77a887c09b New function: getImageLinks(ArtistID/AlbumID). Just queries last fm to grab the artwork/thumbnail links without saving them to the cache. Useful for search results, etc 2012-06-25 18:47:21 +05:30
rembo10
f26c7b77e6 Merge branch 'audiobooks' into develop 2012-06-25 15:58:47 +05:30
rembo10
5575db5718 Added spokenword/audiobook categories to nzb search providers 2012-06-25 15:58:19 +05:30
rembo10
52dd47db4c Moved jquery libs to the main js/lib folder 2012-06-25 15:16:09 +05:30
rembo10
7e9a1d11c2 Put some timeouts on the urlopens 2012-06-24 18:20:04 +05:30
rembo10
b1ed2da114 No more caching bios/decriptions to file. Store them in the descriptions db table instead. can be accessed the by getInfo still, which returns a dict with Content and Summary. API updated 2012-06-23 17:46:29 +05:30
rembo10
171faf824c Update the cache (with thumbnails & info only, not large image) when adding an artist/doing an artist update. Add album/artist descriptions to the database as well - removed last.fm getDescriptions function from the importer (replaced with the cache.getThumb), changed the thumbnail size from large to medium (~64px). Updated api_reference 2012-06-23 15:25:41 +05:30
rembo10
5eddfbbc30 Added ThumbURLs to the artist & album tables in the DB, modfied API_REFERENCE to reflect 2012-06-23 13:24:26 +05:30
rembo10
6f2640f558 Fixed the if/else block when writing info files - before it was writing the info file even if it existed and was current 2012-06-23 13:05:28 +05:30
rembo10
c2b3270eed A couple of fixes for when we grab different items. Grab info no matter what the query_type, as long as its either outdated or missing. Grab the thumbnail if were grabbing artwork and it's outdated or missing. But only grab the big image if that's specifically what we're looking for - not with any other query types 2012-06-23 13:05:09 +05:30
rembo10
0f862ccad1 Added thumbnails to the caching - called through getThumb(ArtistID/AlbumID) 2012-06-22 21:55:54 +05:30
rembo10
d34ef512ea Just get the summary rather than the full content for now 2012-06-22 20:52:59 +05:30
rembo10
40bbdc855f Updated api commands 2012-06-22 20:37:27 +05:30