Commit Graph

258 Commits

Author SHA1 Message Date
theguardian
5d41a3adb9 Fixed libraryscan to ignore unmatchable tracks unless something changes that makes them matchable.
Fixed some persistent bugs that were bothering me regarding newartists, etc
2013-12-13 17:00:59 -08:00
theguardian
4c8f933900 Added more release information to release database and "alternate albums" on album page. 2013-12-10 17:46:14 -08:00
theguardian
8fd631f96b Cleaned up unnecessary code. No longer suggested that users run a comprehensive active artist update on first-run. 2013-10-13 13:45:10 -07:00
theguardian
f75d9bd50e Fixed havetrack counts in "Manage Albums" view with new system. 2013-10-13 09:43:20 -07:00
theguardian
b015275d74 Forcing legacy (comprehensive) updates now nukes data tables, which unintuitively makes the process go MUCH faster. 2013-10-11 23:08:47 -07:00
theguardian
b0d75b46ec Revamped "Manage Unmatched" page, added "Manage Manual" page. 2013-10-11 20:08:36 -07:00
theguardian
9151a98656 I blame my cat for these oops-ies 2013-10-09 00:08:30 -07:00
theguardian
71607d4cf7 Stupid error. 2013-10-09 00:03:53 -07:00
theguardian
fc00567191 First significant cut at refactoring the library sync function to optimize time/CPU usage.
Headphones now keeps all local file information persistent, and affords many new
opportunities that weren't available before.  There may be a bug here and there.  Please report.
2013-10-08 23:32:18 -07:00
theguardian
7a19d08ab2 Added ability to do a "comprehensive" MusicBrainz update to emulate the original update process.
Fixed a bug when adding albums introduced in last commit.
2013-10-02 15:03:25 -07:00
theguardian
75a5f86cde Added user inputs for MusicBrainz Update Interval & Album Age to ignore. 2013-10-02 10:18:14 -07:00
rembo10
b8c2ad9c73 Merge remote-tracking branch 'bakie/feature/use_underscores' into develop 2013-08-24 10:26:36 +05:30
rembo10
e115d266ac Merge branch 'bug-fixes' into develop 2013-08-24 10:20:09 +05:30
rembo10
7502959310 Changed waffles passkey to password input type 2013-08-24 10:19:02 +05:30
rembo10
ea1d86b6b1 Added https options to web interface 2013-08-24 10:13:51 +05:30
Bakie
0b22e5fde6 use underscores during rename and move 2013-08-11 17:19:15 +02:00
rembo10
0c6b91bf86 For symmetry: changed Blackhole -> Black Hole in the config 2013-07-31 21:56:06 +05:30
rembo10
21ed4c3e42 Fixed some weird css issues for firefox - still needs work for cross browser compatibility 2013-07-28 15:03:43 +05:30
rembo10
c9c53610f9 Merge branch 'random-fixes' into develop 2013-07-28 01:46:57 +05:30
rembo10
3769d5191f Cleaned up the config page formatting 2013-07-28 01:39:43 +05:30
rembo10
717d6b63bd Merged torrent-fixes branch and fixed some merge conflicts 2013-07-27 23:15:36 +05:30
rembo10
934bdd790b Got rid of uTorrent option in the config (not ready yet but want to get the Transmission option out). Also added a little description to explain how you can use the Music Download Directory with Transmission 2013-07-27 17:41:08 +05:30
rembo10
a0b538861c Transmission API working 2013-07-27 14:19:26 +05:30
rembo10
041afea7c6 Added Pirate Bay support 2013-07-23 21:02:38 +05:30
rembo10
d0849ec5af Got rid of some of the default datatables text 2013-07-23 15:36:18 +05:30
rembo10
24fb3192c7 Added Headphones Indexer 2013-07-20 16:46:49 +05:30
Kris Anderson
d514a6e96b removed nzbx.co as a search provider due to their shutdown 2013-07-18 16:39:29 -07:00
rembo10
109d5f996f Added Transmission & uTorrent options to config page 2013-07-10 09:03:56 +05:30
rembo10
e5d1162589 Added uTorrent and Transmission options to init.py, got rid of old nzbmatrix & newzbin stuff 2013-07-10 08:53:23 +05:30
rembo10
a55f607688 Add utorrent support while we're at it (initial changes) 2013-07-09 19:13:43 +05:30
rembo10
54f2ba3b3b initial changes to get transmission working: added torrent_downloader option (blackhole/transmission), updated config page 2013-07-08 10:41:10 +05:30
rembo10
0071a799b0 I guess we should keep the nzb download directory field available for the blackhole option 2013-07-06 01:22:24 +05:30
rembo10
ad079e9ac9 Initial changes to get NZBget working alongside sab & blackhole (mostly UI change, but updated logic 2013-07-06 01:01:59 +05:30
sjengfred
2771ca7dcf changed from xbian default to normal default + fixed license notifications 2013-06-24 20:54:41 +02:00
sjengfred
e97c990f00 added nzbget support 2013-06-23 22:19:16 +02:00
rembo10
df3fb1b22a Time to get rid of this on the default interface 2013-01-20 10:52:10 -05:00
rembo10
65d4181f89 Added searcher words to the config page, added required & ignored words code to searcher.py, got rid of old newzbin & nzbmatrix code in searcher.py 2013-01-19 07:17:48 -05:00
rembo10
635af9595f Initial code to get in preferred words, ignored words & required words when searching 2013-01-19 04:09:57 -05:00
peterschen
f02070a3f5 Added disc number as renaming option 2013-01-18 18:18:35 +01:00
rembo10
99a66e4955 Added option to customize album art name 2013-01-11 06:25:05 -05:00
rembo10
d91da42f50 Added an option to allow lossless if no good lossy matches found (works for nzbs only right now) 2013-01-11 05:46:43 -05:00
rembo10
da6840bd24 Added nzbx.co as a provider, added a timeout to the git check stuff on startup 2012-12-25 11:18:21 -05:00
rembo10
d404520cea Merged in brunnels updated initscript/pidfile handling & adehub fix in base.html 2012-12-25 01:01:50 -05:00
rembo10
ef1e8b6d60 Reverted the adehub version in base.html back to rembo10 2012-12-25 00:56:18 -05:00
rembo10
aec1603885 Added option to modify search term on album page (manually override the automatic search term headphones makes with your own) 2012-12-25 00:55:32 -05:00
rembo10
02fb83592a Added option to preserve torrent dir for seeding after post processing 2012-12-18 05:18:55 -05:00
Benjamin Runnels
4bc40a3218 Fixed a hardcoded url to AdeHub github in update check message.
Created new GIT_USER and GIT_BRANCH globals and config options. 
Moved hardcoded user and branch variables to globals in versioncheck.
2012-12-17 08:27:48 -06:00
rembo10
a060fc4b94 Initial setup for nzbsrus, removed nzbmatrix and newzbin from config :-( 2012-12-14 07:12:37 -05:00
rembo10
c2bd06e685 Updated fmpeg path on windows, took out the 'Optional' from the Path to Encoder on config page just to avoid some confusion 2012-12-05 22:34:36 -05:00
rembo10
3b757cfce0 Fixed the encoder adding 'lame', 'ffmpeg', 'xld' to the end of the encoder path which was breaking encoding on windows. Also prevent Headphones from daemonizing under Windows 2012-12-05 05:06:49 -05:00