Commit Graph

1743 Commits

Author SHA1 Message Date
Aaron Cohen
ff1b809a5d Merge remote-tracking branch 'upstream/develop' into waffles-search 2012-07-09 01:28:08 -07:00
Aaron Cohen
83a8224936 Fixing misspelled 'occured' 2012-07-09 00:39:57 -07:00
Aaron Cohen
995ee178f6 Removing stray comment 2012-07-09 00:38:13 -07:00
Aaron Cohen
cb57abc321 Fixing FLAC OR MP3 combined searches and existing bug in handling torrents containing unicode names 2012-07-09 00:36:45 -07:00
Aaron Cohen
af108d3914 Fixing webui phrasing 2012-07-08 02:04:17 -07:00
Aaron Cohen
e7b33d804c Adding Waffles.fm search capability 2012-07-08 00:15:14 -07:00
rembo10
8f05a39042 Update release group titles, release dates, etc on update 2012-07-07 12:30:26 +05:30
rembo10
06f5aa5f3b Merge remote-tracking branch 'Brinken/develop' into develop 2012-07-06 10:56:00 +05:30
Brinken
1ed1c5ed63 Clean merge/commit. 2012-07-05 15:13:18 +02:00
rembo10
be69c0c649 Merge branch 'develop' 2012-07-05 12:55:34 +05:30
rembo10
6e6da07f45 Set default retention rate to 1500 days 2012-07-05 12:36:11 +05:30
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