Commit Graph

164 Commits

Author SHA1 Message Date
Patrick Speiser
a6c8a756f7 Changed Logs page to use ajax for retrieving log messages as needed instead of getting all at the start and freezing the browser 2012-09-28 18:03:58 +02: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
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
rembo10
0cf59d94ff Allow for extra newznabs to be inserted into the form on load 2012-07-25 20:33:11 +05:30
rembo10
4f8e5877a7 Added jquery to allow adding/removing newznab providers 2012-07-25 20:18:43 +05:30
rembo10
2b51447a9e Initial changes to allow multiple newznab providers 2012-07-25 17:54:41 +05:30
rembo10
9dfce0e39d Put username & password together for sabnzbd on default config page, changes newzbin password field from text to password type 2012-07-21 15:31:46 +05:30
rembo10
a2ddfb546d Added links to ArtistName in default/upcoming.html 2012-07-20 18:45:31 +05:30
rembo10
dfc0ffd6f8 Bug fixes, moved delete from newartists to the artistlist_to_mbids function, don't check if blacklisted 2012-07-13 16:28:53 +05:30
rembo10
5fc03e782a Persist new artists through restart (new artists now stored in db table 'newartists'), delete artist from newartists when added. Modified templates to use db instead of variable 2012-07-13 15:31:06 +05:30
rembo10
6ee3a1aa9c Merge remote-tracking branch 'cohena/synology' into develop 2012-07-13 13:57:16 +05:30
rembo10
5da953d617 Removed maxlengths from config.html in default interface 2012-07-11 19:10:18 +05:30
Aaron Cohen
df42d08fd1 Adding synology NAS indexing support 2012-07-10 00:56:25 -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
f685a63de2 Changed 'Blackhole' to 'Usenet' on default config page 2012-07-05 12:30:23 +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
5d81811db3 Added a ' 'Last Updated' column to manageartists 2012-06-27 19:35:45 +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
ac85236f36 fancybox fix 2012-06-26 19:17:41 +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
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