Commit Graph

394 Commits

Author SHA1 Message Date
Patrick Speiser e9c66b8de2 SQL Cache size is now user configurable (best performance when its at least as large as the database itself) 2012-09-16 11:27:48 +02:00
Aaron Cohen ac4f20c3d5 What.cd preference should be titled password, not passkey, also, updating whatapi and adding authentication bugfix. 2012-09-11 20:37:33 -07:00
Patrick Speiser db9df9b563 Allow deletion of empty artists (artists where you don't have any songs OR that haven't released any albums), should also work to fix Issue #569 and will in general be helpful 2012-09-11 22:35:23 +02:00
Aaron Cohen 5ebd668466 Fixing what.cd preferences 2012-09-11 00:19:36 -07:00
Aaron Cohen 86f51dcbdb Merge remote-tracking branch 'origin/master' into what-search
Conflicts:
	headphones/webserve.py
2012-09-10 20:53:28 -07:00
Ade b8c5782765 Include html5lib for BeautifulSoup
BeautifulSoup needs lxml or html5, have included html5lib.

Also latest BeautifulSoup 4.1.3
2012-09-06 10:47:07 +12:00
Brinken fba9695863 Config Style 2012-09-03 09:00:00 +02:00
Brinken 5f365c44a3 Checkbox now animate with style 2012-09-02 19:46:33 +02:00
Brinken 1d71c3a6d2 Minor Changes 2012-09-02 15:27:09 +02:00
Brinken 77d0ff7a9f Update information 2012-09-02 13:46:16 +02:00
Brinken b998a6cd8c NMA - On snatch 2012-09-02 13:41:23 +02:00
Brinken 0fa25ab189 Merge remote-tracking branch 'upstream/master' 2012-09-02 13:37:40 +02:00
Brinken 5d014b32d5 Fixed update link 2012-09-02 13:28:42 +02:00
Brinken ec1054f0a0 Minor Issues
!Extra Newznabs doesn't work.
2012-09-02 11:46:43 +02:00
Travis Glenn Hansen 10a924dfbf allow setting custom cache_dir 2012-09-01 10:21:45 -06:00
Brinken 44bf3b7004 Albums Grid
*Added CTRL + LMOUSE click on albums to select.
2012-08-31 22:23:58 +02:00
rembo10 c3b96d2dac Merge remote-tracking branch 'Brinken/master' into develop 2012-08-31 14:59:02 +01:00
Brinken f4974e49d9 Minor Fixes
Added no artist art
2012-08-30 19:46:00 +02:00
Brinken 1a1543dce2 Added Auto Resize to scrollbar 2012-08-30 18:39:56 +02:00
Brinken 686e3be755 Added ui icons 2012-08-30 18:29:46 +02:00
Brinken bbf09f00e7 Updated notifications 2012-08-30 18:24:34 +02:00
Brinken 062a9301cf Settings Menu
*Added Jump-links to settings
2012-08-30 09:08:53 +02:00
Brinken 8b87240d15 Included new functions in config.
py error (x_x) ...
2012-08-29 17:29:08 +02:00
Rasmus Eeg Møller 668ce6e311 Graphic changes
*Moved menu top top
*Added grid view
*Fixed Album & Artist art not loading.
2012-08-29 16:47:31 +02:00
Ade 961773238a rutracker search provider
Added rutracker as a torrent search provider.
BeautifulSoup 4 needs to be installed to parse the results.
2012-08-23 12:48:17 +12:00
rembo10 bbf74a544d Added NMA on snatch option 2012-08-20 20:59:13 +05:30
rembo10 6b3e6afd6f Datatables sType=Date on artist page for release dates 2012-08-20 17:44:05 +05:30
rembo10 0f87a1e1ac Put buffer_size limits in the default interface config page 2012-08-19 17:10:07 +05:30
rembo10 af2b0515ee Added selective extras fetching to the artist page - had to make some backend changes to get this working: changed DB.select to DB.action in mb.py, added newstyle variable to getExtras 2012-08-19 15:37:09 +05:30
rembo10 2cc9685877 Fixed deselection on config page, removed 'print repr(extra)' used for testing 2012-08-19 12:44:39 +05:30
rembo10 c19354b0f9 Couple of fixes to get the config to read the right variables, added global extras selection to config page 2012-08-19 01:45:53 +05:30
rembo10 0bba75554f Fixed some wording on the album page to differentiate between trying new versions to download and switching releases TODO: might still need to be a bit clearer what does what.... tooltips? 2012-08-17 19:04:25 +05:30
rembo10 4f1052d49e Move getArtistBio out of init actions so it doesn't append when marking an album as wanted 2012-08-17 16:28:28 +05:30
rembo10 1ec58533f0 Added lossless_destination_dir and delete_lossless_files to the config page (default template only) 2012-08-17 01:11:11 +05:30
rembo10 625b0efd13 A couple of changes to library sync 2012-08-16 22:54:33 +05:30
rembo10 df64f7fd91 Moved document.ready functions to initThisPage, which will recreate the track table when a new album version is selected (fixes issue with css not loading properly 2012-08-15 16:13:37 +05:30
rembo10 b6a7ad1c9f Added a 'Refresh Artist' link to the dialog, automatically close it when clicked 2012-08-15 15:54:55 +05:30
rembo10 1768b3b9c1 Few more fixes to get the track counts to show up (int->str) 2012-08-15 15:32:22 +05:30
rembo10 06a1402368 Fixed typos when piecing together alternate_album_names 2012-08-15 15:28:44 +05:30
rembo10 21bb31660f Show album track counts (have/total) on alternate album selection dialog 2012-08-15 15:18:22 +05:30
rembo10 d414b24f07 Port over the existing track information (location, bit rate, format) from the tracks table to the alltracks table - based on TrackID. Updated album.html to use jquery and autoreload the track table, fixed the 'There was a error' typo in script.s 2012-08-15 13:59:37 +05:30
rembo10 7a2851a338 Don't put 'Unknown' as the format if it doesn't exist 2012-08-15 13:19:41 +05:30
rembo10 b9ebde486e Lots of bug fixes to actually get the thing working :-) 2012-08-14 22:56:31 +05:30
rembo10 144076c03d Added album-chooser to the interface, fixed some backend bugs 2012-08-14 21:46:13 +05:30
rembo10 2005a843a4 Added some styling (sort of :-)) 2012-08-14 13:08:39 +05:30
rembo10 0f2f48543b Added dialog popup to default interface for manage albums filter 2012-08-14 12:39:24 +05:30
rodikal 780facc675 fixed typo in footer 2012-07-27 19:14:28 +03:00
rembo10 f8ef52b8ee Some fixes to get mult_newznabs working: unpack & repack settings when saving to/pulling from config, modified searcher.py to work with tuples, fixed config.html to create new intIds no matter what, place new newznabs before add button, instead of after last div 2012-07-26 17:22:54 +05:30
rembo10 362338926c Make sure we can still add new newznab providers after a config save without refreshing the page. Moved the add function from the document ready function to the main functions 2012-07-26 01:41:52 +05:30
rembo10 cc2adb40eb Extra newznabs can be saved to and pulled from the config 2012-07-26 01:29:16 +05:30